aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/nand/target.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/nand/target.mk')
-rw-r--r--target/linux/ath79/nand/target.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/ath79/nand/target.mk b/target/linux/ath79/nand/target.mk
index 91afe675c5..c565c9b2b8 100644
--- a/target/linux/ath79/nand/target.mk
+++ b/target/linux/ath79/nand/target.mk
@@ -1,9 +1,10 @@
BOARDNAME := Generic devices with NAND flash
-FEATURES += squashfs nand rtc
+
+FEATURES += squashfs nand
DEFAULT_PACKAGES += wpad-basic
define Target/Description
- Build firmware for Atheros AR71xx/AR913x based boards with
- NAND flash, e.g. Netgear WNDR4300.
+ Firmware for boards using Qualcomm Atheros, MIPS-based SoCs
+ in the ar72xx and subsequent series, with support for NAND flash
endef