targets: fix mixed indentation

Co-authored-by: Jan-Niklas Burfeind <github@aiyionpri.me>
removed x86-legacy, added ramips-mt7621
This commit is contained in:
Martin Weinelt 2020-09-13 19:21:06 +02:00 committed by Jan-Niklas Burfeind
parent 32853d6e5a
commit 6ed243fb2b
2 changed files with 5 additions and 5 deletions

View File

@ -49,10 +49,10 @@ device('avm-fritz-box-7412', 'avm_fritz7412', {
-- TP-Link -- TP-Link
-- CAVEAT: These devices don't have a dedicated WAN port. -- CAVEAT: These devices don't have a dedicated WAN port.
-- All ethernet ports on the device are bridged and -- All ethernet ports on the device are bridged and
-- used as WAN ports. Clients connected to these -- used as WAN ports. Clients connected to these
-- ports will be connected to your private network. -- ports will be connected to your private network.
device('tp-link-td-w8970', 'tplink_tdw8970', { device('tp-link-td-w8970', 'tplink_tdw8970', {
factory = false, factory = false,

View File

@ -8,7 +8,7 @@ device('asus-rt-ac57u', 'asus_rt-ac57u', {
-- Cudy -- Cudy
device('cudy-wr2100', 'cudy_wr2100', { device('cudy-wr2100', 'cudy_wr2100', {
factory = false, factory = false,
}) })