diff options
author | Tomasz Maciej Nowak <tmn505@gmail.com> | 2022-09-23 14:48:12 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-09-24 23:53:53 +0200 |
commit | 0410c95f0bb191663989dfda08e3e80a1827baee (patch) | |
tree | 52f0073d57af2b928ce0104a98f622afa1189372 /target/linux/ipq40xx/base-files | |
parent | 04eb08029010e78b193c98115b0fed761bd9fe46 (diff) | |
download | upstream-0410c95f0bb191663989dfda08e3e80a1827baee.tar.gz upstream-0410c95f0bb191663989dfda08e3e80a1827baee.tar.bz2 upstream-0410c95f0bb191663989dfda08e3e80a1827baee.zip |
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@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/base-files')
-rw-r--r-- | target/linux/ipq40xx/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 insertions, 0 deletions
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 |