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:
ef1f09e
)
fix rt2x00 build
author
Nicolas Thill
<nico@openwrt.org>
Fri, 24 Aug 2007 11:22:57 +0000
(11:22 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 24 Aug 2007 11:22:57 +0000
(11:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8476
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rt2x00/Makefile
patch
|
blob
|
history
diff --git
a/package/rt2x00/Makefile
b/package/rt2x00/Makefile
index
faff0c9
..
f3197f3
100644
(file)
--- a/
package/rt2x00/Makefile
+++ b/
package/rt2x00/Makefile
@@
-113,7
+113,10
@@
define Build/Prepare
endef
define Build/Compile
- $(MAKE) -C "$(PKG_BUILD_DIR)" config_header
+ $(MAKE) -C "$(PKG_BUILD_DIR)" \
+ KERNDIR="$(LINUX_DIR)" \
+ config_header
+
$(MAKE) -C "$(LINUX_DIR)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
ARCH="$(LINUX_KARCH)" V="$(V)" \