mirror of https://github.com/hak5/openwrt-owl.git
parent
c443509658
commit
3c4b1423e0
|
@ -67,7 +67,7 @@ define Build/Compile
|
|||
rm -rf $(PKG_INSTALL_DIR)
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) -j1 \
|
||||
MAKEDEPPROG="$(TARGET_CC)" \
|
||||
MAKEDEPPROG="$(TARGET_CROSS)gcc" \
|
||||
depend
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) -j1 \
|
||||
CC="$(TARGET_CC)" \
|
||||
|
|
Loading…
Reference in New Issue