[packages] usbip: remove usbip-server dependency on usbip-client

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40865 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nunojpg 2014-05-27 21:25:23 +00:00
parent b468713afa
commit 9ce81c6ab5

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2010-2012 OpenWrt.org # Copyright (C) 2010-2014 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=usbip PKG_NAME:=usbip
PKG_RELEASE:=2 PKG_RELEASE:=3
# Since kernel 2.6.39.1 userspace tools are inside the kernel tree # Since kernel 2.6.39.1 userspace tools are inside the kernel tree
# Package Automatic match version in kernel # Package Automatic match version in kernel
@ -63,7 +63,7 @@ endef
define Package/usbip-server define Package/usbip-server
$(call Package/usbip/Default) $(call Package/usbip/Default)
TITLE+= (server) TITLE+= (server)
DEPENDS+= usbip usbip-client +glib2 +kmod-usbip-server DEPENDS+= usbip +glib2 +kmod-usbip-server
endef endef
CONFIGURE_PATH:=. CONFIGURE_PATH:=.