h69k/target/linux/ath79/tiny/base-files/etc/board.d/05_compat-version

21 lines
297 B
Plaintext
Raw 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
tplink,tl-wpa8630p-v2-int|\
tplink,tl-wpa8630p-v2.0-eu|\
tplink,tl-wpa8630p-v2.1-eu)
ucidef_set_compat_version "2.0"
;;
esac
board_config_flush
exit 0