Remove libcrypto dependency

Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
Alexander Ryzhov
2015-04-23 08:29:38 +00:00
parent 2e09d06698
commit 2ded312918
4 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=usbmuxd
PKG_VERSION:=1.1.1
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_MAINTAINER:=Lukasz Baj <l.baj@radytek.com>
@@ -31,7 +31,7 @@ define Package/usbmuxd
CATEGORY:=Utilities
TITLE:=USB multiplexing daemon
URL:=http://www.libimobiledevice.org/
DEPENDS:=+librt +libusb-1.0 +libusbmuxd +libcrypto +libopenssl +libimobiledevice
DEPENDS:=+librt +libusb-1.0 +libusbmuxd +libopenssl +libimobiledevice
endef
define Package/usbmuxd/description