mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 16:30:02 +04:00
remove leftover CONFIG_JLEVEL
SVN-Revision: 8249
This commit is contained in:
@@ -73,7 +73,7 @@ endef
|
||||
|
||||
define Build/Compile
|
||||
$(SED) 's,^CROSS=.*,CROSS=$(TARGET_CROSS),g' $(PKG_BUILD_DIR)/Rules.mak
|
||||
PATH=$(TARGET_PATH) $(MAKE) -j $(CONFIG_JLEVEL) -C $(PKG_BUILD_DIR) \
|
||||
PATH=$(TARGET_PATH) $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
PREFIX= \
|
||||
DEVEL_PREFIX=/ \
|
||||
RUNTIME_PREFIX=/ \
|
||||
|
||||
Reference in New Issue
Block a user