remove the "old" tulip forked driver
[openwrt/openwrt.git] / Config.in
index 46f7ce8385f2e0be51220ba1a1ce111c13226e4d..ecbfb04c1a1e1e19765101293e547836e2536afb 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -125,6 +125,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 0
+               help
+                   Allows you to change the percentage of reserved blocks in the root filesystem
+
 endmenu
 
 menu "Global build settings"
@@ -521,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