X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/091781a68566f39c1c255fce959d084999da7922..baaf523765f1dd573aaa2b76609360550bc7a05b:/package/mac80211/Makefile diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 800ae4899..8a387b445 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -13,9 +13,6 @@ PKG_NAME:=mac80211 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk -ifeq ($(DUMP),) - include $(LINUX_DIR)/.config -endif define KernelPackage/mac80211 SUBMENU:=Wireless Drivers @@ -43,8 +40,9 @@ MAKE_OPTS:= \ ARCH="$(LINUX_KARCH)" \ EXTRA_CFLAGS="$(BUILDFLAGS)" \ $(foreach opt,$(CONFOPTS),CONFIG_$(opt)=m) \ + CONFIG_NL80211=y \ CONFIG_MAC80211_LEDS=$(CONFIG_LEDS_TRIGGERS) \ - LINUXINCLUDE="-I${CURDIR}/src/include -I$(LINUX_DIR)/include -include linux/autoconf.h" + LINUXINCLUDE="-I${CURDIR}/src/include -I$(LINUX_DIR)/include -include linux/autoconf.h" \ ifneq ($(findstring 2.6.23,$(LINUX_VERSION)),) define Build/Prepare