move several instances of DEFAULT:=y to profile preselections (easier for the image builder to pick up)
SVN-Revision: 6096
This commit is contained in:
parent
28f97f9fc3
commit
ee54f19d41
@ -19,7 +19,6 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define KernelPackage/diag
|
||||
SECTION:=kernel
|
||||
CATEGORY:=Kernel drivers
|
||||
DEFAULT:=y
|
||||
DEPENDS:=@LINUX_2_4_BRCM||LINUX_2_6_BRCM
|
||||
TITLE:=Driver for router LEDs and Buttons
|
||||
VERSION:=$(PKG_RELEASE)+$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)
|
||||
|
@ -57,7 +57,6 @@ endef
|
||||
define Package/wlc
|
||||
$(call Package/broadcom-wl/Default)
|
||||
TITLE:=wl driver setup utility
|
||||
DEFAULT:=y
|
||||
DESCRIPTION:=\
|
||||
This package contains an utility for initializing the proprietary Broadcom \\\
|
||||
wl driver.
|
||||
@ -74,7 +73,6 @@ endef
|
||||
define Package/nas
|
||||
$(call Package/broadcom-wl/Default)
|
||||
DEPENDS+=+nvram
|
||||
DEFAULT:=y
|
||||
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
|
||||
DESCRIPTION:=\
|
||||
This package contains the proprietary WPA/WPA2 authenticator (nas) for the \\\
|
||||
|
@ -29,7 +29,6 @@ endef
|
||||
|
||||
define Package/kmod-wlcompat
|
||||
$(call Package/kmod-wlcompat/Default)
|
||||
DEFAULT:=y
|
||||
endef
|
||||
|
||||
define Package/kmod-wlcompat-debug
|
||||
|
@ -23,17 +23,17 @@ endef
|
||||
KERNEL:=2.4
|
||||
|
||||
include $(INCLUDE_DIR)/kernel-build.mk
|
||||
DEFAULT_PACKAGES += kmod-switch nvram
|
||||
DEFAULT_PACKAGES += kmod-switch kmod-diag nvram
|
||||
|
||||
define Profile/Broadcom
|
||||
NAME:=Generic, Broadcom WiFi (default)
|
||||
PACKAGES:=kmod-brcm-wl
|
||||
PACKAGES:=kmod-brcm-wl wlc nas kmod-wlcompat
|
||||
endef
|
||||
$(eval $(call Profile,Broadcom))
|
||||
|
||||
define Profile/BroadcomMimo
|
||||
NAME:=Generic, Broadcom WiFi (MIMO)
|
||||
PACKAGES:=kmod-brcm-wl-mimo
|
||||
PACKAGES:=kmod-brcm-wl-mimo wlc nas kmod-wlcompat
|
||||
endef
|
||||
$(eval $(call Profile,BroadcomMimo))
|
||||
|
||||
@ -52,31 +52,31 @@ $(eval $(call Profile,None))
|
||||
|
||||
define Profile/WRT54G3G
|
||||
NAME:=Linksys WRT54G3G
|
||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-pcmcia-core kmod-pcmcia-serial kmod-nozomi comgt
|
||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-pcmcia-core kmod-pcmcia-serial kmod-nozomi comgt wlc nas kmod-wlcompat
|
||||
endef
|
||||
$(eval $(call Profile,WRT54G3G))
|
||||
|
||||
define Profile/WL500G
|
||||
NAME:=ASUS WL-500g
|
||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-lp
|
||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-lp wlc nas kmod-wlcompat
|
||||
endef
|
||||
$(eval $(call Profile,WL500G))
|
||||
|
||||
define Profile/WL500GD
|
||||
NAME:=ASUS WL-500g Deluxe
|
||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-uhci kmod-usb2
|
||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-uhci kmod-usb2 wlc nas kmod-wlcompat
|
||||
endef
|
||||
$(eval $(call Profile,WL500GD))
|
||||
|
||||
define Profile/WL500GP
|
||||
NAME:=ASUS WL-500g Premium
|
||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb2
|
||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb2 wlc nas kmod-wlcompat
|
||||
endef
|
||||
$(eval $(call Profile,WL500GP))
|
||||
|
||||
define Profile/WLHDD
|
||||
NAME:=WL-HDD
|
||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-ide-core kmod-ide-pdc202xx
|
||||
PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-ide-core kmod-ide-pdc202xx wlc nas kmod-wlcompat
|
||||
endef
|
||||
$(eval $(call Profile,WLHDD))
|
||||
|
||||
|
@ -21,7 +21,7 @@ define Target/Description
|
||||
endef
|
||||
|
||||
include $(INCLUDE_DIR)/kernel-build.mk
|
||||
DEFAULT_PACKAGES += kmod-switch
|
||||
DEFAULT_PACKAGES += kmod-switch kmod-diag
|
||||
|
||||
define Profile/Atheros
|
||||
NAME:=Atheros WiFi (default)
|
||||
|
Loading…
Reference in New Issue
Block a user