Merge pull request #2339 from diizzyy/patch-1
authortripolar <tripolar@users.noreply.github.com>
Wed, 3 Feb 2016 00:01:23 +0000 (01:01 +0100)
committertripolar <tripolar@users.noreply.github.com>
Wed, 3 Feb 2016 00:01:23 +0000 (01:01 +0100)
nfs-kernel-server: use libevent2, update copyright and bump PKG_RELEASE

net/nfs-kernel-server/Makefile

index eadcf128ae140edb7b8bcfa917321c05a12bf0fd..86a356bb1b23f43c9bb3ae3ddc770e2b5b2ec4d5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015 OpenWrt.org
+# Copyright (C) 2009-2016 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=nfs-kernel-server
 PKG_VERSION:=1.3.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_MD5SUM:=9b87d890669eaaec8e97a2b0a35b2665
 
 PKG_SOURCE_URL:=@SF/nfs
@@ -60,7 +60,7 @@ define Package/nfs-utils
   $(call Package/nfs-kernel-server/Default)
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS+= +libevent +USE_UCLIBC:librpc
+  DEPENDS+= +libevent2 +USE_UCLIBC:librpc
   TITLE:=updated mount utility (includes nfs4)
 endef