projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't specify "CC=<nothing>" on kernel build command line
[openwrt.git]
/
package
/
mac80211
/
Makefile
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index
800ae48
..
8a387b4
100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-13,9
+13,6
@@
PKG_NAME:=mac80211
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
-ifeq ($(DUMP),)
- include $(LINUX_DIR)/.config
-endif
define KernelPackage/mac80211
SUBMENU:=Wireless Drivers
define KernelPackage/mac80211
SUBMENU:=Wireless Drivers
@@
-43,8
+40,9
@@
MAKE_OPTS:= \
ARCH="$(LINUX_KARCH)" \
EXTRA_CFLAGS="$(BUILDFLAGS)" \
$(foreach opt,$(CONFOPTS),CONFIG_$(opt)=m) \
ARCH="$(LINUX_KARCH)" \
EXTRA_CFLAGS="$(BUILDFLAGS)" \
$(foreach opt,$(CONFOPTS),CONFIG_$(opt)=m) \
+ CONFIG_NL80211=y \
CONFIG_MAC80211_LEDS=$(CONFIG_LEDS_TRIGGERS) \
CONFIG_MAC80211_LEDS=$(CONFIG_LEDS_TRIGGERS) \
- LINUXINCLUDE="-I${CURDIR}/src/include -I$(LINUX_DIR)/include -include linux/autoconf.h"
+ LINUXINCLUDE="-I${CURDIR}/src/include -I$(LINUX_DIR)/include -include linux/autoconf.h"
\
ifneq ($(findstring 2.6.23,$(LINUX_VERSION)),)
define Build/Prepare
ifneq ($(findstring 2.6.23,$(LINUX_VERSION)),)
define Build/Prepare
This page took
0.022831 seconds
and
4
git commands to generate.