Skip to content
Snippets Groups Projects
Unverified Commit e14f4cb5 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

busybox: Try to fix the issue in completely different way

parent 458a97be
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ index 315dd42..1965658 100644
define Package/busybox/config
source "$(SOURCE)/Config.in"
endef
@@ -101,11 +115,20 @@ ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
@@ -101,11 +115,21 @@ ifneq ($(findstring c,$(OPENWRT_VERBOSE)),)
endif
define Build/Configure
......@@ -50,8 +50,9 @@ index 315dd42..1965658 100644
define Build/Compile
+ cp $(PKG_BUILD_DIR)/.config-static $(PKG_BUILD_DIR)/.config
+ $(call Build/Compile/Default)
+ $(call Build/Compile/Default,all)
+ cp $(PKG_BUILD_DIR)/busybox $(PKG_BUILD_DIR)/busybox-static
+ $(call Build/Compile/Default,clean)
+ cp $(PKG_BUILD_DIR)/.config-regular $(PKG_BUILD_DIR)/.config
$(call Build/Compile/Default, \
CONFIG_PREFIX="$(PKG_INSTALL_DIR)" \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment