brcm47xx: add mips74k subtarget for newer devices
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Jun 2014 21:25:03 +0000 (21:25 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Jun 2014 21:25:03 +0000 (21:25 +0000)
commit13f9fd7acf551788d0eaf8e598ccb81ecba96221
treedbfa33988e24d84d34d75c8b87db9328b9fec869
parentfa1bad07f88980b0d306dfaab69700eeb0aaeb08
brcm47xx: add mips74k subtarget for newer devices

All new devices (with MIPS 74K CPU) are based on BCMA SoC and have
Ethernet core supported by bgmac. Create a new subtarget to generate
optimized builds.
This is just a beginning, further tweaks (like kernel configuration)
are still possible. This decreases default root.squashfs by ~128 kB.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41025 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/brcm47xx/Makefile
target/linux/brcm47xx/mips74k/profiles/100-Broadcom-b43.mk [new file with mode: 0644]
target/linux/brcm47xx/mips74k/profiles/101-Broadcom-brcsmac.mk [new file with mode: 0644]
target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk [new file with mode: 0644]
target/linux/brcm47xx/mips74k/profiles/103-Broadcom-none.mk [new file with mode: 0644]
target/linux/brcm47xx/mips74k/target.mk [new file with mode: 0644]