projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
216011e
)
realtek: add Kernel 5.10 as testing version
author
INAGAKI Hiroshi
<
[email protected]
>
Wed, 5 May 2021 00:31:53 +0000
(09:31 +0900)
committer
Adrian Schmutzler
<
[email protected]
>
Sat, 25 Sep 2021 22:32:18 +0000
(
00:32
+0200)
This patch adds "KERNEL_TESTING_PATCHVER:=5.10" to the Makefile in
realtek target to allow using Kernel 5.10 for testing.
Signed-off-by: INAGAKI Hiroshi <
[email protected]
>
target/linux/realtek/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/realtek/Makefile
b/target/linux/realtek/Makefile
index 5159a40c4cb030365d6e73e3b5f1607fb2462be2..2eca7015e40d39ff0455204a653022107030ea3f 100644
(file)
--- a/
target/linux/realtek/Makefile
+++ b/
target/linux/realtek/Makefile
@@
-11,6
+11,7
@@
FEATURES:=ramdisk squashfs
SUBTARGETS:=generic
KERNEL_PATCHVER:=5.4
+KERNEL_TESTING_PATCHVER:=5.10
define Target/Description
Build firmware images for Realtek RTL83xx based boards.