move target/image/platform to target/linux/platform/image
[openwrt.git] / Config.in
index bdd5547..acb27b4 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -93,10 +93,14 @@ menu "Target Images"
 
 comment "Image Options"
 
-source "target/image/*/Config.in"
+source "target/linux/*/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"
-source ".config.in"
+source "tmp/.config.in"
 
This page took 0.02375 seconds and 4 git commands to generate.