We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a499052 commit 793a66bCopy full SHA for 793a66b
userpatches/customize-image.sh
@@ -61,7 +61,7 @@ fi
61
if [ "${BOARD}" = 'orangepizero2' ]
62
then
63
# add red led blinking on activity
64
- echo 'activity' > /sys/class/leds/red\:status/trigger
+ echo 'class/leds/red:status/trigger = activity' > /etc/sysfs.d/red_led.conf
65
# enable uart5
66
sed -i '/^overlay/a overlays=uart5 ' /boot/armbianEnv.txt
67
fi
@@ -70,7 +70,7 @@ fi
70
if [ "${BOARD}" = 'orangepizero3' ]
71
72
73
74
75
76
0 commit comments