diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-20 13:44:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-20 13:44:19 +0000 |
commit | af1eb7ec46aededaafaccd23e9bf44cf82b17495 (patch) | |
tree | 9e871da8b34cf50f21d412458dbd2bbfc9a00817 /target/linux/brcm47xx/profiles/100-Broadcom-b43.mk | |
parent | da6e39e59246bb37658ab48fcc059b7f8ec35bad (diff) | |
download | upstream-af1eb7ec46aededaafaccd23e9bf44cf82b17495.tar.gz upstream-af1eb7ec46aededaafaccd23e9bf44cf82b17495.tar.bz2 upstream-af1eb7ec46aededaafaccd23e9bf44cf82b17495.zip |
deselect wpad-mini in wl profile instead of adding it to all other profiles, slightly change titles
SVN-Revision: 21852
Diffstat (limited to 'target/linux/brcm47xx/profiles/100-Broadcom-b43.mk')
-rw-r--r-- | target/linux/brcm47xx/profiles/100-Broadcom-b43.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk b/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk index 1242180092..df8d37baff 100644 --- a/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk +++ b/target/linux/brcm47xx/profiles/100-Broadcom-b43.mk @@ -6,8 +6,8 @@ # define Profile/Broadcom-b43 - NAME:=Broadcom BCM43xx WiFi - "b43" driver (default) - PACKAGES:=wpad-mini kmod-b43 kmod-b43legacy + NAME:=Broadcom BCM43xx WiFi (b43, default) + PACKAGES:=kmod-b43 kmod-b43legacy endef define Profile/Broadcom-b43/Description |