apm821xx: WNDAP6X0: add missed uci-default for compat
authorChristian Lamparter <chunkeey@gmail.com>
Wed, 20 Oct 2021 19:04:43 +0000 (21:04 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 22 Oct 2021 19:25:18 +0000 (21:25 +0200)
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>
target/linux/apm821xx/base-files/etc/uci-defaults/05_fix-compat-version

index 67664abc75c3912854038d781095c9964729fb8f..0be0b6112a3e4765a3024105e07715a7aa6073f0 100644 (file)
@@ -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
        ;;