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 | |
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')
4 files changed, 6 insertions, 6 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 diff --git a/target/linux/brcm47xx/profiles/101-Broadcom-wl.mk b/target/linux/brcm47xx/profiles/101-Broadcom-wl.mk index 4cfb089eab..d67298cc9d 100644 --- a/target/linux/brcm47xx/profiles/101-Broadcom-wl.mk +++ b/target/linux/brcm47xx/profiles/101-Broadcom-wl.mk @@ -6,8 +6,8 @@ # define Profile/Broadcom-wl - NAME:=Broadcom BCM43xx WiFi - "wl" driver (proprietary) - PACKAGES:=kmod-brcm-wl wlc nas + NAME:=Broadcom BCM43xx WiFi (wl, proprietary) + PACKAGES:=-wpad-mini kmod-brcm-wl wlc nas endef define Profile/Broadcom-wl/Description diff --git a/target/linux/brcm47xx/profiles/105-Atheros.mk b/target/linux/brcm47xx/profiles/105-Atheros.mk index 889f4bc74f..46046a1fa5 100644 --- a/target/linux/brcm47xx/profiles/105-Atheros.mk +++ b/target/linux/brcm47xx/profiles/105-Atheros.mk @@ -6,7 +6,7 @@ # define Profile/Atheros - NAME:=Atheros WiFi + NAME:=Atheros WiFi (madwifi) PACKAGES:=kmod-madwifi endef diff --git a/target/linux/brcm47xx/profiles/WL500GPv1-ATH.mk b/target/linux/brcm47xx/profiles/WL500GPv1-ATH.mk index 2dea0d5421..bf8630388e 100644 --- a/target/linux/brcm47xx/profiles/WL500GPv1-ATH.mk +++ b/target/linux/brcm47xx/profiles/WL500GPv1-ATH.mk @@ -6,7 +6,7 @@ # define Profile/WL500GPv1 - NAME:=ASUS WL-500g Premium v1 (Atheros WiFi) + NAME:=ASUS WL-500g Premium v1 (Atheros WiFi using madwifi) PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-uhci kmod-usb2 endef |