gluon-respondd: remove obsolete migration from upgrade script (#2350)
announced was renamed to respondd in 2016. Let's remove the obsolete migration code.
This commit is contained in:
parent
0e19b1a5c2
commit
4019293e85
@ -3,8 +3,6 @@
|
||||
local uci = require('simple-uci').cursor()
|
||||
local site = require('gluon.site')
|
||||
|
||||
uci:delete('firewall', 'wan_announced')
|
||||
|
||||
-- Allow respondd port on WAN to allow resolving neighbours over mesh-on-wan
|
||||
uci:section('firewall', 'rule', 'wan_respondd', {
|
||||
name = 'wan_respondd',
|
||||
|
Loading…
Reference in New Issue
Block a user