h69k/target/linux/mpc85xx/base-files/etc/uci-defaults/05_fix-compat-version

12 lines
177 B
Plaintext
Raw Permalink Normal View History

2024-09-29 14:35:28 +00:00
. /lib/functions.sh
. /lib/functions/system.sh
case "$(board_name)" in
aerohive,hiveap-330)
uci set system.@system[0].compat_version="2.0"
uci commit system
;;
esac
exit 0