From: Florian Fainelli Date: Tue, 14 Aug 2007 09:55:12 +0000 (+0000) Subject: Fix rt2x00 kernel config reading X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=29720c439c237f7c2a98d12507ef273addcc08a0;p=openwrt%2Fstaging%2Flynxis%2Fomap.git Fix rt2x00 kernel config reading SVN-Revision: 8413 --- 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