Skip to content
Snippets Groups Projects
Unverified Commit 43995c46 authored by Andreas Ziegler's avatar Andreas Ziegler Committed by GitHub
Browse files

codestyle: replace leading spaces with tabs in target files (#1954)

parent 694b6e49
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', { ...@@ -49,7 +49,7 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
-- GL.iNet -- GL.iNet
device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', { device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', {
factory = false, factory = false,
}) })
-- OCEDO -- OCEDO
......
device('avm-fritz-box-7360-sl', 'avm_fritz7360sl', { device('avm-fritz-box-7360-sl', 'avm_fritz7360sl', {
factory = false, factory = false,
aliases = {'avm-fritz-box-7360-v1', 'avm-fritz-box-7360-v2'}, aliases = {'avm-fritz-box-7360-v1', 'avm-fritz-box-7360-v2'},
}) })
device('avm-fritz-box-7362-sl', 'avm_fritz7362sl', { device('avm-fritz-box-7362-sl', 'avm_fritz7362sl', {
factory = false, factory = false,
}) })
device('avm-fritz-box-7412', 'avm_fritz7412', { device('avm-fritz-box-7412', 'avm_fritz7412', {
factory = false, factory = false,
}) })
-- TP-Link -- TP-Link
......
...@@ -3,6 +3,6 @@ device('avm-fritz-box-7312', 'avm_fritz7312', { ...@@ -3,6 +3,6 @@ device('avm-fritz-box-7312', 'avm_fritz7312', {
}) })
device('avm-fritz-box-7320', 'avm_fritz7320', { device('avm-fritz-box-7320', 'avm_fritz7320', {
factory = false, factory = false,
aliases = {'avm-fritz-box-7330', 'avm-fritz-box-7330-sl'}, aliases = {'avm-fritz-box-7330', 'avm-fritz-box-7330-sl'},
}) })
-- Aerohive -- Aerohive
device('aerohive-hiveap-330', 'hiveap-330', { device('aerohive-hiveap-330', 'hiveap-330', {
factory = false, factory = false,
}) })
...@@ -15,6 +15,6 @@ device('enterasys-ws-ap3710i', 'ws-ap3710i', { ...@@ -15,6 +15,6 @@ device('enterasys-ws-ap3710i', 'ws-ap3710i', {
-- OCEDO -- OCEDO
device('ocedo-panda', 'panda', { device('ocedo-panda', 'panda', {
factory = false, factory = false,
}) })
...@@ -35,11 +35,11 @@ device('nexx-wt3020-8m', 'wt3020-8M', { ...@@ -35,11 +35,11 @@ device('nexx-wt3020-8m', 'wt3020-8M', {
local tplink_region_suffix = '' local tplink_region_suffix = ''
if (env.GLUON_REGION or '') ~= '' then if (env.GLUON_REGION or '') ~= '' then
tplink_region_suffix = '-' .. env.GLUON_REGION tplink_region_suffix = '-' .. env.GLUON_REGION
end end
device('tp-link-archer-c2-v1', 'tplink_c2-v1', { device('tp-link-archer-c2-v1', 'tplink_c2-v1', {
factory = false, factory = false,
}) })
device('tp-link-archer-c20-v1', 'tplink_c20-v1') device('tp-link-archer-c20-v1', 'tplink_c20-v1')
...@@ -47,7 +47,7 @@ device('tp-link-archer-c20-v1', 'tplink_c20-v1') ...@@ -47,7 +47,7 @@ device('tp-link-archer-c20-v1', 'tplink_c20-v1')
device('tp-link-archer-c20i', 'ArcherC20i') device('tp-link-archer-c20i', 'ArcherC20i')
device('tp-link-archer-c50', 'ArcherC50v1', { device('tp-link-archer-c50', 'ArcherC50v1', {
factory = '-squashfs-factory' .. tplink_region_suffix, factory = '-squashfs-factory' .. tplink_region_suffix,
}) })
......
...@@ -13,7 +13,7 @@ device('d-link-dir-860l-b1', 'dir-860l-b1') ...@@ -13,7 +13,7 @@ device('d-link-dir-860l-b1', 'dir-860l-b1')
-- Netgear -- Netgear
device('netgear-ex6150', 'netgear_ex6150', { device('netgear-ex6150', 'netgear_ex6150', {
factory_ext = '.chk', factory_ext = '.chk',
}) })
device('netgear-r6220', 'r6220', { device('netgear-r6220', 'r6220', {
......
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