summaryrefslogtreecommitdiff
path: root/package/nfs-utils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-14 14:30:06 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-14 14:30:06 +0200
commitf9d5824d75ccfa77069ae4b9be4a6fe588894eaa (patch)
tree258e5c56d65b8007e10c81e189fe78b58d0521da /package/nfs-utils
parent56def659c684234c34fe622300c8da622e01a80f (diff)
use nfs-utils from openadk.org mirror
Diffstat (limited to 'package/nfs-utils')
-rw-r--r--package/nfs-utils/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/nfs-utils/Makefile b/package/nfs-utils/Makefile
index 04adb4910..122b1f28a 100644
--- a/package/nfs-utils/Makefile
+++ b/package/nfs-utils/Makefile
@@ -13,7 +13,10 @@ PKG_DEPENDS:= kmod-nfsd keyutils libtirpc rpcbind libdevmapper
PKG_DEPENDS+= libpthread
PKG_BUILDDEP:= keyutils libtirpc lvm
PKG_URL:= http://sourceforge.net/projects/nfs
-PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nfs/}
+# as long as there are tar archives of nfs-utils with object files
+# on some sourceforge mirrors
+PKG_SITES:= http://openadk.org/distfiles/
+#PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=nfs/}
PKG_FLAVOURS_NFS_UTILS:=WITH_KERBEROS
PKGFD_WITH_KERBEROS:= enable Kerberos support (MIT)