From e06e555ac22d17ac5c061c3783cc28300e42e68b Mon Sep 17 00:00:00 2001
From: Felix Baumann <felix.bau@gmx.de>
Date: Thu, 23 Feb 2023 02:41:42 +0100
Subject: [PATCH] ramips: add new lines to separate vendors consistently

---
 targets/ramips-mt7621 | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/targets/ramips-mt7621 b/targets/ramips-mt7621
index 0775fd077..d233668ad 100644
--- a/targets/ramips-mt7621
+++ b/targets/ramips-mt7621
@@ -65,6 +65,7 @@ device('netgear-wndr3700-v5', 'netgear_wndr3700-v5', {
 	},
 })
 
+
 -- TP-Link
 
 device('tp-link-archer-c6-v3', 'tplink_archer-c6-v3', {
@@ -75,18 +76,21 @@ device('tp-link-re500-v1', 'tplink_re500-v1')
 
 device('tp-link-re650-v1', 'tplink_re650-v1')
 
+
 -- Ubiquiti
 
 device('ubiquiti-unifi-6-lite', 'ubnt_unifi-6-lite', {
 	factory = false,
 })
 
+
 -- Wavlink
 
 device('wavlink-ws-wn572hp3-4g', 'wavlink_ws-wn572hp3-4g', {
 	factory = false,
 })
 
+
 -- Xiaomi
 
 device('xiaomi-mi-router-4a-gigabit-edition', 'xiaomi_mi-router-4a-gigabit', {
@@ -101,6 +105,7 @@ device('xiaomi-mi-router-3g-v2', 'xiaomi_mi-router-3g-v2', {
 	factory = false,
 })
 
+
 -- ZBT
 
 device('zbtlink-zbt-wg3526-16m', 'zbtlink_zbt-wg3526-16m', {
-- 
GitLab