diff options
author | Nick Hainke <vincent@systemli.org> | 2022-08-23 18:44:21 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-09-06 02:57:29 +0200 |
commit | ae6bfb7d67c12a4e9d2c1e3f6366de5cef7b61e3 (patch) | |
tree | 354aa086e5b513f3df27e9e5ff7d38b59acd5597 /target/linux | |
parent | f54ac98f8cec676761e5144ae06640b8007b4b04 (diff) | |
download | upstream-ae6bfb7d67c12a4e9d2c1e3f6366de5cef7b61e3.tar.gz upstream-ae6bfb7d67c12a4e9d2c1e3f6366de5cef7b61e3.tar.bz2 upstream-ae6bfb7d67c12a4e9d2c1e3f6366de5cef7b61e3.zip |
ath79: tiny: add 5.15 support for tiny subtarget
Tested on Ubiquiti Nanostation M5 XM with low_mem.
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/tiny/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/tiny/target.mk b/target/linux/ath79/tiny/target.mk index 28e02f7a67..8241aacd3a 100644 --- 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 |