X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Config.in;h=6552296259fa94cd30c954467a0d3e250ec64138;hb=efe3225e2b070c26f773b3441c9bfa788b76532a;hp=76acbe59444b3db5083b33518a59d1a14b4e3439;hpb=d90e805fe607f6455a6ae8631e91c960ba4deaa2;p=lede.git diff --git a/Config.in b/Config.in index 76acbe5944..6552296259 100644 --- a/Config.in +++ b/Config.in @@ -128,7 +128,7 @@ menu "Target Images" config TARGET_ROOTFS_RESERVED_PCT int "Percentage of reserved blocks in root filesystem" depends TARGET_ROOTFS_EXT4FS - default 5 + default 0 help Allows you to change the percentage of reserved blocks in the root filesystem @@ -528,6 +528,7 @@ menu "Global build settings" depends !DEBUG depends !USE_GLIBC depends !USE_EGLIBC + depends !USE_MUSL help This will install binaries stripped using sstrip endchoice @@ -543,6 +544,7 @@ menu "Global build settings" config STRIP_KERNEL_EXPORTS bool "Strip unnecessary exports from the kernel image" + depends BROKEN help Reduces kernel size by stripping unused kernel exports from the kernel image Note that this might make the kernel incompatible with any kernel modules that