mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
14 lines
125 B
Plaintext
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
|