remove unused wget menuconfig option; make the package autorebuild optional (but...
[openwrt/staging/mkresin.git] / openwrt / Config.in
index 4a887cc135637a7c63fc98f4f9b5ba963f482aa4..740205e3ec0a817c4d5ab7dc47dfb2037ceeef1b 100644 (file)
@@ -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