split out profile definitions from Makefiles
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Mar 2007 23:02:38 +0000 (23:02 +0000)
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Mar 2007 23:02:38 +0000 (23:02 +0000)
commit9bc5d8548f71c8a1a60986ff99745f9f1b9b3f9a
treef560743479e4aef6d9013643b9b26923cd248bc1
parentbc9f96270fb3ae8922755b3a7f86bc87c3c8da42
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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6468 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]