bcm63xx: split into two subtargets, generic and SMP
authorJonas Gorski <jogo@openwrt.org>
Thu, 2 May 2013 15:28:31 +0000 (15:28 +0000)
committerJonas Gorski <jogo@openwrt.org>
Thu, 2 May 2013 15:28:31 +0000 (15:28 +0000)
commit24636fcabf64031a93a930ea1cd26f086acd30f8
tree52ff84a46508e1d89c9048e9034772b713846068
parentd11efa14286ba8b6e6bfa3af0f3c16e1f8492682
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>
SVN-Revision: 36527
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]