nfs-kernel-server: use libevent2, update copyright and bump PKG_RELEASE
Use libevent2 instead of libevent Update copyright to 2016 Bump PKG_RELEASE due to package changes Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
d0d51c6565
commit
c7d0a55a08
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nfs-kernel-server
|
PKG_NAME:=nfs-kernel-server
|
||||||
PKG_VERSION:=1.3.3
|
PKG_VERSION:=1.3.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MD5SUM:=9b87d890669eaaec8e97a2b0a35b2665
|
PKG_MD5SUM:=9b87d890669eaaec8e97a2b0a35b2665
|
||||||
|
|
||||||
PKG_SOURCE_URL:=@SF/nfs
|
PKG_SOURCE_URL:=@SF/nfs
|
||||||
|
@ -60,7 +60,7 @@ define Package/nfs-utils
|
||||||
$(call Package/nfs-kernel-server/Default)
|
$(call Package/nfs-kernel-server/Default)
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS+= +libevent +USE_UCLIBC:librpc
|
DEPENDS+= +libevent2 +USE_UCLIBC:librpc
|
||||||
TITLE:=updated mount utility (includes nfs4)
|
TITLE:=updated mount utility (includes nfs4)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue