mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
19 lines
213 B
Plaintext
19 lines
213 B
Plaintext
|
#
|
||
|
# Copyright (C) 2022 OpenWrt.org
|
||
|
#
|
||
|
|
||
|
. /lib/functions.sh
|
||
|
. /lib/functions/uci-defaults.sh
|
||
|
|
||
|
board_config_update
|
||
|
|
||
|
case "$(board_name)" in
|
||
|
*)
|
||
|
ucidef_set_compat_version "1.1"
|
||
|
;;
|
||
|
esac
|
||
|
|
||
|
board_config_flush
|
||
|
|
||
|
exit 0
|