Browse Source

mpc85xx: switch to Kernel 5.10

This has testing support for 7 months. Time to switch.

TL-WDR4900 is disabled due to kernel size limitation.

Signed-off-by: Adrian Schmutzler <[email protected]>
Adrian Schmutzler 4 năm trước cách đây
mục cha
commit
d69bf6601e

+ 1 - 2
target/linux/mpc85xx/Makefile

@@ -11,8 +11,7 @@ CPU_TYPE:=8540
 FEATURES:=squashfs ramdisk
 FEATURES:=squashfs ramdisk
 SUBTARGETS:=p1010 p1020 p2020
 SUBTARGETS:=p1010 p1020 p2020
 
 
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.10
+KERNEL_PATCHVER:=5.10
 
 
 KERNELNAME:=zImage
 KERNELNAME:=zImage
 
 

+ 1 - 0
target/linux/mpc85xx/image/p1010.mk

@@ -20,6 +20,7 @@ define Device/tplink_tl-wdr4900-v1
   IMAGES := factory.bin sysupgrade.bin
   IMAGES := factory.bin sysupgrade.bin
   IMAGE/sysupgrade.bin := tplink-v1-image sysupgrade | append-metadata
   IMAGE/sysupgrade.bin := tplink-v1-image sysupgrade | append-metadata
   IMAGE/factory.bin := tplink-v1-image factory
   IMAGE/factory.bin := tplink-v1-image factory
+  DEFAULT := n
 endef
 endef
 TARGET_DEVICES += tplink_tl-wdr4900-v1
 TARGET_DEVICES += tplink_tl-wdr4900-v1