From baa4fe3e8de6d19e5bc3e621b1f9d27015f375d6 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 2 Apr 2005 14:13:04 +0000 Subject: [PATCH] use defaults for missing config options when compiling busybox snapshot git-svn-id: svn://svn.openwrt.org/openwrt/trunk@517 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 771f7e554..0ade11d0c 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