projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a55a2b
)
ath79: mikrotik: define the testing kernel version
author
Koen Vandeputte
<
[email protected]
>
Fri, 9 Apr 2021 14:08:00 +0000
(16:08 +0200)
committer
Koen Vandeputte
<
[email protected]
>
Fri, 9 Apr 2021 14:09:23 +0000
(16:09 +0200)
commit
d6b785d477
("ath79: add kernel 5.10 support") moved
KERNEL_TESTING_PATCHVER to a subtarget level,
but is looks like Mikrotik subtarget was forgotten.
Also add it for Mikrotik.
Signed-off-by: Koen Vandeputte <
[email protected]
>
target/linux/ath79/mikrotik/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/ath79/mikrotik/target.mk
b/target/linux/ath79/mikrotik/target.mk
index f5df904487506034e82259738045c2916badbe87..b98f701fdaabe55218586df0ff60808e415651d6 100644
(file)
--- a/
target/linux/ath79/mikrotik/target.mk
+++ b/
target/linux/ath79/mikrotik/target.mk
@@
-5,6
+5,8
@@
IMAGES_DIR := ../../..
DEFAULT_PACKAGES += wpad-basic-wolfssl
+KERNEL_TESTING_PATCHVER:=5.10
+
define Target/Description
Build firmware images for MikroTik devices based on Qualcomm Atheros
MIPS SoCs (AR71xx, AR72xx, AR91xx, AR93xx, QCA95xx).