[openwrt/openwrt] ramips: mt76x8: fix 02_network typo

LEDE Commits lede-commits at lists.infradead.org
Sun Sep 28 14:56:17 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/0147d213ffaf52a444bf0dd0c2ccd9b929ef448c

commit 0147d213ffaf52a444bf0dd0c2ccd9b929ef448c
Author: Simonas Tamošaitis <simsasss at gmail.com>
AuthorDate: Fri Sep 26 22:32:43 2025 +0300

    ramips: mt76x8: fix 02_network typo
    
    Remove unnecessary tab which breaks 02_network script with syntax error.
    
    Fixes: f29bc8736aac ("ramips: CREALITY BOX WB01")
    Signed-off-by: Simonas Tamošaitis <simsasss at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20195
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 d1689ccc2f..ec88ab43bd 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|\




More information about the lede-commits mailing list