mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 00:05:31 +02:00
[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
This commit is contained in:
parent
a4219746fb
commit
203384ef2c
@ -14,7 +14,7 @@ FEATURES:=squashfs usb pcmcia
|
|||||||
LINUX_VERSION:=2.6.32.14
|
LINUX_VERSION:=2.6.32.14
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
DEFAULT_PACKAGES += kmod-switch kmod-diag nvram
|
DEFAULT_PACKAGES += wpad-mini kmod-switch kmod-diag nvram
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Broadcom based routers
|
Build firmware images for Broadcom based routers
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
define Profile/Broadcom-b43
|
define Profile/Broadcom-b43
|
||||||
NAME:=Broadcom BCM43xx WiFi - "b43" driver (default)
|
NAME:=Broadcom BCM43xx WiFi (b43, default)
|
||||||
PACKAGES:=wpad-mini kmod-b43 kmod-b43legacy
|
PACKAGES:=kmod-b43 kmod-b43legacy
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Broadcom-b43/Description
|
define Profile/Broadcom-b43/Description
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
define Profile/Broadcom-wl
|
define Profile/Broadcom-wl
|
||||||
NAME:=Broadcom BCM43xx WiFi - "wl" driver (proprietary)
|
NAME:=Broadcom BCM43xx WiFi (wl, proprietary)
|
||||||
PACKAGES:=kmod-brcm-wl wlc nas
|
PACKAGES:=-wpad-mini kmod-brcm-wl wlc nas
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Broadcom-wl/Description
|
define Profile/Broadcom-wl/Description
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
define Profile/Atheros
|
define Profile/Atheros
|
||||||
NAME:=Atheros WiFi
|
NAME:=Atheros WiFi (madwifi)
|
||||||
PACKAGES:=kmod-madwifi
|
PACKAGES:=kmod-madwifi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
define Profile/WL500GPv1
|
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
|
PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-uhci kmod-usb2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user