mirror of https://github.com/hak5/openwrt-owl.git
fix mac80211 build for platforms that have led support disabled
SVN-Revision: 8138owl
parent
7470547083
commit
3c2568a335
|
@ -48,7 +48,7 @@ MAKE_OPTS:=-C "$(LINUX_DIR)" \
|
||||||
ARCH="$(LINUX_KARCH)" \
|
ARCH="$(LINUX_KARCH)" \
|
||||||
EXTRA_CFLAGS="$(BUILDFLAGS) -DCONFIG_MAC80211_LEDS -DCONFIG_LEDS_TRIGGERS" \
|
EXTRA_CFLAGS="$(BUILDFLAGS) -DCONFIG_MAC80211_LEDS -DCONFIG_LEDS_TRIGGERS" \
|
||||||
CONFIG_MAC80211=m \
|
CONFIG_MAC80211=m \
|
||||||
CONFIG_MAC80211_LEDS=y
|
CONFIG_MAC80211_LEDS=$(CONFIG_LEDS_TRIGGERS)
|
||||||
|
|
||||||
ifneq ($(KERNEL_PATCHVER),2.6.21)
|
ifneq ($(KERNEL_PATCHVER),2.6.21)
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
Loading…
Reference in New Issue