summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/profiles
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-20 13:44:19 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-20 13:44:19 +0000
commit203384ef2cc5e7fa0f0fb8626c683409e3de2338 (patch)
tree276850ed9bc8ef8a1e4b10eea273848dbf78b35f /target/linux/brcm47xx/profiles
parenta4219746fb7a8b9b3e1cc7e1b786de529265b028 (diff)
[brcm47xx] deselect wpad-mini in wl profile instead of adding it to all other profiles, slightly change titles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21852 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/profiles')
-rw-r--r--target/linux/brcm47xx/profiles/100-Broadcom-b43.mk4
-rw-r--r--target/linux/brcm47xx/profiles/101-Broadcom-wl.mk4
-rw-r--r--target/linux/brcm47xx/profiles/105-Atheros.mk2
-rw-r--r--target/linux/brcm47xx/profiles/WL500GPv1-ATH.mk2
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 124218009..df8d37baf 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 4cfb089ea..d67298cc9 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 889f4bc74..46046a1fa 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 2dea0d542..bf8630388 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