forked from Ivasoft/openwrt
x86: Add board configs for the PC Engines APU2
This adds the default LED and network settings for the PC Engines APU2 when running under the x86 target. [dwmw2: Change Ethernet port setup] Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
This commit is contained in:
committed by
John Crispin
parent
add465f1be
commit
9a6c932556
@@ -11,6 +11,9 @@ board_config_update
|
||||
board="$(cat /tmp/sysinfo/board_name)" 2>/dev/null
|
||||
|
||||
case "$board" in
|
||||
pc-engines-apu2)
|
||||
ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
|
||||
;;
|
||||
traverse-technologies-geos)
|
||||
ucidef_set_interface_lan "eth0 eth1"
|
||||
ucidef_add_atm_bridge "0" "35" "llc" "bridged"
|
||||
|
||||
Reference in New Issue
Block a user