bluez-utils: Remove superfluous code from init file. This has been discussed with...
authorrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Apr 2008 20:48:18 +0000 (20:48 +0000)
committerrwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Apr 2008 20:48:18 +0000 (20:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10725 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/bluez-utils/Makefile
utils/bluez-utils/files/bluez-utils.init

index fcdf8d0..c2beb63 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bluez-utils
 PKG_VERSION:=3.24
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://bluez.sourceforge.net/download
index e105c9a..1a3227a 100644 (file)
@@ -108,16 +108,6 @@ start() {
        config_foreach rfcomm_config rfcomm
        config_foreach dund_config dund
        config_foreach pand_config pand
-       
-        #start passkey agent
-        passkey-agent --default 1234&
-
-        hcitool hci0 up
-        rfcomm release 0
-
-        #set up serial conenction
-        #rfcomm connect /dev/rfcomm0 00:1D:E9:5B:92:8D&
-
 }
 
 stop() {