openwrt/target/linux/apm821xx/base-files/etc/board.d/01_leds

18 lines
172 B
Plaintext
Raw Normal View History

#!/bin/sh
. /lib/functions/uci-defaults.sh
. /lib/apm821xx.sh
board_config_update
board=$(apm821xx_board_name)
case "$board" in
*)
;;
esac
board_config_flush
exit 0