Fix rt2x00 kernel config reading
authorFlorian Fainelli <florian@openwrt.org>
Tue, 14 Aug 2007 09:55:12 +0000 (09:55 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 14 Aug 2007 09:55:12 +0000 (09:55 +0000)
SVN-Revision: 8413

package/rt2x00/Makefile

index 1759f82bd6da1ba160cbefcf6bf04ebef4a35792..fd67a9e1ba907d10eaa3390b0d7d89ee17bb7eb9 100644 (file)
@@ -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