mirror of
https://github.com/openwrt/openwrt.git
synced 2024-11-27 20:04:24 +08:00
sunxi: fix board.d/01_leds permissions and drop include
The file lacks executable permissions, which makes it not being applied during the first boot. While at it, drop unneeded include. Signed-off-by: Piotr Jurkiewicz <piotr.jerzy.jurkiewicz@gmail.com> [do not touch board name handling, update commit message/title] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
a0df35e89c
commit
75401550c3
1
target/linux/sunxi/base-files/etc/board.d/01_leds
Normal file → Executable file
1
target/linux/sunxi/base-files/etc/board.d/01_leds
Normal file → Executable file
@ -1,6 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions/leds.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board=$(board_name)
|
||||
|
Loading…
Reference in New Issue
Block a user