diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-14 11:45:22 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-14 11:45:22 +0000 |
commit | 5aaa946078a7353ccf65717844706719aaa61f7d (patch) | |
tree | 117cc4ea2362cf7bb3a0b08595415c47aa41654c /package/Makefile | |
parent | b761f534bf1454f9353398c192997f56cbfdf027 (diff) | |
download | master-187ad058-5aaa946078a7353ccf65717844706719aaa61f7d.tar.gz master-187ad058-5aaa946078a7353ccf65717844706719aaa61f7d.tar.bz2 master-187ad058-5aaa946078a7353ccf65717844706719aaa61f7d.zip |
bluez stuff, thx Markus Becker
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1434 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index e7fb53568f..f1687c4e78 100644 --- a/package/Makefile +++ b/package/Makefile @@ -9,6 +9,8 @@ package-$(BR2_PACKAGE_ARPWATCH) += arpwatch package-$(BR2_PACKAGE_ASTERISK) += asterisk package-$(BR2_PACKAGE_ASTERISK) += atftp package-$(BR2_PACKAGE_BIND) += bind +package-$(BR2_PACKAGE_BLUEZ_LIBS) += bluez-libs +package-$(BR2_PACKAGE_BLUEZ_UTILS) += bluez-utils package-$(BR2_PACKAGE_BRIDGE) += bridge package-$(BR2_PACKAGE_BUSYBOX) += busybox package-$(BR2_PACKAGE_BWM) += bwm |