diff options
author | Mike Baker <mbm@openwrt.org> | 2006-05-16 00:32:57 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-05-16 00:32:57 +0000 |
commit | b64d24928b353bd6c263190c903590632da6ac53 (patch) | |
tree | f5e548a6c8fc4b2f62105e821920bbb95733ced1 /openwrt/Config.in | |
parent | 4db216c4dec44d29881a3bfa13cf491e603569b9 (diff) | |
download | mtk-20170518-b64d24928b353bd6c263190c903590632da6ac53.zip mtk-20170518-b64d24928b353bd6c263190c903590632da6ac53.tar.gz mtk-20170518-b64d24928b353bd6c263190c903590632da6ac53.tar.bz2 |
finish up package makefile
SVN-Revision: 3786
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r-- | openwrt/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index 71db916..ae959f6 100644 --- a/openwrt/Config.in +++ b/openwrt/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 |