Hi, any chance to have this patch applied, or is there still something wrong with it?
Thank you very much, Gabriel On Mon, Jul 19, 2010 at 05:13:54PM +0200, Gabriel Kerneis wrote: > Signed-off-by: Gabriel Kerneis <kern...@pps.jussieu.fr> > --- > package/dnsmasq/files/dnsmasq.init | 6 ++++-- > 1 files changed, 4 insertions(+), 2 deletions(-) > > diff --git a/package/dnsmasq/files/dnsmasq.init > b/package/dnsmasq/files/dnsmasq.init > index e2f35e8..c69f0d2 100644 > --- a/package/dnsmasq/files/dnsmasq.init > +++ b/package/dnsmasq/files/dnsmasq.init > @@ -42,11 +42,13 @@ append_server() { > } > > append_interface() { > - append args "-i $1" > + local ifname=$(uci_get_state network "$1" ifname "$1") > + append args "-i $ifname" > } > > append_notinterface() { > - append args "-I $1" > + local ifname=$(uci_get_state network "$1" ifname "$1") > + append args "-I $ifname" > } > > append_addnhosts() { > -- > 1.7.1 > _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel