diff options
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 |