mirror of https://github.com/hak5/openwrt-owl.git
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
SVN-Revision: 24314owl
parent
4ab2416621
commit
c6ef9a0720
|
@ -14,7 +14,7 @@ LINUX_VERSION:=2.6.35.9
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
DEFAULT_PACKAGES += wpad-mini kmod-switch gpioctl
|
DEFAULT_PACKAGES += kmod-switch gpioctl
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Broadcom based xDSL/routers
|
Build firmware images for Broadcom based xDSL/routers
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/Broadcom
|
define Profile/Broadcom
|
||||||
NAME:=Broadcom WiFi (default)
|
NAME:=Broadcom WiFi (default)
|
||||||
PACKAGES:=kmod-b43
|
PACKAGES:=kmod-b43 wpad-mini
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Broadcom/Description
|
define Profile/Broadcom/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/Broadcom-wl
|
define Profile/Broadcom-wl
|
||||||
NAME:=Broadcom BCM43xx WiFi (wl, proprietary)
|
NAME:=Broadcom BCM43xx WiFi (wl, proprietary)
|
||||||
PACKAGES:=-wpad-mini kmod-brcm-wl wlc nas
|
PACKAGES:= kmod-brcm-wl wlc nas
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Broadcom-wl/Description
|
define Profile/Broadcom-wl/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/Atheros
|
define Profile/Atheros
|
||||||
NAME:=Atheros WiFi (default)
|
NAME:=Atheros WiFi (default)
|
||||||
PACKAGES:=kmod-madwifi
|
PACKAGES:=kmod-madwifi wpad-mini
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/Atheros/Description
|
define Profile/Atheros/Description
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
define Profile/Ralink
|
define Profile/Ralink
|
||||||
NAME:=Ralink WiFi
|
NAME:=Ralink WiFi
|
||||||
PACKAGES:=kmod-rt61-pci
|
PACKAGES:=kmod-rt61-pci wpad-mini
|
||||||
endef
|
endef
|
||||||
$(eval $(call Profile,Ralink))
|
$(eval $(call Profile,Ralink))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue