mirror of
https://github.com/openwrt/routing.git
synced 2025-02-23 11:36:14 +00:00
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
124 B
Bash
Executable File
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
|
|
} |