dnsmasq: don't source functions.sh twice
It's already pulled in from /etc/rc.common.
Fixes: #13758
Fixes: 6b23836071
("package: avoid the use of eval to parse ipcalc.sh output")
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
parent
86ca7199df
commit
ac199c57c5
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
# Copyright (C) 2007-2012 OpenWrt.org
|
||||
|
||||
. /lib/functions.sh
|
||||
|
||||
START=19
|
||||
|
||||
USE_PROCD=1
|
||||
|
|
Loading…
Reference in a new issue