summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-05 21:52:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-05 21:52:05 +0000
commit21a246d5d6b0ff0b1c632d7700a31886c5f09b23 (patch)
tree31251b93d5d51e7ad886b67b9380ecca8144f603 /Config.in
parente2e8d55dcceef88f4c6e366ee690e7ab4beed14b (diff)
downloadmaster-31e0f0ae-21a246d5d6b0ff0b1c632d7700a31886c5f09b23.tar.gz
master-31e0f0ae-21a246d5d6b0ff0b1c632d7700a31886c5f09b23.tar.bz2
master-31e0f0ae-21a246d5d6b0ff0b1c632d7700a31886c5f09b23.zip
add option for cleaning all ipkg info before the image build
SVN-Revision: 9151
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in14
1 files changed, 11 insertions, 3 deletions
diff --git a/Config.in b/Config.in
index ce226e09f4..34d82492e7 100644
--- a/Config.in
+++ b/Config.in
@@ -80,14 +80,22 @@ menuconfig DEVEL
select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN
config BROKEN
- bool "Show broken platforms / packages" if DEVEL
+ bool
+ prompt "Show broken platforms / packages" if DEVEL
default n
config LOCALMIRROR
- string "Local mirror for source packages" if DEVEL
+ string
+ prompt "Local mirror for source packages" if DEVEL
menuconfig BUILDOPTS
- bool "Build Options" if DEVEL
+ bool
+ prompt "Build Options" if DEVEL
+
+config CLEAN_IPKG
+ bool
+ prompt "Clean all ipkg files before building the rootfs" if BUILDOPTS
+ default n
config AUTOREBUILD
bool