ar71xx: add a new subtarget for nand based devices - saves around 44k on the lzma...
authorFelix Fietkau <nbd@openwrt.org>
Fri, 7 May 2010 16:20:32 +0000 (16:20 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 7 May 2010 16:20:32 +0000 (16:20 +0000)
commitaa319d87f6e2a0608e485b2b30de70c56beb6b27
treeaa3c35129007185c523ba8da15ce39f0c6085712
parent84407eb7cb30db11ee4c45e715f4712ecab3ab18
ar71xx: add a new subtarget for nand based devices - saves around 44k on the lzma compressed generic kernel image

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21396 3c298f89-4303-0410-b956-a3cf2f4a3e73
40 files changed:
target/linux/ar71xx/Makefile
target/linux/ar71xx/config-2.6.32
target/linux/ar71xx/config-2.6.33
target/linux/ar71xx/config-2.6.34
target/linux/ar71xx/generic/config-default [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/00-default.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/01-minimal.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/02-madwifi.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/atheros.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/atlantis.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/buffalo.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/compex.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/d-link.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/linksys.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/netgear.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/planex.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/tp-link.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/trendnet.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/ubnt.mk [new file with mode: 0644]
target/linux/ar71xx/generic/profiles/zyxel.mk [new file with mode: 0644]
target/linux/ar71xx/generic/target.mk [new file with mode: 0644]
target/linux/ar71xx/nand/config-default [new file with mode: 0644]
target/linux/ar71xx/nand/profiles/01-minimal.mk [new file with mode: 0644]
target/linux/ar71xx/nand/profiles/02-madwifi.mk [new file with mode: 0644]
target/linux/ar71xx/nand/target.mk [new file with mode: 0644]
target/linux/ar71xx/profiles/00-default.mk [deleted file]
target/linux/ar71xx/profiles/01-minimal.mk [deleted file]
target/linux/ar71xx/profiles/02-madwifi.mk [deleted file]
target/linux/ar71xx/profiles/atheros.mk [deleted file]
target/linux/ar71xx/profiles/atlantis.mk [deleted file]
target/linux/ar71xx/profiles/buffalo.mk [deleted file]
target/linux/ar71xx/profiles/compex.mk [deleted file]
target/linux/ar71xx/profiles/d-link.mk [deleted file]
target/linux/ar71xx/profiles/linksys.mk [deleted file]
target/linux/ar71xx/profiles/netgear.mk [deleted file]
target/linux/ar71xx/profiles/planex.mk [deleted file]
target/linux/ar71xx/profiles/tp-link.mk [deleted file]
target/linux/ar71xx/profiles/trendnet.mk [deleted file]
target/linux/ar71xx/profiles/ubnt.mk [deleted file]
target/linux/ar71xx/profiles/zyxel.mk [deleted file]