aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ath79/nand/base-files/etc/board.d/05_compat-version
blob: 238927aa7b474c0b119ad3171d36b2b271f8ed3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
. /lib/functions.sh
. /lib/functions/uci-defaults.sh

board_config_update

case "$(board_name)" in
	netgear,wndr4300-v2|\
	netgear,wndr4500-v3)
		ucidef_set_compat_version "1.1"
		;;
esac

board_config_flush

exit 0