base-files: add the DEVICENAME variable for hotplug scripts
[openwrt.git] / Config.in
index d6fc3b4..4f7667a 100644 (file)
--- 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"