This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
nfs-kernel-server: update to 2.5.1
Signed-off-by: Javier Marcet <javier@marcet.info>
lilik-openwrt-22.03
Javier Marcet
4 years ago
parent
ae9e9d8bbd
commit
c48bae07be
2 changed files
with
2 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
net/nfs-kernel-server/Makefile
+0
-10
net/nfs-kernel-server/patches/100-no_malloc_h.patch
+ 2
- 2
net/nfs-kernel-server/Makefile
View File
@ -7,9 +7,9 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
nfs-kernel-server
PKG_VERSION
:=
2.
4
.1
PKG_VERSION
:=
2.
5
.1
PKG_RELEASE
:=
1
PKG_HASH
:=
1a21bf8e8b8864d54d114aa7b0e87e48ec87a5d861de0c03c20e35f7e3c67721
PKG_HASH
:=
446ff6d2b039dedb0de96b88a3677516c9314613fc6f28b7b6e94c51fb375195
PKG_SOURCE_URL
:=
@SF/nfs
PKG_SOURCE
:=
nfs-utils-
$(
PKG_VERSION
)
.tar.xz
+ 0
- 10
net/nfs-kernel-server/patches/100-no_malloc_h.patch
View File
@ -1,10 +0,0 @@
--- a/tools/rpcgen/rpc_cout.c
+++ b/tools/rpcgen/rpc_cout.c
@@ -36,7 +36,6 @@ static char sccsid[] = "@(#)rpc_cout.c 1
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
-#include <malloc.h>
#include <ctype.h>
#include "rpc_parse.h"
#include "rpc_util.h"
Write
Preview
Loading…
Cancel
Save