X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=openwrt%2FConfig.in;h=caa79447993336a95d72b372fcf7ecc2be769ecd;hb=01c8abbeca68521435a20e8fafdadab8da11932f;hp=e059f06ab57fa3036fa4ebbdb4df26cc7ac7f3c6;hpb=186787ea88ef042b344e1a451531fa32258c5025;p=oweals%2Fopenwrt.git diff --git a/openwrt/Config.in b/openwrt/Config.in index e059f06ab5..caa7944799 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -18,6 +18,10 @@ menuconfig DEVEL select BUILDOPTS select TOOLCHAINOPTS +config BROKEN + bool "Show broken platforms / packages" if DEVEL + default n + menuconfig BUILDOPTS bool "Build Options" if DEVEL @@ -40,6 +44,13 @@ config JLEVEL help Number of jobs to run simultanesouly +config CCACHE + bool + prompt "Use ccache" if BUILDOPTS + default n + help + Compiler cache; see http://ccache.samba.org/ + source "toolchain/Config.in" source "target/sdk/Config.in" @@ -77,7 +88,7 @@ menu "Target Images" config TARGET_ROOTFS_EXT2FS bool "ext2" - default n + default y if LINUX_2_6_UML depends !TARGET_ROOTFS_INITRAMFS help Ext2 file system with some free space for uml images