oonf: fix IB warnings 'include file not found'

Compile tested: mips_24kc, arm_cortex-a9_vfpv3-d16, i386_pentium4, x86_64, i386_pentium-mmx, mipsel_24kc

Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
This commit is contained in:
Patrick Grimm 2023-01-14 12:21:15 +01:00 committed by Moritz Warning
parent b65ef40e46
commit 53ab677c9e
3 changed files with 9 additions and 3 deletions

View File

@ -3,4 +3,6 @@
START=82
DAEMON='dlep_proxy'
. /lib/functions/oonf_init.sh
[ -n "$IPKG_INSTROOT" ] || {
. /lib/functions/oonf_init.sh
}

View File

@ -3,4 +3,6 @@
START=82
DAEMON='dlep_radio'
. /lib/functions/oonf_init.sh
[ -n "$IPKG_INSTROOT" ] || {
. /lib/functions/oonf_init.sh
}

View File

@ -3,4 +3,6 @@
START=82
DAEMON='olsrd2'
. /lib/functions/oonf_init.sh
[ -n "$IPKG_INSTROOT" ] || {
. /lib/functions/oonf_init.sh
}