diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-04-10 18:23:46 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-04-10 19:28:04 +0200 |
commit | 60e931eae29ce086fa92d2905c4387f91b069b29 (patch) | |
tree | cb9eb5c24b305dbceabb0472b288cf32f2c47689 /target/linux/ath79/nand | |
parent | 00a85a163405fdf9bee4d8c3f0ee87ca9ed259d6 (diff) | |
download | upstream-60e931eae29ce086fa92d2905c4387f91b069b29.tar.gz upstream-60e931eae29ce086fa92d2905c4387f91b069b29.tar.bz2 upstream-60e931eae29ce086fa92d2905c4387f91b069b29.zip |
ath79: consolidate testing kernel
All subtargets have the same testing kernel set, so move it to the
target definition.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/nand')
-rw-r--r-- | target/linux/ath79/nand/target.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ath79/nand/target.mk b/target/linux/ath79/nand/target.mk index ed3c381093..7ea9b57f45 100644 --- a/target/linux/ath79/nand/target.mk +++ b/target/linux/ath79/nand/target.mk @@ -4,8 +4,6 @@ FEATURES += nand DEFAULT_PACKAGES += wpad-basic-wolfssl -KERNEL_TESTING_PATCHVER:=5.10 - define Target/Description Firmware for boards using Qualcomm Atheros, MIPS-based SoCs in the ar72xx and subsequent series, with support for NAND flash |