h69k/target/linux/ramips/mt7621/base-files/etc/board.d/05_compat-version

22 lines
265 B
Plaintext
Raw Permalink Normal View History

2024-09-29 14:35:28 +00:00
#
# Copyright (C) 2020 OpenWrt.org
#
. /lib/functions.sh
. /lib/functions/uci-defaults.sh
board_config_update
case "$(board_name)" in
zte,e8820s)
ucidef_set_compat_version "2.0"
;;
*)
ucidef_set_compat_version "1.1"
;;
esac
board_config_flush
exit 0