diff options
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r-- | openwrt/package/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 89eef84bd..e3662b776 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -151,6 +151,10 @@ comment "Kernel related ---" source "package/fuse/Config.in" # kmod-fuse source "package/shfs/Config.in" # kmod-shfs +comment "Bluetooth related" +source "package/bluez-libs/Config.in" +source "package/bluez-utils/Config.in" + comment "Extra stuff" source "package/sdk/Config.in" |