diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 14:13:04 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-02 14:13:04 +0000 |
commit | 3d717b1a6c109ec1839312512f39c1125ac1516b (patch) | |
tree | 07253058e9779909b525ab2287b1adfd45062251 /package/busybox/Makefile | |
parent | 48e9e9bb441d4978c8e9ff9375cfb656b609dff7 (diff) |
use defaults for missing config options when compiling busybox snapshot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@517 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 771f7e554f..0ade11d0ca 100644 --- a/package/busybox/Makefile +++ b/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 |