diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 14:13:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 14:13:04 +0000 |
commit | 8e82c41fb1434469f06c4039acd6769a9cdefa94 (patch) | |
tree | 314143152b02dc8cf1ce3bbf6591e00b8394f365 | |
parent | 8eb2ef133fcb2da31c53cf09c5c871d61f346b12 (diff) | |
download | mtk-20170518-8e82c41fb1434469f06c4039acd6769a9cdefa94.zip mtk-20170518-8e82c41fb1434469f06c4039acd6769a9cdefa94.tar.gz mtk-20170518-8e82c41fb1434469f06c4039acd6769a9cdefa94.tar.bz2 |
use defaults for missing config options when compiling busybox snapshot
SVN-Revision: 517
-rw-r--r-- | openwrt/package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 771f7e5..0ade11d 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 |