aboutsummaryrefslogtreecommitdiff
path: root/net/nfs-kernel-server/patches/110-move-hardcoded-rundir.patch
Commit message (Collapse)AuthorAge
* nfs-kernel-server: update to v2.6.2Oskari Rauta2023-03-01
| | | | | | | | Also added patch that is from alpine's same package to assist building on musl. Hostpkg build on musl also kept failing, so I added few more overrides, which made it work perfectly. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* nfs-kernel-server: move hardcoded /run to /tmp/runDaniel Golle2021-11-13
statd currently fails to start due to missing /run which doesn't exist on OpenWrt. Add a patch moving /run to /tmp/run as the path is hardcoded in several places and cannot be configured neither at buildtime nor at runtime. Signed-off-by: Daniel Golle <daniel@makrotopia.org>