diff options
Diffstat (limited to 'target/linux/ath79/nand/target.mk')
-rw-r--r-- | target/linux/ath79/nand/target.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ath79/nand/target.mk b/target/linux/ath79/nand/target.mk new file mode 100644 index 0000000000..a53603d27b --- /dev/null +++ b/target/linux/ath79/nand/target.mk @@ -0,0 +1,7 @@ +BOARDNAME := Generic devices with NAND flash +FEATURES += squashfs nand rtc + +define Target/Description + Build firmware for Atheros AR71xx/AR913x based boards with + NAND flash, e.g. Netgear WNDR4300. +endef |