Skip to content
Snippets Groups Projects
Unverified Commit 97129129 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-l3roamd: remove obsolete migration code

parent 5b40265f
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/lua
local uci = require('simple-uci').cursor()
uci:delete('network', 'l3roam')
uci:delete('network', 'l3roamd_client')
uci:save('network')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment