mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 18:34:53 +00:00
fix mac80211 compile
SVN-Revision: 9391
This commit is contained in:
parent
58035f5e02
commit
461e17e015
@ -29,11 +29,11 @@ define KernelPackage/mac80211/description
|
||||
Linux 802.11 Wireless Networking Stack
|
||||
endef
|
||||
|
||||
CONFOPTS:=MAC80211 CFG80211
|
||||
CONFOPTS:=MAC80211 CFG80211 NL80211
|
||||
|
||||
BUILDFLAGS:= \
|
||||
$(foreach opt,$(CONFOPTS),-DCONFIG_$(opt) ) \
|
||||
$(if $(CONFIG_LEDS_TRIGGERS), -DCONFIG_MAC80211_LEDS -DCONFIG_LEDS_TRIGGERS -DCONFIG_NL80211)
|
||||
$(if $(CONFIG_LEDS_TRIGGERS), -DCONFIG_MAC80211_LEDS -DCONFIG_LEDS_TRIGGERS)
|
||||
|
||||
MAKE_OPTS:= \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
|
Loading…
Reference in New Issue
Block a user