aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-08-14 09:55:12 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-08-14 09:55:12 +0000
commit7149f627cd1ebb31a045ba8399e3e5bb96dd04a2 (patch)
tree73156d58e12fdfd396d8963bf0a8ab35c707e548 /package
parent68746e3f953d6c2a9caa26fbbab91dae3c3fd991 (diff)
downloadupstream-7149f627cd1ebb31a045ba8399e3e5bb96dd04a2.tar.gz
upstream-7149f627cd1ebb31a045ba8399e3e5bb96dd04a2.tar.bz2
upstream-7149f627cd1ebb31a045ba8399e3e5bb96dd04a2.zip
Fix rt2x00 kernel config reading
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8413 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/rt2x00/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile
index 1759f82bd6..fd67a9e1ba 100644
--- 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_SOURCES="$(LINUX_DIR)" \
KDIR="$(LINUX_DIR)"
endef