From d3b73f5c07d60bc9cd0f61e43c4be30ea98f65cb Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 2 Jun 2006 16:17:56 +0000 Subject: remove unused wget menuconfig option; make the package autorebuild optional (but enabled by default) git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3896 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 4a887cc13..740205e3e 100644 --- a/Config.in +++ b/Config.in @@ -21,10 +21,12 @@ menuconfig DEVEL menuconfig BUILDOPTS bool "Build Options" if DEVEL -config WGET - string - prompt "WGET command" if BUILDOPTS - default "wget --passive-ftp -nd" +config AUTOREBUILD + bool + prompt "Automatic rebuild of packages" if BUILDOPTS + default y + help + Automatically rebuild packages when their files change config TAR_VERBOSITY bool -- cgit v1.2.3