projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c547082
)
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)
SVN-Revision: 8413
package/rt2x00/Makefile
patch
|
blob
|
history
diff --git
a/package/rt2x00/Makefile
b/package/rt2x00/Makefile
index 1759f82bd6da1ba160cbefcf6bf04ebef4a35792..fd67a9e1ba907d10eaa3390b0d7d89ee17bb7eb9 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