diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-20 13:32:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-20 13:32:40 +0000 |
commit | da6e39e59246bb37658ab48fcc059b7f8ec35bad (patch) | |
tree | 055387d431dfd861530ef61d21de736162e79982 /target/linux/brcm47xx/Makefile | |
parent | f5a01d10a2d732a6069b18fc08349d9cf15b21a7 (diff) | |
download | upstream-da6e39e59246bb37658ab48fcc059b7f8ec35bad.tar.gz upstream-da6e39e59246bb37658ab48fcc059b7f8ec35bad.tar.bz2 upstream-da6e39e59246bb37658ab48fcc059b7f8ec35bad.zip |
add a profile using proprietary wl instead of b43
SVN-Revision: 21851
Diffstat (limited to 'target/linux/brcm47xx/Makefile')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 56c87e4820..eae5ca3e37 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs usb pcmcia LINUX_VERSION:=2.6.32.14 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += wpad-mini kmod-switch kmod-diag nvram +DEFAULT_PACKAGES += kmod-switch kmod-diag nvram define Target/Description Build firmware images for Broadcom based routers |