mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
fix rt2x00 build
SVN-Revision: 8476
This commit is contained in:
parent
b176f181a1
commit
fa3d3f6022
@ -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