diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-12-08 00:40:24 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-12-08 00:40:24 +0000 |
commit | c6ef9a072080fb37f566759659fb35b448fcce31 (patch) | |
tree | 5a4845811eda4b91e58baa9746dac686b7e13d7a /target/linux/brcm63xx/profiles/101-Broadcom-wl.mk | |
parent | 4ab241662165cbdb3eab68854409c1fae6c52438 (diff) | |
download | mtk-20170518-c6ef9a072080fb37f566759659fb35b448fcce31.zip mtk-20170518-c6ef9a072080fb37f566759659fb35b448fcce31.tar.gz mtk-20170518-c6ef9a072080fb37f566759659fb35b448fcce31.tar.bz2 |
Profiles: Move wpad-mini to the profiles that use it, rather than default for all profiles (because -wpad-mini means it's not selectable, which isn't what we always want for the No WiFi profile
SVN-Revision: 24314
Diffstat (limited to 'target/linux/brcm63xx/profiles/101-Broadcom-wl.mk')
-rw-r--r-- | target/linux/brcm63xx/profiles/101-Broadcom-wl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/profiles/101-Broadcom-wl.mk b/target/linux/brcm63xx/profiles/101-Broadcom-wl.mk index d67298c..4f2d605 100644 --- a/target/linux/brcm63xx/profiles/101-Broadcom-wl.mk +++ b/target/linux/brcm63xx/profiles/101-Broadcom-wl.mk @@ -7,7 +7,7 @@ define Profile/Broadcom-wl NAME:=Broadcom BCM43xx WiFi (wl, proprietary) - PACKAGES:=-wpad-mini kmod-brcm-wl wlc nas + PACKAGES:= kmod-brcm-wl wlc nas endef define Profile/Broadcom-wl/Description |