Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150676586
D43296.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
860 B
Referenced Files
None
Subscribers
None
D43296.diff
View Options
diff --git a/release/arm64/RPI.conf b/release/arm64/RPI.conf
--- a/release/arm64/RPI.conf
+++ b/release/arm64/RPI.conf
@@ -17,6 +17,7 @@
OVERLAYS="mmc.dtbo pwm.dtbo disable-bt.dtbo"
PART_SCHEME="MBR"
export BOARDNAME="RPI"
+CONFIG_POWERD_ENABLE=1
arm_install_uboot() {
UBOOT_DIR="/usr/local/share/u-boot/u-boot-rpi-arm64"
diff --git a/release/tools/arm.subr b/release/tools/arm.subr
--- a/release/tools/arm.subr
+++ b/release/tools/arm.subr
@@ -224,6 +224,9 @@
echo 'sendmail_outbound_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
echo 'sendmail_msp_queue_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
echo 'growfs_enable="YES"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
+ if [ -n "${CONFIG_POWERD_ENABLE}" ]; then
+ echo 'powerd_enable="YES"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
+ fi
sync
umount_loop ${CHROOTDIR}/${DESTDIR}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 7:15 AM (4 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30805450
Default Alt Text
D43296.diff (860 B)
Attached To
Mode
D43296: arm64/RPI: enable powerd by default on arm64-aarch64-RPI images
Attached
Detach File
Event Timeline
Log In to Comment