X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Config.in;h=4f7667aa1fd116560ae14db67d483f8ec4b689f8;hb=4b3a01bb9770dce9e99530c2d1aaac292d45a284;hp=d6fc3b46924bc3cacaf71d1ab47489cae02092a1;hpb=844db040b986ac718bf6a7732e1dcd770de0f727;p=openwrt.git diff --git a/Config.in b/Config.in index d6fc3b4692..4f7667aa1f 100644 --- a/Config.in +++ b/Config.in @@ -48,6 +48,9 @@ menu "Target Images" config TARGET_INITRAMFS_COMPRESSION_LZO bool "lzo" + config TARGET_INITRAMFS_COMPRESSION_LZ4 + bool "lz4" + config TARGET_INITRAMFS_COMPRESSION_XZ bool "xz" endchoice @@ -140,13 +143,7 @@ menu "Target Images" config TARGET_UBIFS_JOURNAL_SIZE string prompt "journal size" if TARGET_ROOTFS_UBIFS - default "512KiB" - - config TARGET_UBIFS_SQUASH_UIDS - bool "squash uids" if TARGET_ROOTFS_UBIFS - default n - help - Squash owners making all files owned by root + default "" comment "Image Options"