add a feature flag for device tree support
[openwrt.git] / Config.in
index d6fc3b4..5607e55 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"
 
@@ -207,7 +204,7 @@ menu "Target Images"
 
        config TARGET_ROOTFS_INCLUDE_DTB
                bool "Include DTB in root filesystem"
-               depends on TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS
+               depends on USES_DEVICETREE && (TARGET_ROOTFS_UBIFS || TARGET_ROOTFS_EXT4FS)
                default n if USES_UBIFS
                help
                  Include the device tree blob file(s) in the rootfs. Typically the DTBs
@@ -424,6 +421,10 @@ menuconfig DEVEL
                bool "Show broken platforms / packages" if DEVEL
                default n
 
+       config BINARY_FOLDER
+               string "Binary folder" if DEVEL
+               default ""
+
        config DOWNLOAD_FOLDER
                string "Download folder" if DEVEL
                default ""