+# what are we going to do with both of you
+comment "FileSystems related ---"
+source "package/dosfstools/Config.in"
+source "package/e2fsprogs/Config.in"
+source "package/fuse/Config.in"
+source "package/shfs/Config.in"
+
+comment "Bluetooth related"
+source "package/bluez-libs/Config.in"
+source "package/bluez-utils/Config.in"
+
+comment "Extra stuff"
+source "package/sdk/Config.in"
+
+config BR2_PACKAGE_IMAGEBUILDER
+ bool "OpenWrt Image Builder"
+ default y if CONFIG_DEVEL
+ help
+ Build an OpenWrt Image Builder.
+ This package contains the necessary (precompiled) tools and all packages to generate
+ firmware images from package lists, without having to use the full buildroot.
+ Useful for building images with custom scripts or extra packages.