mirror of https://github.com/aredn/aredn.git
bugfix: advanced config usb passthru errors when uci section is not available (#308)
This commit is contained in:
parent
b9bf9ba099
commit
ce5a757ca0
|
@ -3,7 +3,10 @@ config downloads
|
||||||
|
|
||||||
config poe
|
config poe
|
||||||
option passthrough '0'
|
option passthrough '0'
|
||||||
|
|
||||||
|
config usb
|
||||||
|
option passthrough '1'
|
||||||
|
|
||||||
config map
|
config map
|
||||||
option leafletjs 'http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js'
|
option leafletjs 'http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js'
|
||||||
option leafletcss 'http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css'
|
option leafletcss 'http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css'
|
||||||
|
|
Loading…
Reference in New Issue