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 | cd466375e1cff138808173308b7d3d9446fc7303 (patch) | |
tree | 88fda948e849796a6d442f04047e3e5de2d32c2d /Config.in | |
parent | 398ca3a233d6fb0e9b5d30ebcd660007f61e4172 (diff) | |
download | upstream-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.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |