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:
Philip Prindeville 2023-10-22 14:26:48 -06:00 committed by Christian Marangi
parent 86ca7199df
commit ac199c57c5
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

View File

@ -1,8 +1,6 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2007-2012 OpenWrt.org
. /lib/functions.sh
START=19
USE_PROCD=1