fix ImageBuilder (closes: #3863)
[openwrt.git] / target / imagebuilder / Config.in
index 95aeb5d..64fc405 100644 (file)
@@ -1,7 +1,9 @@
 config IB
        bool "Build the OpenWrt Image Builder"
        depends !TARGET_ROOTFS_INITRAMFS
-       default y if ALL
+       depends !TARGET_uml
+       depends !PROFILE_KCONFIG
+       select ALL
        help
          This is essentially a stripped-down version of the buildroot
          with precompiled packages, kernel image and image building tools.
This page took 0.021268 seconds and 4 git commands to generate.