mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
15 lines
135 B
Plaintext
15 lines
135 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. /lib/functions/uci-defaults.sh
|
||
|
|
||
|
board=$(board_name)
|
||
|
|
||
|
board_config_update
|
||
|
|
||
|
case $board in
|
||
|
esac
|
||
|
|
||
|
board_config_flush
|
||
|
|
||
|
exit 0
|