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:
68746e3
)
Fix rt2x00 kernel config reading
author
Florian Fainelli
<florian@openwrt.org>
Tue, 14 Aug 2007 09:55:12 +0000
(09:55 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 14 Aug 2007 09:55:12 +0000
(09:55 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8413
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/rt2x00/Makefile
patch
|
blob
|
history
diff --git
a/package/rt2x00/Makefile
b/package/rt2x00/Makefile
index
1759f82
..
fd67a9e
100644
(file)
--- a/
package/rt2x00/Makefile
+++ b/
package/rt2x00/Makefile
@@
-119,7
+119,7
@@
define Build/Compile
ARCH="$(LINUX_KARCH)" V="$(V)" \
SUBDIRS="$(PKG_BUILD_DIR)" \
KERNELVERSION="$(KERNEL)" \
- KERNEL_SOURCE="$(LINUX_DIR)" \
+ KERNEL_SOURCE
S
="$(LINUX_DIR)" \
KDIR="$(LINUX_DIR)"
endef