projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enable kexec for x86 as well (#2141)
[openwrt.git]
/
package
/
mac80211
/
Makefile
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index
6efa9ab
..
c59aaa5
100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-46,9
+46,9
@@
endef
MAKE_OPTS:=-C "$(LINUX_DIR)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
ARCH="$(LINUX_KARCH)" \
MAKE_OPTS:=-C "$(LINUX_DIR)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
ARCH="$(LINUX_KARCH)" \
- EXTRA_CFLAGS="$(BUILDFLAGS) -DCONFIG_MAC80211_LEDS" \
+ 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)
define Build/Compile
ifneq ($(KERNEL_PATCHVER),2.6.21)
define Build/Compile
This page took
0.020062 seconds
and
4
git commands to generate.