mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
move /usr/lib/parse-config.awk to /lib/config/template.awk
SVN-Revision: 5244
This commit is contained in:
parent
ce49d59061
commit
17f313b06a
@ -49,7 +49,7 @@ start() {
|
||||
[ -z "$wan_proto" -o "$wan_proto" = "none" ] || echo "@define wan_ifname $wan_ifname"
|
||||
|
||||
cat /etc/dnsmasq.conf
|
||||
) | awk -f /usr/lib/parse-config.awk | dnsmasq -C /proc/self/fd/0
|
||||
) | awk -f /lib/config/template.awk | dnsmasq -C /proc/self/fd/0
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Loading…
Reference in New Issue
Block a user