fix mac80211 build
SVN-Revision: 7696
This commit is contained in:
parent
f9bf3a0e4f
commit
6b876d25f1
1 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,9 @@ PKG_RELEASE:=1
|
|||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
ifeq ($(DUMP),)
|
||||
include $(LINUX_DIR)/.config
|
||||
endif
|
||||
|
||||
define KernelPackage/mac80211
|
||||
SUBMENU:=Wireless Drivers
|
||||
|
@ -41,7 +44,9 @@ endef
|
|||
MAKE_OPTS:=-C "$(LINUX_DIR)" \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
ARCH="$(LINUX_KARCH)" \
|
||||
EXTRA_CFLAGS="$(BUILDFLAGS)"
|
||||
EXTRA_CFLAGS="$(BUILDFLAGS) -DCONFIG_MAC80211_LEDS" \
|
||||
CONFIG_MAC80211=m \
|
||||
CONFIG_MAC80211_LEDS=y
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) $(MAKE_OPTS) SUBDIRS="$(PKG_BUILD_DIR)/wireless" modules
|
||||
|
|
Loading…
Reference in a new issue