packages/net/usbip: fix dependency issue (#5590)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21885 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acoul 2010-06-23 08:28:12 +00:00
parent e25971f1ed
commit b30885018c

View File

@ -36,7 +36,7 @@ endef
define Package/usbip
$(call Package/usbip/Default)
TITLE+= (common)
DEPENDS+= +glib2 +libsysfs +libwrap
DEPENDS+= +glib2 +sysfsutils +libwrap
endef
define Package/usbip-client