make filesystem size selection generic (for ext2)
[openwrt.git] / Config.in
index bdd5547..f53d71d 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -95,6 +95,11 @@ comment "Image Options"
 
 source "target/image/*/Config.in"
 
+       config TARGET_ROOTFS_FSPART
+               int "Filesystem part size (in MB)"
+               depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS
+               default 16
+
 endmenu
 
 source "target/linux/Config.in"
This page took 0.027053 seconds and 4 git commands to generate.