mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 21:04:33 +04:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user