allow configuration of the target directory for binaries
[openwrt/openwrt.git] / Config.in
index d6fc3b46924bc3cacaf71d1ab47489cae02092a1..bf1e139f2e666d4b1de31a76ecf846c1f233b019 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"
 
@@ -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 ""