tools: add option BUILD_ALL_HOST_TOOLS to compile all host tools
[openwrt/staging/nbd.git] / config / Config-devel.in
index 87f9157106aae9417a13c7af028ca9f3612e4b00..3f73cb404dfe56c2078f3e3f249a026d5ce9e0d5 100644 (file)
@@ -45,6 +45,13 @@ menuconfig DEVEL
                  This allows you to symlink build_dir into a scratch location, e.g. a ramdisk,
                  which does not have enough space to keep a complete build_dir.
 
+       config BUILD_ALL_HOST_TOOLS
+               bool "Compile all host tools" if DEVEL
+               default n
+               help
+                 Compile all host host tools even if not needed. This is needed to prepare a
+                 universal precompiled host tools archive to use in another buildroot.
+
        config BUILD_SUFFIX
                string "Build suffix to append to the target BUILD_DIR variable" if DEVEL
                default ""