mirror of https://github.com/hak5/openwrt-owl.git
fix building when target arch != mipsel (arch defaults to mipsel if not set when entering linux_dir)
SVN-Revision: 1662owl
parent
4bcd843c60
commit
bde7d2ee0d
|
@ -36,6 +36,7 @@ $(PKG_BUILD_DIR)/.configured:
|
|||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ARCH="$(ARCH)" \
|
||||
TARGET="$(HAL_TARGET)" \
|
||||
TOOLPREFIX="$(KERNEL_CROSS)" \
|
||||
KERNELPATH="$(KERNEL_DIR)"
|
||||
|
|
Loading…
Reference in New Issue