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)
commit03beb39e5f76f6361adc99244afb4d274310d158
treead51f5b31163969f63c468720c0ac606bf0fe17e
parentfa859ea32a7d0775e426b80757b37c09e3e2282c
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]