mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
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>