X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=utils%2Fbluez-utils%2FMakefile;h=f39fc8ba8a60293b56f8d06843a502ace10c2af1;hb=745d3499396bacb032e2e1b6f359075430b67333;hp=745f29cc0e24ca9beb6217ba242d453376c97807;hpb=5360edce8f45be94248e74df88c9c3c4206bf3ce;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/utils/bluez-utils/Makefile b/utils/bluez-utils/Makefile index 745f29cc0e..f39fc8ba8a 100644 --- a/utils/bluez-utils/Makefile +++ b/utils/bluez-utils/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bluez-utils PKG_VERSION:=2.24 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://bluez.sourceforge.net/download @@ -34,6 +34,7 @@ define Package/bluez-utils/conffiles /etc/bluetooth/givepin /etc/bluetooth/hcid.conf /etc/bluetooth/rfcomm.conf +/etc/config/bluetooth endef define Build/Configure @@ -71,6 +72,10 @@ define Package/bluez-utils/install $(CP) $(PKG_INSTALL_DIR)/../hcid/hcid.conf $(1)/etc/bluetooth/ $(CP) $(PKG_INSTALL_DIR)/../rfcomm/rfcomm.conf $(1)/etc/bluetooth/ install -m0700 ./files/givepin $(1)/etc/bluetooth/ + $(INSTALL_DIR) $(1)/etc/config + $(INSTALL_DATA) ./files/bluetooth.conf $(1)/etc/config/bluetooth + $(INSTALL_DIR) $(1)/etc/init.d + $(INSTALL_BIN) ./files/bluez-utils.init $(1)/etc/init.d/bluez-utils endef $(eval $(call BuildPackage,bluez-utils))