X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/48e9e9bb441d4978c8e9ff9375cfb656b609dff7..a20aa237203f613553e01e56484b2164e863a80a:/package/busybox/Makefile diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 771f7e554..ccd7f7bec 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_RELEASE:=1 +PKG_RELEASE:=2 ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y) # Be aware that this changes daily.... @@ -34,7 +34,7 @@ $(PKG_BUILD_DIR)/.patched: $(DL_DIR)/$(PKG_SOURCE) $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.patched $(SCRIPT_DIR)/gen_busybox_config.pl $(TOPDIR)/.config > $(PKG_BUILD_DIR)/.config - $(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" -C $(PKG_BUILD_DIR) oldconfig + yes '' | $(MAKE) CC=$(TARGET_CC) CROSS="$(TARGET_CROSS)" -C $(PKG_BUILD_DIR) oldconfig touch $(PKG_BUILD_DIR)/.configured $(PKG_BUILD_DIR)/$(PKG_NAME): $(PKG_BUILD_DIR)/.configured