mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
move several instances of DEFAULT:=y to profile preselections (easier for the image builder to pick up)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6096 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user