diff options
Diffstat (limited to 'openwrt/package/bluez-utils/Config.in')
-rw-r--r-- | openwrt/package/bluez-utils/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/bluez-utils/Config.in b/openwrt/package/bluez-utils/Config.in new file mode 100644 index 000000000..039ff5d26 --- /dev/null +++ b/openwrt/package/bluez-utils/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_BLUEZ_UTILS + tristate "bluez-utils" + default m if CONFIG_DEVEL + select BR2_PACKAGE_GLIB + select BR2_PACKAGE_BLUEZ_LIBS + help + Bluez utils. + + http://bluez.org + + Depends: libpthread, bluez-libs |