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>
8 lines
No EOL
124 B
Bash
Executable file
8 lines
No EOL
124 B
Bash
Executable file
#!/bin/sh /etc/rc.common
|
|
|
|
START=82
|
|
DAEMON='dlep_proxy'
|
|
|
|
[ -n "$IPKG_INSTROOT" ] || {
|
|
. /lib/functions/oonf_init.sh
|
|
} |