h69k/target/linux/realtek/base-files/etc/board.d/01_leds
2024-09-29 22:35:28 +08:00

14 lines
125 B
Plaintext

. /lib/functions/uci-defaults.sh
board=$(board_name)
board_config_update
case $board in
esac
board_config_flush
exit 0