Add a target (CONFIG_MAKE_CONFIG) that creates an exportable toolchain. The toolchain...
[openwrt-github/.git] / target / imagebuilder / Config.in
1 config IB
2         bool "Build the OpenWrt Image Builder"
3         depends !TARGET_ROOTFS_INITRAMFS
4         depends !TARGET_uml
5         depends !PROFILE_KCONFIG
6         select ALL
7         help
8           This is essentially a stripped-down version of the buildroot
9           with precompiled packages, kernel image and image building tools.
10           You can use it to generate custom images without compiling anything
11
12