[openwrt/openwrt] ipq40xx: base-files: properly close case

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 24 14:55:58 PDT 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/0410c95f0bb191663989dfda08e3e80a1827baee

commit 0410c95f0bb191663989dfda08e3e80a1827baee
Author: Tomasz Maciej Nowak <tmn505 at gmail.com>
AuthorDate: Fri Sep 23 14:48:12 2022 +0200

    ipq40xx: base-files: properly close case
    
    Fix this occurrence 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 db58eb9363..040f3ee619 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




More information about the lede-commits mailing list