olsrd: dhcp-hack
This commit is contained in:
parent
fc6c753d82
commit
5a54eb4dab
10
package/gluon-mesh-olsrd/luasrc/lib/gluon/upgrade/500-dhcp-hack
Executable file
10
package/gluon-mesh-olsrd/luasrc/lib/gluon/upgrade/500-dhcp-hack
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/lua
|
||||
|
||||
local uci = require('simple-uci').cursor()
|
||||
|
||||
-- this hack directly uses the mesh interface as I haven't figured out teql and ddhcpd now and this shit should just work already
|
||||
|
||||
if uci:get('wireless', 'client_radio0', 'network') then
|
||||
uci:set('wireless', 'client_radio0', 'network', 'mesh_radio0')
|
||||
uci:save('wireless')
|
||||
end
|
Loading…
Reference in New Issue
Block a user