AA: odhcp6c: more compatibility fixes
[openwrt/svn-archive/archive.git] / Config.in
index bd4f63ea43f8647048744826a15ac7331bf479ab..5b4522ea442c74b8667db0c48ed8b8dbbc0d7536 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -124,6 +124,13 @@ menu "Target Images"
                help
                    Allows you to change the maximum number of inodes in the root filesystem
 
+       config TARGET_ROOTFS_RESERVED_PCT
+               int "Percentage of reserved blocks in root filesystem"
+               depends TARGET_ROOTFS_EXT4FS
+               default 5
+               help
+                   Allows you to change the percentage of reserved blocks in the root filesystem
+
 endmenu
 
 menu "Global build settings"
@@ -277,6 +284,9 @@ menu "Global build settings"
                bool "Enable printk timestamps"
                default y
 
+       config KERNEL_RELAY
+               bool
+
        comment "Package build options"
 
        config DEBUG