Fix rt2x00 kernel config reading

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8413 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2007-08-14 09:55:12 +00:00
parent 68746e3f95
commit 7149f627cd
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