0
0
mirror of https://github.com/openwrt/routing.git synced 2025-02-23 11:36:14 +00:00
routing/oonf-dlep-proxy/files/dlep_proxy.init
Patrick Grimm 53ab677c9e 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>
2023-01-23 14:24:10 +01:00

8 lines
124 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=82
DAEMON='dlep_proxy'
[ -n "$IPKG_INSTROOT" ] || {
. /lib/functions/oonf_init.sh
}