X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a1d934d049a4d7e34bb2303015c1229326e9a76b..a5153f9bc3b49a96e43649f48fe6c1ddfc3526ed:/Config.in diff --git a/Config.in b/Config.in index ce226e09f..34d82492e 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