Fix rt2x00 kernel config reading

SVN-Revision: 8413
owl
Florian Fainelli 2007-08-14 09:55:12 +00:00
parent c54708272f
commit 29720c439c
1 changed files with 1 additions and 1 deletions

View 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