summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 6 insertions, 4 deletions
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