1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 17:30:43 +03:00

[brcm63xx] Profiles: Move wpad-mini to the profiles that use it, rather than default for all profiles (because -wpad-mini means it's not selectable, which isn't what we always want for the No WiFi profile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24314 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cshore 2010-12-08 00:40:24 +00:00
parent 94d30e3699
commit 860ae4cdbc
5 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ LINUX_VERSION:=2.6.35.9
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += wpad-mini kmod-switch gpioctl
DEFAULT_PACKAGES += kmod-switch gpioctl
define Target/Description
Build firmware images for Broadcom based xDSL/routers

View File

@ -7,7 +7,7 @@
define Profile/Broadcom
NAME:=Broadcom WiFi (default)
PACKAGES:=kmod-b43
PACKAGES:=kmod-b43 wpad-mini
endef
define Profile/Broadcom/Description

View File

@ -7,7 +7,7 @@
define Profile/Broadcom-wl
NAME:=Broadcom BCM43xx WiFi (wl, proprietary)
PACKAGES:=-wpad-mini kmod-brcm-wl wlc nas
PACKAGES:= kmod-brcm-wl wlc nas
endef
define Profile/Broadcom-wl/Description

View File

@ -7,7 +7,7 @@
define Profile/Atheros
NAME:=Atheros WiFi (default)
PACKAGES:=kmod-madwifi
PACKAGES:=kmod-madwifi wpad-mini
endef
define Profile/Atheros/Description

View File

@ -7,7 +7,7 @@
define Profile/Ralink
NAME:=Ralink WiFi
PACKAGES:=kmod-rt61-pci
PACKAGES:=kmod-rt61-pci wpad-mini
endef
$(eval $(call Profile,Ralink))