Skip to content

Commit

Permalink
gluon-core: fix removal of "OpenWrt" default WLAN interface
Browse files Browse the repository at this point in the history
Fixes #534
  • Loading branch information
neocturne committed Oct 28, 2015
1 parent 172ad68 commit 412e1ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package/gluon-core/files/lib/gluon/upgrade/200-wireless
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ local sysconfig = require 'gluon.sysconfig'

-- Initial
if not sysconfig.gluon_version then
local uci = require('luci.model.uci').cursor()

uci:delete_all('wireless', 'wifi-iface')
end

Expand Down

0 comments on commit 412e1ef

Please sign in to comment.