ipq40xx: base-files: properly close case
authorTomasz Maciej Nowak <[email protected]>
Fri, 23 Sep 2022 12:48:12 +0000 (14:48 +0200)
committerChristian Lamparter <[email protected]>
Sat, 24 Sep 2022 21:53:53 +0000 (23:53 +0200)
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 <[email protected]>
target/linux/ipq40xx/base-files/etc/board.d/02_network

index db58eb9363bfc0662abf79a6ae7b6db356f46b22..040f3ee6197498185f61171d58786a3f60337a9c 100644 (file)
@@ -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