projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eb2ef1
)
use defaults for missing config options when compiling busybox snapshot
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Apr 2005 14:13:04 +0000
(14:13 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 2 Apr 2005 14:13:04 +0000
(14:13 +0000)
SVN-Revision: 517
openwrt/package/busybox/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/busybox/Makefile
b/openwrt/package/busybox/Makefile
index 771f7e554fede578ba9819e57f9dbd308e1763b4..0ade11d0cacc97315fe54403d16f6570360d70c4 100644
(file)
--- 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