make filesystem size selection generic (for ext2)
[openwrt/svn-archive/archive.git] / Config.in
index bdd5547d9420589b43fe9d8209dc164e2535af8f..f53d71de00e0473c79f9aaa38d39decaaac8dae5 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"