mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 01:11:14 +00:00
16 lines
195 B
Plaintext
16 lines
195 B
Plaintext
|
|
||
|
. /lib/functions.sh
|
||
|
. /lib/functions/uci-defaults.sh
|
||
|
|
||
|
board_config_update
|
||
|
|
||
|
case "$(board_name)" in
|
||
|
tplink,tl-wdr4900-v1)
|
||
|
ucidef_set_compat_version "1.1"
|
||
|
;;
|
||
|
esac
|
||
|
|
||
|
board_config_flush
|
||
|
|
||
|
exit 0
|