0
0
mirror of https://github.com/openwrt/routing.git synced 2025-02-23 16:16:15 +00:00
routing/oonf-dlep-radio/files/dlep_radio.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

9 lines
125 B
Bash
Executable File

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