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 <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
ce793584e5
commit
d69bf6601e
|
@ -11,8 +11,7 @@ CPU_TYPE:=8540
|
|||
FEATURES:=squashfs ramdisk
|
||||
SUBTARGETS:=p1010 p1020 p2020
|
||||
|
||||
KERNEL_PATCHVER:=5.4
|
||||
KERNEL_TESTING_PATCHVER:=5.10
|
||||
KERNEL_PATCHVER:=5.10
|
||||
|
||||
KERNELNAME:=zImage
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ define Device/tplink_tl-wdr4900-v1
|
|||
IMAGES := factory.bin sysupgrade.bin
|
||||
IMAGE/sysupgrade.bin := tplink-v1-image sysupgrade | append-metadata
|
||||
IMAGE/factory.bin := tplink-v1-image factory
|
||||
DEFAULT := n
|
||||
endef
|
||||
TARGET_DEVICES += tplink_tl-wdr4900-v1
|
||||
|
||||
|
|
Loading…
Reference in New Issue