Browse Source

Merge pull request #2339 from diizzyy/patch-1

nfs-kernel-server: use libevent2, update copyright and bump PKG_RELEASE
lilik-openwrt-22.03
tripolar 9 years ago
parent
commit
398b131fbe
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      net/nfs-kernel-server/Makefile

+ 3
- 3
net/nfs-kernel-server/Makefile View 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. # 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…
Cancel
Save