diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-05 21:52:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-05 21:52:05 +0000 |
commit | c947d8532b84610f63e6c44d4182ce6ab54f66ad (patch) | |
tree | 2912414e68d7e549b86fc046c686a84a75a9061b /Config.in | |
parent | 135a672b3634a66e56cbc1c497ec378938271b9c (diff) | |
download | upstream-c947d8532b84610f63e6c44d4182ce6ab54f66ad.tar.gz upstream-c947d8532b84610f63e6c44d4182ce6ab54f66ad.tar.bz2 upstream-c947d8532b84610f63e6c44d4182ce6ab54f66ad.zip |
add option for cleaning all ipkg info before the image build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9151 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 |