diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 15:41:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 15:41:17 +0200 |
commit | 8711c3221628bf17ecbdb66c1d929cd0b371e36e (patch) | |
tree | 12818f8918a7dfc6358aa95ba6ff0e950d5cb805 /package/bluez | |
parent | 907facdee704c971201748963daec423a0be6c76 (diff) |
add support for wlan and bluetooth on cubox, only wlan verified and working
Diffstat (limited to 'package/bluez')
-rw-r--r-- | package/bluez/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bluez/Makefile b/package/bluez/Makefile index ec9024d81..d107d91e5 100644 --- a/package/bluez/Makefile +++ b/package/bluez/Makefile @@ -6,9 +6,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= bluez PKG_VERSION:= 5.12 PKG_RELEASE:= 1 -PKG_MD5SUM:= 981b34c2ae7e2ed2e25a167d8a902a25 +PKG_MD5SUM:= 5d37e581107b3d6f91b81194a5006407 PKG_DESCR:= bluetooth applications -PKG_SECTION:= misc +PKG_SECTION:= wifi PKG_DEPENDS:= kmod-bt glib dbus libreadline PKG_BUILDDEP:= autotool glib dbus readline PKG_URL:= http://www.bluez.org/ |