summaryrefslogtreecommitdiff
path: root/package/nfs-utils/Makefile
AgeCommit message (Collapse)Author
2021-11-04nfs-utils: Update to version 2.5.2Phil Sutter
Also update patches. Signed-off-by: Phil Sutter <phil@nwl.cc>
2018-03-27nfs-utils: update to 2.3.1Waldemar Brodkorb
2017-09-17remove -fhonour-copts usageWaldemar Brodkorb
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling.
2017-04-02nfs-utils: lvm not neededWaldemar Brodkorb
2017-01-20nfs-utils: update to 2.1.1Waldemar Brodkorb
2016-09-26nfs-utils: finetuning startup scriptWaldemar Brodkorb
2016-08-16nfs-utils: update to 1.3.4Waldemar Brodkorb
2015-12-03use new PKG_KDEPENDS variableWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-02-10update to latest upstream versionWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-19compile autotool stuff, bison and flex by defaultWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-20fix nfsv4 with muslWaldemar Brodkorb
2014-05-18fix build when nfsv4 is choosenWaldemar Brodkorb
2014-05-14allow autoreconfWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-05-10rework nfs-utils packageWaldemar Brodkorb
2014-05-10finetune packageWaldemar Brodkorb
2014-05-10update nfs-utilsWaldemar Brodkorb
2014-03-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
2014-03-02goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/Waldemar Brodkorb
2014-02-24fix cross-compile on DarwinWaldemar Brodkorb
2014-02-20update to latest uptream, fix uclibc compileWaldemar Brodkorb
2014-01-23add alsa hrtimer for rpi, fix some dependency bugs after the switch to ↵Waldemar Brodkorb
miniconfig
2014-01-17reorganize nfs package, add nfs client and server subpackagesWaldemar Brodkorb
2013-12-28disable libtirpc and packages which depend on it for muslWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-08-14fix nfs-utils dependenciesWaldemar Brodkorb
2013-08-14use nfs-utils from openadk.org mirrorWaldemar Brodkorb
2013-08-13update to latest upstream versionWaldemar Brodkorb
2013-08-13update libtirpc to latest upstream, fix dependency for nfs-utilsWaldemar Brodkorb
2013-03-04update dependencyWaldemar Brodkorb
2012-04-03lemote addons, like pdf viewerWaldemar Brodkorb
2012-03-12disable nfsv4.1Waldemar Brodkorb
2012-02-29use nfsnobody for user/groupWaldemar Brodkorb
2012-02-29update to latest stable version, finetune exports exampleWaldemar Brodkorb
2011-09-25update nfsutils, add new prereq keyutilsWaldemar Brodkorb
2011-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb
2011-01-27fix startup scripts, nfsd is not killable (kernel thread)Waldemar Brodkorb
2011-01-27add better dependency handling for rpcbind vs. portmapWaldemar Brodkorb
2011-01-18rework PKG_FLAVOURS. Subpackages can have flavours, soWaldemar Brodkorb
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter.
2011-01-03fix cross-compile on DarwinWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-06-22fix package names and package flavour dependenciesWaldemar Brodkorb
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies.
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter