ar71xx: Add new subtarget nand for WNDR4300
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Nov 2013 18:37:08 +0000 (18:37 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Nov 2013 18:37:08 +0000 (18:37 +0000)
commitb41504e578e39bfca9572fa39963a4f28079ac26
tree7f6a55a9125f6c36ec333e959f140bf421fc18d4
parent0ef38b01e740b96a3cf37f01fcf05ff8ed448a56
ar71xx: Add new subtarget nand for WNDR4300

Add new subtarget nand with UBI/UBIFS including GLUEBI and squashfs.
This target will be used for NAND based router which make use of
UBI (and maybe UBIFS later on) in order to provide proper NAND
support.

Signed-off-by: Stefan Agner <stefan@agner.ch>
[juhosg:
  - tweak target.mk:
     change BOARDNAME variable,
     improve Target/Description,
     remove targz and ubifs from FEATURES and add broken flag,
  - optimize kernel configuration:
     disable ubifs, it is not used yet,
     disable unused MTD options,
     disable SPI support
     disable unused network drivers,
     tune kernel command line,
  - remove image/ubinize.cfg, it will be in a follow-up patch
  - move profile modifications into a separate patch]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38646 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ar71xx/Makefile
target/linux/ar71xx/nand/config-default [new file with mode: 0644]
target/linux/ar71xx/nand/target.mk [new file with mode: 0644]