[PATCH] ipq40xx: base-files: properly close case

Tomasz Maciej Nowak tmn505 at terefe.re
Fri Sep 23 05:48:12 PDT 2022


From: Tomasz Maciej Nowak <tmn505 at gmail.com>

Fix this occurence during boot:
/bin/board_detect: line 10: Unsupported: not found

Fixes: 80baffd2aa91 (" ipq40xx: add support for Pakedge WR-1")
Signed-off-by: Tomasz Maciej Nowak <tmn505 at gmail.com>
---
 target/linux/ipq40xx/base-files/etc/board.d/02_network | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network
index db58eb9363bf..040f3ee61974 100644
--- a/target/linux/ipq40xx/base-files/etc/board.d/02_network
+++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network
@@ -228,6 +228,7 @@ ipq40xx_setup_macs()
 		;;
 	pakedge,wr-1)
 		wan_mac=$(macaddr_add $(get_mac_label) 1)
+		;;
 	esac
 
 	[ -n "$lan_mac" ] && ucidef_set_interface_macaddr "lan" $lan_mac
-- 
2.37.3




More information about the openwrt-devel mailing list