split out profile definitions from Makefiles
authorTim Yardley <lst@openwrt.org>
Fri, 2 Mar 2007 23:02:38 +0000 (23:02 +0000)
committerTim Yardley <lst@openwrt.org>
Fri, 2 Mar 2007 23:02:38 +0000 (23:02 +0000)
commit862b0c5ca6c4188ba43c07ad82f8fe6caa8a2f98
treef560743479e4aef6d9013643b9b26923cd248bc1
parentef919be431244b47b4624c7dc76d5cf511eb4de2
split out profile definitions from Makefiles

structure is as follows:
target/linux/<arch>/profiles/<profilename>.mk

These files are included by a blob match in the target Makefile

The files should be labeled based on their profile Name in the definition

SVN-Revision: 6468
29 files changed:
target/linux/ar7-2.4/Makefile
target/linux/ar7-2.4/profiles/AnnexA.mk [new file with mode: 0644]
target/linux/ar7-2.4/profiles/AnnexB.mk [new file with mode: 0644]
target/linux/ar7-2.4/profiles/None.mk [new file with mode: 0644]
target/linux/au1000-2.6/Makefile
target/linux/au1000-2.6/profiles/Atheros.mk [new file with mode: 0644]
target/linux/au1000-2.6/profiles/Broadcom.mk [new file with mode: 0644]
target/linux/au1000-2.6/profiles/Intel.mk [new file with mode: 0644]
target/linux/brcm-2.4/Makefile
target/linux/brcm-2.4/profiles/Atheros.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/Broadcom.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/BroadcomMimo.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/None.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/WL500G.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/WL500GD.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/WL500GP.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/WL700GE.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/WLHDD.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/WRT54G3G.mk [new file with mode: 0644]
target/linux/brcm-2.6/Makefile
target/linux/brcm-2.6/profiles/Atheros.mk [new file with mode: 0644]
target/linux/brcm-2.6/profiles/None.mk [new file with mode: 0644]
target/linux/brcm-2.6/profiles/WGT634U.mk [new file with mode: 0644]
target/linux/brcm63xx-2.6/Makefile
target/linux/brcm63xx-2.6/profiles/Atheros.mk [new file with mode: 0644]
target/linux/brcm63xx-2.6/profiles/Broadcom.mk [new file with mode: 0644]
target/linux/brcm63xx-2.6/profiles/Ralink.mk [new file with mode: 0644]
target/linux/rdc-2.6/Makefile
target/linux/rdc-2.6/profiles/Ralink.mk [new file with mode: 0644]