Open MaBecker opened 3 years ago
Shouldn't bb_dnsmasq_config.sh exit if USE_GENERATED_DNSMASQ=no is set in /etc/default/bb-wl18xx before rewriting /etc/dnsmasq.d/SoftAp0?
bb_dnsmasq_config.sh
USE_GENERATED_DNSMASQ=no
/etc/default/bb-wl18xx
/etc/dnsmasq.d/SoftAp0
# workaround - added before line wfile= if [ "x${USE_GENERATED_DNSMASQ}" = "xno" ] ; then exit fi
Or is there something else that Ii missed about that setting?
Hi @MaBecker you are correct, we should drop out if USE_GENERATED_DNSMASQ is disabled..
Regards,
@RobertCNelson Let me know if you want me to send a pr with the coding above.
Shouldn't
bb_dnsmasq_config.sh
exit ifUSE_GENERATED_DNSMASQ=no
is set in/etc/default/bb-wl18xx
before rewriting/etc/dnsmasq.d/SoftAp0
?Or is there something else that Ii missed about that setting?