mirror of
https://git.openwrt.org/feed/routing.git
synced 2025-05-08 20:23:39 +08:00
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:
parent
b65ef40e46
commit
53ab677c9e
@ -3,4 +3,6 @@
|
||||
START=82
|
||||
DAEMON='dlep_proxy'
|
||||
|
||||
. /lib/functions/oonf_init.sh
|
||||
[ -n "$IPKG_INSTROOT" ] || {
|
||||
. /lib/functions/oonf_init.sh
|
||||
}
|
@ -3,4 +3,6 @@
|
||||
START=82
|
||||
DAEMON='dlep_radio'
|
||||
|
||||
. /lib/functions/oonf_init.sh
|
||||
[ -n "$IPKG_INSTROOT" ] || {
|
||||
. /lib/functions/oonf_init.sh
|
||||
}
|
||||
|
@ -3,4 +3,6 @@
|
||||
START=82
|
||||
DAEMON='olsrd2'
|
||||
|
||||
. /lib/functions/oonf_init.sh
|
||||
[ -n "$IPKG_INSTROOT" ] || {
|
||||
. /lib/functions/oonf_init.sh
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user