scripts/getver.sh: append short git hash based on upstream commit
[openwrt/openwrt.git] / config / Config-images.in
index 05b817bad4c9c2d98f7dc116cae0f897354dc49f..8e295939d95f6b9e160d4973a16ac58b9b3794af 100644 (file)
@@ -73,13 +73,6 @@ menu "Target Images"
                help
                  Build an ext4 root filesystem.
 
-               config TARGET_EXT4_MAXINODE
-                       int "Maximum number of inodes in root filesystem"
-                       depends on TARGET_ROOTFS_EXT4FS
-                       default 6000
-                       help
-                         Select the maximum number of inodes in the root filesystem.
-
                config TARGET_EXT4_RESERVED_PCT
                        int "Percentage of reserved blocks in root filesystem"
                        depends on TARGET_ROOTFS_EXT4FS
@@ -255,11 +248,11 @@ menu "Target Images"
        config TARGET_KERNEL_PARTSIZE
                int "Kernel partition size (in MB)"
                depends on GRUB_IMAGES
-               default 4
+               default 16
 
        config TARGET_ROOTFS_PARTSIZE
                int "Root filesystem partition size (in MB)"
-               depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu
+               depends on GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532 || TARGET_mvebu || TARGET_uml
                default 256
                help
                  Select the root filesystem partition size.