diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-06-05 21:25:03 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-06-05 21:25:03 +0000 |
commit | 42acb527796fb697dc99d167031c05a70542e932 (patch) | |
tree | dbfa33988e24d84d34d75c8b87db9328b9fec869 /target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk | |
parent | 431f863e5eda392580e2d7916973b27fc0a81f15 (diff) | |
download | upstream-42acb527796fb697dc99d167031c05a70542e932.tar.gz upstream-42acb527796fb697dc99d167031c05a70542e932.tar.bz2 upstream-42acb527796fb697dc99d167031c05a70542e932.zip |
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
Diffstat (limited to 'target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk')
-rw-r--r-- | target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk b/target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk new file mode 100644 index 0000000000..37063acaae --- /dev/null +++ b/target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk @@ -0,0 +1,19 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Broadcom-mips74k-wl + NAME:=Broadcom SoC, BCM43xx WiFi (proprietary wl) + PACKAGES:=kmod-bgmac -wpad-mini kmod-brcm-wl wlc nas +endef + +define Profile/Broadcom-mips74k-wl/Description + Package set for devices with BCM43xx WiFi including proprietary (and + closed source) driver "wl". +endef + +$(eval $(call Profile,Broadcom-mips74k-wl)) + |