mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
without this the build for NBG6716 fails due to missing packages https://dev.openwrt.org/ticket/17325 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41930 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
211 B
Makefile
8 lines
211 B
Makefile
BOARDNAME := Generic devices with NAND flash
|
|
FEATURES += squashfs nand rtc
|
|
|
|
define Target/Description
|
|
Build firmware images for Atheros AR71xx/AR913x based boards with
|
|
NAND flash, e.g. Netgear WNDR4300.
|
|
endef
|