1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 20:09:49 +03:00

Fix rt2x00 kernel config reading

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8413 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-08-14 09:55:12 +00:00
parent 066bbc6bd5
commit 51e0cac07a

View File

@ -119,7 +119,7 @@ define Build/Compile
ARCH="$(LINUX_KARCH)" V="$(V)" \ ARCH="$(LINUX_KARCH)" V="$(V)" \
SUBDIRS="$(PKG_BUILD_DIR)" \ SUBDIRS="$(PKG_BUILD_DIR)" \
KERNELVERSION="$(KERNEL)" \ KERNELVERSION="$(KERNEL)" \
KERNEL_SOURCE="$(LINUX_DIR)" \ KERNEL_SOURCES="$(LINUX_DIR)" \
KDIR="$(LINUX_DIR)" KDIR="$(LINUX_DIR)"
endef endef