Index: /branches/releng-11/nanobsd/files/tools/wl-config
===================================================================
--- /branches/releng-11/nanobsd/files/tools/wl-config	(revision 13724)
+++ /branches/releng-11/nanobsd/files/tools/wl-config	(revision 13725)
@@ -35,7 +35,8 @@
 CONFIG=`hostname -s`
 
-# Determine it's statup and running location and some other hints
-# Skip named.conf as it not planned in current release
-FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local resolv.conf pf.hybrid.conf.local unbound.wleiden.conf wleiden.yaml"
+# Determine it's statup and running location and some other hints 
+# Ordering is important! resolv.conf is fetched as last file, as it could
+# potentially break the downloading of other files.
+FILES="authorized_keys dhcpd.conf dnsmasq.conf motd rc.conf.local pf.hybrid.conf.local unbound.wleiden.conf wleiden.yaml resolv.conf"
 file_details() {
   POST_CMD=""
