From 21a246d5d6b0ff0b1c632d7700a31886c5f09b23 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 5 Oct 2007 21:52:05 +0000 Subject: add option for cleaning all ipkg info before the image build SVN-Revision: 9151 --- Config.in | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index ce226e0..34d8249 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 -- cgit v1.1