From c3e658ab44959b893e5a7c163b8e0acccc714560 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 30 Jul 2012 15:40:13 +0000 Subject: [PATCH] [package] uhub: depend on libevent2 instead of libevent SVN-Revision: 32916 --- net/uhub/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/uhub/Makefile b/net/uhub/Makefile index 3837be8b45..5a8f5f356e 100644 --- a/net/uhub/Makefile +++ b/net/uhub/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2011 OpenWrt.org +# Copyright (C) 2009-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhub PKG_VERSION:=0.2.8 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-src.tar.gz PKG_SOURCE_URL:=http://www.extatic.org/downloads/uhub/ @@ -21,7 +21,7 @@ define Package/uhub SUBMENU:=P2P SECTION:=net CATEGORY:=Network - DEPENDS:=+libevent +USE_EGLIBC:librt + DEPENDS:=+libevent2 +USE_EGLIBC:librt TITLE:=High performance ADC hub URL:=http://www.extatic.org/uhub/ endef -- 2.30.2