mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-10 22:44:04 +00:00
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>
This commit is contained in:
parent
04eb080290
commit
0410c95f0b
@ -228,6 +228,7 @@ ipq40xx_setup_macs()
|
|||||||
;;
|
;;
|
||||||
pakedge,wr-1)
|
pakedge,wr-1)
|
||||||
wan_mac=$(macaddr_add $(get_mac_label) 1)
|
wan_mac=$(macaddr_add $(get_mac_label) 1)
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
[ -n "$lan_mac" ] && ucidef_set_interface_macaddr "lan" $lan_mac
|
[ -n "$lan_mac" ] && ucidef_set_interface_macaddr "lan" $lan_mac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user