bluez-utils: Change hcid security from user to auto
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13689 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b6a3fa1c22
commit
8d90fd40db
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=bluez-utils
|
PKG_NAME:=bluez-utils
|
||||||
PKG_VERSION:=3.36
|
PKG_VERSION:=3.36
|
||||||
PKG_RELEASE:=5
|
PKG_RELEASE:=6
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://bluez.sourceforge.net/download
|
PKG_SOURCE_URL:=http://bluez.sourceforge.net/download
|
||||||
|
@ -1,5 +1,14 @@
|
|||||||
--- a/hcid/hcid.conf
|
--- a/hcid/hcid.conf
|
||||||
+++ b/hcid/hcid.conf
|
+++ b/hcid/hcid.conf
|
||||||
|
@@ -12,7 +12,7 @@
|
||||||
|
# auto - Use local PIN for incoming connections
|
||||||
|
# user - Always ask user for a PIN
|
||||||
|
#
|
||||||
|
- security user;
|
||||||
|
+ security auto;
|
||||||
|
|
||||||
|
# Pairing mode
|
||||||
|
# none - Pairing disabled
|
||||||
@@ -29,7 +29,7 @@
|
@@ -29,7 +29,7 @@
|
||||||
# Local device name
|
# Local device name
|
||||||
# %d - device id
|
# %d - device id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user