projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54ac98
)
ath79: tiny: add 5.15 support for tiny subtarget
author
Nick Hainke
<vincent@systemli.org>
Tue, 23 Aug 2022 16:44:21 +0000
(18:44 +0200)
committer
David Bauer
<mail@david-bauer.net>
Tue, 6 Sep 2022 00:57:29 +0000
(
02:57
+0200)
Tested on Ubiquiti Nanostation M5 XM with low_mem.
Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/ath79/tiny/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/ath79/tiny/target.mk
b/target/linux/ath79/tiny/target.mk
index 28e02f7a674c434abd1da7a08b145c27822766b4..8241aacd3a75fe24e49e8bf872d55c6aad398ab4 100644
(file)
--- a/
target/linux/ath79/tiny/target.mk
+++ b/
target/linux/ath79/tiny/target.mk
@@
-3,6
+3,8
@@
FEATURES += low_mem small_flash
DEFAULT_PACKAGES += wpad-basic-wolfssl
+KERNEL_TESTING_PATCHVER:=5.15
+
define Target/Description
Build firmware images for Atheros AR71xx/AR913x/AR934x based boards with small flash
endef