ath79: fix first reboot issue on Netgear WNDR4300 v2 and WNDR4500 v3
[openwrt/staging/neocturne.git] / target / linux / ath79 / nand / base-files / etc / board.d / 05_compat-version
1 . /lib/functions.sh
2 . /lib/functions/uci-defaults.sh
3
4 board_config_update
5
6 case "$(board_name)" in
7 netgear,wndr4300-v2|\
8 netgear,wndr4500-v3)
9 ucidef_set_compat_version "1.1"
10 ;;
11 esac
12
13 board_config_flush
14
15 exit 0