aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-05-16 00:32:57 +0000
committerMike Baker <mbm@openwrt.org>2006-05-16 00:32:57 +0000
commitcd466375e1cff138808173308b7d3d9446fc7303 (patch)
tree88fda948e849796a6d442f04047e3e5de2d32c2d /Config.in
parent398ca3a233d6fb0e9b5d30ebcd660007f61e4172 (diff)
downloadupstream-cd466375e1cff138808173308b7d3d9446fc7303.tar.gz
upstream-cd466375e1cff138808173308b7d3d9446fc7303.tar.bz2
upstream-cd466375e1cff138808173308b7d3d9446fc7303.zip
finish up package makefile
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3786 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 71db916c6e..ae959f683e 100644
--- a/Config.in
+++ b/Config.in
@@ -18,6 +18,10 @@ config ALL
bool "Select all packages by default"
default n
+config WGET
+ string
+ default "wget --passive-ftp -nd"
+
menuconfig BUILDOPTS
bool "Build Options" if DEVEL
@@ -37,3 +41,6 @@ source "toolchain/Config.in"
source "target/linux/Config.in"
source ".config.in"
+menu "busybox"
+source "package/busybox/config/Config.in"
+endmenu