bcm63xx: split into two subtargets, generic and SMP
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 May 2013 15:28:31 +0000 (15:28 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 2 May 2013 15:28:31 +0000 (15:28 +0000)
commitd5b77a110590f8e3f9003ca6bf74e313418cda8b
tree57e2c2cf8c74ed149c696894980ea65e1af5617b
parentaef5072cbec76a1376b7e6eba2c060c5e6af95d1
bcm63xx: split into two subtargets, generic and SMP

Make SMP a subtarget, since it only supports BCM6362 and BCM6368.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36527 3c298f89-4303-0410-b956-a3cf2f4a3e73
29 files changed:
target/linux/brcm63xx/Makefile
target/linux/brcm63xx/config-3.8
target/linux/brcm63xx/generic/config-default [new file with mode: 0644]
target/linux/brcm63xx/generic/profiles/100-Broadcom.mk [new file with mode: 0644]
target/linux/brcm63xx/generic/profiles/101-Broadcom-wl.mk [new file with mode: 0644]
target/linux/brcm63xx/generic/profiles/102-Atheros.mk [new file with mode: 0644]
target/linux/brcm63xx/generic/profiles/103-Ralink.mk [new file with mode: 0644]
target/linux/brcm63xx/generic/profiles/104-No-WiFi.mk [new file with mode: 0644]
target/linux/brcm63xx/generic/profiles/105-Broadcom-brcmsmac.mk [new file with mode: 0644]
target/linux/brcm63xx/generic/profiles/200-GW6X00.mk [new file with mode: 0644]
target/linux/brcm63xx/generic/profiles/201-HW556.mk [new file with mode: 0644]
target/linux/brcm63xx/generic/target.mk [new file with mode: 0644]
target/linux/brcm63xx/image/Makefile
target/linux/brcm63xx/profiles/100-Broadcom.mk [deleted file]
target/linux/brcm63xx/profiles/101-Broadcom-wl.mk [deleted file]
target/linux/brcm63xx/profiles/102-Atheros.mk [deleted file]
target/linux/brcm63xx/profiles/103-Ralink.mk [deleted file]
target/linux/brcm63xx/profiles/104-No-WiFi.mk [deleted file]
target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk [deleted file]
target/linux/brcm63xx/profiles/200-GW6X00.mk [deleted file]
target/linux/brcm63xx/profiles/201-HW556.mk [deleted file]
target/linux/brcm63xx/smp/config-default [new file with mode: 0644]
target/linux/brcm63xx/smp/profiles/100-Broadcom.mk [new file with mode: 0644]
target/linux/brcm63xx/smp/profiles/101-Broadcom-wl.mk [new file with mode: 0644]
target/linux/brcm63xx/smp/profiles/102-Atheros.mk [new file with mode: 0644]
target/linux/brcm63xx/smp/profiles/103-Ralink.mk [new file with mode: 0644]
target/linux/brcm63xx/smp/profiles/104-No-WiFi.mk [new file with mode: 0644]
target/linux/brcm63xx/smp/profiles/105-Broadcom-brcmsmac.mk [new file with mode: 0644]
target/linux/brcm63xx/smp/target.mk [new file with mode: 0644]