mirror of https://github.com/hak5/openwrt.git
dnsmasq: add support for option "--dhcp-script" (thanks Bastian Bittorf)
SVN-Revision: 25137lede-17.01
parent
e6a9e6875a
commit
e14097aca9
|
@ -78,6 +78,7 @@ dnsmasq() {
|
|||
append_bool "$cfg" enable_tftp "--enable-tftp"
|
||||
append_bool "$cfg" nonwildcard "-z"
|
||||
|
||||
append_parm "$cfg" dhcpscript "-6"
|
||||
append_parm "$cfg" cachesize "-c"
|
||||
append_parm "$cfg" dnsforwardmax "-0"
|
||||
append_parm "$cfg" port "-p"
|
||||
|
|
Loading…
Reference in New Issue