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/100-Broadcom.mk | |
parent | 4ab241662165cbdb3eab68854409c1fae6c52438 (diff) | |
download | upstream-c6ef9a072080fb37f566759659fb35b448fcce31.tar.gz upstream-c6ef9a072080fb37f566759659fb35b448fcce31.tar.bz2 upstream-c6ef9a072080fb37f566759659fb35b448fcce31.zip |
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/100-Broadcom.mk')
-rw-r--r-- | target/linux/brcm63xx/profiles/100-Broadcom.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/profiles/100-Broadcom.mk b/target/linux/brcm63xx/profiles/100-Broadcom.mk index b7e1f46ec5..bc68f14937 100644 --- a/target/linux/brcm63xx/profiles/100-Broadcom.mk +++ b/target/linux/brcm63xx/profiles/100-Broadcom.mk @@ -7,7 +7,7 @@ define Profile/Broadcom NAME:=Broadcom WiFi (default) - PACKAGES:=kmod-b43 + PACKAGES:=kmod-b43 wpad-mini endef define Profile/Broadcom/Description |