diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-15 21:57:13 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-15 21:57:13 +0000 |
commit | 1636bc670408b94be9d8ba1e4d091450c0aa3e82 (patch) | |
tree | 1b61d6b16d12314553b0b26a4d85bcab97f3ccbc /target | |
parent | f5955c2e6bb35cc3093089356ad6e2caeff61262 (diff) | |
download | upstream-1636bc670408b94be9d8ba1e4d091450c0aa3e82.tar.gz upstream-1636bc670408b94be9d8ba1e4d091450c0aa3e82.tar.bz2 upstream-1636bc670408b94be9d8ba1e4d091450c0aa3e82.zip |
brcm47xx: remove kmod-bgmac from profile
bgmac will be compiled into the kernel since r41594.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41667
Diffstat (limited to 'target')
4 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/brcm47xx/mips74k/profiles/100-Broadcom-b43.mk b/target/linux/brcm47xx/mips74k/profiles/100-Broadcom-b43.mk index 7d3c6a7a52..bd3b010f69 100644 --- a/target/linux/brcm47xx/mips74k/profiles/100-Broadcom-b43.mk +++ b/target/linux/brcm47xx/mips74k/profiles/100-Broadcom-b43.mk @@ -7,7 +7,7 @@ define Profile/Broadcom-mips74k-b43 NAME:=Broadcom SoC, BCM43xx WiFi (b43) - PACKAGES:=kmod-bgmac kmod-b43 + PACKAGES:=kmod-b43 endef define Profile/Broadcom-mips74k-b43/Description diff --git a/target/linux/brcm47xx/mips74k/profiles/101-Broadcom-brcsmac.mk b/target/linux/brcm47xx/mips74k/profiles/101-Broadcom-brcsmac.mk index 2d09cd2856..a138ef93b0 100644 --- a/target/linux/brcm47xx/mips74k/profiles/101-Broadcom-brcsmac.mk +++ b/target/linux/brcm47xx/mips74k/profiles/101-Broadcom-brcsmac.mk @@ -7,7 +7,7 @@ define Profile/Broadcom-mips74k-brcmsmac NAME:=Broadcom SoC, BCM43xx WiFi (brcmsmac) - PACKAGES:=kmod-bgmac kmod-brcmsmac + PACKAGES:=kmod-brcmsmac endef define Profile/Broadcom-mips74k-brcmsmac/Description diff --git a/target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk b/target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk index 37063acaae..502fff462d 100644 --- a/target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk +++ b/target/linux/brcm47xx/mips74k/profiles/102-Broadcom-wl.mk @@ -7,7 +7,7 @@ define Profile/Broadcom-mips74k-wl NAME:=Broadcom SoC, BCM43xx WiFi (proprietary wl) - PACKAGES:=kmod-bgmac -wpad-mini kmod-brcm-wl wlc nas + PACKAGES:=-wpad-mini kmod-brcm-wl wlc nas endef define Profile/Broadcom-mips74k-wl/Description diff --git a/target/linux/brcm47xx/mips74k/profiles/103-Broadcom-none.mk b/target/linux/brcm47xx/mips74k/profiles/103-Broadcom-none.mk index bfe3719247..5790527780 100644 --- a/target/linux/brcm47xx/mips74k/profiles/103-Broadcom-none.mk +++ b/target/linux/brcm47xx/mips74k/profiles/103-Broadcom-none.mk @@ -7,7 +7,7 @@ define Profile/Broadcom-mips74k-none NAME:=Broadcom SoC, No WiFi - PACKAGES:=kmod-bgmac -wpad-mini + PACKAGES:=-wpad-mini endef define Profile/Broadcom-mips74k-none/Description |