From 17dc924c7c620c549a39e183b9494841aa4592f9 Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Fri, 30 Dec 2016 17:11:01 +0100 Subject: [PATCH] fixup! gluon-luci-portconfig: protconfig.lua: change spaces to tabs --- .../luasrc/usr/lib/lua/luci/model/cbi/admin/portconfig.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/gluon-luci-portconfig/luasrc/usr/lib/lua/luci/model/cbi/admin/portconfig.lua b/package/gluon-luci-portconfig/luasrc/usr/lib/lua/luci/model/cbi/admin/portconfig.lua index f3f1e5ae..c3be0e7a 100644 --- a/package/gluon-luci-portconfig/luasrc/usr/lib/lua/luci/model/cbi/admin/portconfig.lua +++ b/package/gluon-luci-portconfig/luasrc/usr/lib/lua/luci/model/cbi/admin/portconfig.lua @@ -94,10 +94,6 @@ if sysconfig.lan_ifname then o.rmempty = false end - - - - if uci:get('system', 'gpio_switch_poe_passthrough') then s = f:section(SimpleSection, nil, nil) o = s:option(Flag, "poe_passthrough", translate("Enable PoE passthrough")) @@ -105,7 +101,6 @@ if uci:get('system', 'gpio_switch_poe_passthrough') then o.rmempty = false end - function f.handle(self, state, data) if state == FORM_VALID then uci:set("network", "wan", "proto", data.ipv4)