mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
umdns: remove superfluous include in init script
The umdns init script includes function/network.sh globally, outside of any service procedure. This causes init script activation to fail in buildroot and IB context if umdns is set to builtin. Additionally, the network.sh helper is not actually used. Drop the entire include in order to repair init script activation in build host context. Fixes FS#658. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
cdfc6788a9
commit
e78a641f52
@ -1,8 +1,6 @@
|
||||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (c) 2014 OpenWrt.org
|
||||
|
||||
. /lib/functions/network.sh
|
||||
|
||||
START=80
|
||||
|
||||
USE_PROCD=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user