meta-openwrt
meta-openwrt copied to clipboard
Issue with starting services because /run/lock dir does not exists
The uhttpd cannot start on the target system because the directory /run/lock does not exists. Maybe another run subdirs does not exists too.
My conf/local.conf
:
MACHINE ?= "raspberrypi"
DISTRO ?= "poky"
INHERIT += "openwrt-distro-defaults"
My build target is openwrt-image-full
.