projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
357dcff
)
fix mac80211 build for platforms that have led support disabled
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 23 Jul 2007 22:10:23 +0000
(22:10 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 23 Jul 2007 22:10:23 +0000
(22:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8138
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index
5a97065
..
c59aaa5
100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-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