diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2022-04-13 11:58:44 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2022-04-13 12:00:22 +0200 |
commit | f3fa68e5153bda9e443cc7300ad40615565ce26b (patch) | |
tree | 2406baf809361e8f819751a81fde162cfe268c93 /target | |
parent | 4bfdb12debbda9be0474662a293c31e9d0868864 (diff) | |
download | upstream-f3fa68e5153bda9e443cc7300ad40615565ce26b.tar.gz upstream-f3fa68e5153bda9e443cc7300ad40615565ce26b.tar.bz2 upstream-f3fa68e5153bda9e443cc7300ad40615565ce26b.zip |
ath79: nand: add 5.15 support for nand subtarget
Tested on GL.iNet E750
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/nand/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/nand/target.mk b/target/linux/ath79/nand/target.mk index 7ea9b57f45..12694b6013 100644 --- a/target/linux/ath79/nand/target.mk +++ b/target/linux/ath79/nand/target.mk @@ -4,6 +4,8 @@ FEATURES += nand DEFAULT_PACKAGES += wpad-basic-wolfssl +KERNEL_TESTING_PATCHVER:=5.15 + define Target/Description Firmware for boards using Qualcomm Atheros, MIPS-based SoCs in the ar72xx and subsequent series, with support for NAND flash |