mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
x86: add XiaoMa M12 12th J6412/J6413 CPU with I226 support
This commit is contained in:
parent
8b581837f0
commit
a4b74ce3fe
@ -27,6 +27,9 @@ traverse-technologies-geos)
|
||||
macaddr="$(cat /sys/class/net/eth0/address)" 2>/dev/null
|
||||
[ -n "$macaddr" ] && ucidef_set_interface_macaddr "wan" "$macaddr"
|
||||
;;
|
||||
xiaoma-m12)
|
||||
ucidef_set_interfaces_lan_wan "eth1 eth2 eth3 eth4 eth5 eth6" "eth0"
|
||||
;;
|
||||
esac
|
||||
board_config_flush
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user