diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-19 21:08:58 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-10-20 23:27:52 +0200 |
commit | 352427ecec63036b6131515920e9a77f71948880 (patch) | |
tree | d66735e8c896fa768264b236a372155f530fbf19 /target/linux/realtek | |
parent | a889dcd3f21e50dc3e7f827ff0e486020562a6f8 (diff) | |
download | upstream-352427ecec63036b6131515920e9a77f71948880.tar.gz upstream-352427ecec63036b6131515920e9a77f71948880.tar.bz2 upstream-352427ecec63036b6131515920e9a77f71948880.zip |
realtek: switch to kernel 5.10
The usual testers did their tests. Now we need testers who use the
master builds.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/realtek')
-rw-r--r-- | target/linux/realtek/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 2eca7015e4..ae0ba718ec 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -10,8 +10,7 @@ DEVICE_TYPE:=basic FEATURES:=ramdisk squashfs SUBTARGETS:=generic -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 define Target/Description Build firmware images for Realtek RTL83xx based boards. |