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/Makefile | |
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/Makefile')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index 5bdc10384d..9b9043269f 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -14,7 +14,7 @@ LINUX_VERSION:=2.6.35.9 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += wpad-mini kmod-switch gpioctl +DEFAULT_PACKAGES += kmod-switch gpioctl define Target/Description Build firmware images for Broadcom based xDSL/routers |