From 0147d213ffaf52a444bf0dd0c2ccd9b929ef448c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Simonas=20Tamo=C5=A1aitis?= Date: Fri, 26 Sep 2025 22:32:43 +0300 Subject: [PATCH] ramips: mt76x8: fix 02_network typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Remove unnecessary tab which breaks 02_network script with syntax error. Fixes: f29bc8736aac ("ramips: CREALITY BOX WB01") Signed-off-by: Simonas Tamošaitis Link: https://github.com/openwrt/openwrt/pull/20195 Signed-off-by: Hauke Mehrtens --- target/linux/ramips/mt76x8/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network index d1689ccc2fd..ec88ab43bd6 100644 --- a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network @@ -11,7 +11,7 @@ ramips_setup_interfaces() 7links,wlr-1230|\ 7links,wlr-1240|\ alfa-network,awusfree1|\ - creality,wb-01|\ + creality,wb-01|\ d-team,pbr-d1|\ dlink,dap-1325-a1|\ glinet,microuter-n300|\ -- 2.47.3