From 25a50447bb1710fc0d061d2020f899d6c46c6357 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 29 May 2012 01:47:54 +0000 Subject: [PATCH] [packages] bluez-utils: remove unused network includes from init script git-svn-id: svn://svn.openwrt.org/openwrt/packages@31974 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/bluez-utils/Makefile | 4 ++-- utils/bluez-utils/files/bluez-utils.init | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/utils/bluez-utils/Makefile b/utils/bluez-utils/Makefile index 2f0ed38a3..e16a15ac8 100644 --- a/utils/bluez-utils/Makefile +++ b/utils/bluez-utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bluez-utils PKG_VERSION:=3.36 -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://bluez.sourceforge.net/download diff --git a/utils/bluez-utils/files/bluez-utils.init b/utils/bluez-utils/files/bluez-utils.init index 85da5d8e5..abc708085 100644 --- a/utils/bluez-utils/files/bluez-utils.init +++ b/utils/bluez-utils/files/bluez-utils.init @@ -114,10 +114,6 @@ pand_config() { } start() { - include /lib/network - scan_interfaces - config_load bluetooth - config_foreach hcid_config hcid config_foreach hciattach_config hciattach config_foreach rfcomm_config rfcomm -- 2.11.0