1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 17:55:55 +02:00

fix mac80211 build for platforms that have led support disabled

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8138 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-07-23 22:10:23 +00:00
parent e2133d3ce6
commit 720cdf88eb

View File

@ -48,7 +48,7 @@ MAKE_OPTS:=-C "$(LINUX_DIR)" \
ARCH="$(LINUX_KARCH)" \
EXTRA_CFLAGS="$(BUILDFLAGS) -DCONFIG_MAC80211_LEDS -DCONFIG_LEDS_TRIGGERS" \
CONFIG_MAC80211=m \
CONFIG_MAC80211_LEDS=y
CONFIG_MAC80211_LEDS=$(CONFIG_LEDS_TRIGGERS)
ifneq ($(KERNEL_PATCHVER),2.6.21)
define Build/Compile