diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-02 18:26:01 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-05 23:54:48 +0200 |
commit | d69bf6601e5bff897781361f2718513d4dd8efd8 (patch) | |
tree | 30eb205c102d3cd2c0b4bbf27ef043e76a74b37f /target/linux/mpc85xx/image | |
parent | ce793584e52c9cf96d71344fd3515da9474c376f (diff) | |
download | upstream-d69bf6601e5bff897781361f2718513d4dd8efd8.tar.gz upstream-d69bf6601e5bff897781361f2718513d4dd8efd8.tar.bz2 upstream-d69bf6601e5bff897781361f2718513d4dd8efd8.zip |
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>
Diffstat (limited to 'target/linux/mpc85xx/image')
-rw-r--r-- | target/linux/mpc85xx/image/p1010.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/image/p1010.mk b/target/linux/mpc85xx/image/p1010.mk index 72fcece019..86ab53e355 100644 --- a/target/linux/mpc85xx/image/p1010.mk +++ b/target/linux/mpc85xx/image/p1010.mk @@ -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 |