aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/apm821xx
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@gmail.com>2021-10-20 21:04:43 +0200
committerChristian Lamparter <chunkeey@gmail.com>2021-10-22 21:25:18 +0200
commit9fcb5c367e8587c9626798ce3814a3ae2948e397 (patch)
tree92c7442965f117f3dce06fb43afc7303e1d2e1c7 /target/linux/apm821xx
parent8b0c053671e5fb7f36c123a281c51a8071bf96e3 (diff)
downloadupstream-9fcb5c367e8587c9626798ce3814a3ae2948e397.tar.gz
upstream-9fcb5c367e8587c9626798ce3814a3ae2948e397.tar.bz2
upstream-9fcb5c367e8587c9626798ce3814a3ae2948e397.zip
apm821xx: WNDAP6X0: add missed uci-default for compat
This should have been included in the previous patch that resized the kernel partition to fit bigger kernels. Fixes: 7a6a3494450c ("apm821xx: WNDAP620 + WNDAP660: reorganize partitions for 5.10") Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx')
-rw-r--r--target/linux/apm821xx/base-files/etc/uci-defaults/05_fix-compat-version4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/apm821xx/base-files/etc/uci-defaults/05_fix-compat-version b/target/linux/apm821xx/base-files/etc/uci-defaults/05_fix-compat-version
index 67664abc75..0be0b6112a 100644
--- a/target/linux/apm821xx/base-files/etc/uci-defaults/05_fix-compat-version
+++ b/target/linux/apm821xx/base-files/etc/uci-defaults/05_fix-compat-version
@@ -1,7 +1,9 @@
. /lib/functions.sh
case "$(board_name)" in
-meraki,mx60)
+meraki,mx60|\
+netgear,wndap620|\
+netgear,wndap660)
uci set system.@system[0].compat_version="2.0"
uci commit system
;;