bluez-utils: Remove superfluous code from init file. This has been discussed with the previous committer.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10725 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
rwhitby 2008-04-03 20:48:18 +00:00
parent 4f76a7deff
commit 59b09b2a4b
2 changed files with 1 additions and 11 deletions

View 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

View 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() {