From: Felix Fietkau Date: Sat, 2 Apr 2005 14:13:04 +0000 (+0000) Subject: use defaults for missing config options when compiling busybox snapshot X-Git-Tag: reboot~33195 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8e82c41fb1434469f06c4039acd6769a9cdefa94;p=oweals%2Fopenwrt.git use defaults for missing config options when compiling busybox snapshot SVN-Revision: 517 --- diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 771f7e554f..0ade11d0ca 100644 --- a/openwrt/package/busybox/Makefile +++ b/openwrt/package/busybox/Makefile @@ -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