mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 16:01:06 +02:00
fix rt2x00 build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8476 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b74a66fbd4
commit
4cbb873c42
@ -113,7 +113,10 @@ define Build/Prepare
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C "$(PKG_BUILD_DIR)" config_header
|
||||
$(MAKE) -C "$(PKG_BUILD_DIR)" \
|
||||
KERNDIR="$(LINUX_DIR)" \
|
||||
config_header
|
||||
|
||||
$(MAKE) -C "$(LINUX_DIR)" \
|
||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||
ARCH="$(LINUX_KARCH)" V="$(V)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user