diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-07-14 11:45:22 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-07-14 11:45:22 +0000 |
commit | 48cdccbcbafa490f7d7b2f641c26fcbbff933642 (patch) | |
tree | f649e50e31aaef22f5fc822b9dc1e85d19a4ff7a /openwrt/package/bluez-utils/Config.in | |
parent | 48d96258693277e7386db7f60fe7c97015e93957 (diff) | |
download | mtk-20170518-48cdccbcbafa490f7d7b2f641c26fcbbff933642.zip mtk-20170518-48cdccbcbafa490f7d7b2f641c26fcbbff933642.tar.gz mtk-20170518-48cdccbcbafa490f7d7b2f641c26fcbbff933642.tar.bz2 |
bluez stuff, thx Markus Becker
SVN-Revision: 1434
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 0000000..039ff5d --- /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 |