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
5 changed files with 9 additions and 13 deletions
|
@ -19,7 +19,6 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define KernelPackage/diag
|
define KernelPackage/diag
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
CATEGORY:=Kernel drivers
|
CATEGORY:=Kernel drivers
|
||||||
DEFAULT:=y
|
|
||||||
DEPENDS:=@LINUX_2_4_BRCM||LINUX_2_6_BRCM
|
DEPENDS:=@LINUX_2_4_BRCM||LINUX_2_6_BRCM
|
||||||
TITLE:=Driver for router LEDs and Buttons
|
TITLE:=Driver for router LEDs and Buttons
|
||||||
VERSION:=$(PKG_RELEASE)+$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)
|
VERSION:=$(PKG_RELEASE)+$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)
|
||||||
|
|
|
@ -57,7 +57,6 @@ endef
|
||||||
define Package/wlc
|
define Package/wlc
|
||||||
$(call Package/broadcom-wl/Default)
|
$(call Package/broadcom-wl/Default)
|
||||||
TITLE:=wl driver setup utility
|
TITLE:=wl driver setup utility
|
||||||
DEFAULT:=y
|
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
This package contains an utility for initializing the proprietary Broadcom \\\
|
This package contains an utility for initializing the proprietary Broadcom \\\
|
||||||
wl driver.
|
wl driver.
|
||||||
|
@ -74,7 +73,6 @@ endef
|
||||||
define Package/nas
|
define Package/nas
|
||||||
$(call Package/broadcom-wl/Default)
|
$(call Package/broadcom-wl/Default)
|
||||||
DEPENDS+=+nvram
|
DEPENDS+=+nvram
|
||||||
DEFAULT:=y
|
|
||||||
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
|
TITLE:=Proprietary Broadcom WPA/WPA2 authenticator
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
This package contains the proprietary WPA/WPA2 authenticator (nas) for the \\\
|
This package contains the proprietary WPA/WPA2 authenticator (nas) for the \\\
|
||||||
|
|
|
@ -29,7 +29,6 @@ endef
|
||||||
|
|
||||||
define Package/kmod-wlcompat
|
define Package/kmod-wlcompat
|
||||||
$(call Package/kmod-wlcompat/Default)
|
$(call Package/kmod-wlcompat/Default)
|
||||||
DEFAULT:=y
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/kmod-wlcompat-debug
|
define Package/kmod-wlcompat-debug
|
||||||
|
|
|
@ -23,17 +23,17 @@ endef
|
||||||
KERNEL:=2.4
|
KERNEL:=2.4
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
DEFAULT_PACKAGES += kmod-switch nvram
|
DEFAULT_PACKAGES += kmod-switch kmod-diag nvram
|
||||||
|
|
||||||
define Profile/Broadcom
|
define Profile/Broadcom
|
||||||
NAME:=Generic, Broadcom WiFi (default)
|
NAME:=Generic, Broadcom WiFi (default)
|
||||||
PACKAGES:=kmod-brcm-wl
|
PACKAGES:=kmod-brcm-wl wlc nas kmod-wlcompat
|
||||||
endef
|
endef
|
||||||
$(eval $(call Profile,Broadcom))
|
$(eval $(call Profile,Broadcom))
|
||||||
|
|
||||||
define Profile/BroadcomMimo
|
define Profile/BroadcomMimo
|
||||||
NAME:=Generic, Broadcom WiFi (MIMO)
|
NAME:=Generic, Broadcom WiFi (MIMO)
|
||||||
PACKAGES:=kmod-brcm-wl-mimo
|
PACKAGES:=kmod-brcm-wl-mimo wlc nas kmod-wlcompat
|
||||||
endef
|
endef
|
||||||
$(eval $(call Profile,BroadcomMimo))
|
$(eval $(call Profile,BroadcomMimo))
|
||||||
|
|
||||||
|
@ -52,31 +52,31 @@ $(eval $(call Profile,None))
|
||||||
|
|
||||||
define Profile/WRT54G3G
|
define Profile/WRT54G3G
|
||||||
NAME:=Linksys 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
|
endef
|
||||||
$(eval $(call Profile,WRT54G3G))
|
$(eval $(call Profile,WRT54G3G))
|
||||||
|
|
||||||
define Profile/WL500G
|
define Profile/WL500G
|
||||||
NAME:=ASUS WL-500g
|
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
|
endef
|
||||||
$(eval $(call Profile,WL500G))
|
$(eval $(call Profile,WL500G))
|
||||||
|
|
||||||
define Profile/WL500GD
|
define Profile/WL500GD
|
||||||
NAME:=ASUS WL-500g Deluxe
|
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
|
endef
|
||||||
$(eval $(call Profile,WL500GD))
|
$(eval $(call Profile,WL500GD))
|
||||||
|
|
||||||
define Profile/WL500GP
|
define Profile/WL500GP
|
||||||
NAME:=ASUS WL-500g Premium
|
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
|
endef
|
||||||
$(eval $(call Profile,WL500GP))
|
$(eval $(call Profile,WL500GP))
|
||||||
|
|
||||||
define Profile/WLHDD
|
define Profile/WLHDD
|
||||||
NAME:=WL-HDD
|
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
|
endef
|
||||||
$(eval $(call Profile,WLHDD))
|
$(eval $(call Profile,WLHDD))
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ define Target/Description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/kernel-build.mk
|
include $(INCLUDE_DIR)/kernel-build.mk
|
||||||
DEFAULT_PACKAGES += kmod-switch
|
DEFAULT_PACKAGES += kmod-switch kmod-diag
|
||||||
|
|
||||||
define Profile/Atheros
|
define Profile/Atheros
|
||||||
NAME:=Atheros WiFi (default)
|
NAME:=Atheros WiFi (default)
|
||||||
|
|
Loading…
Reference in a new issue