Skip to content

Commit

Permalink
x86: Add board configs for the PC Engines APU2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
riptidewave93 authored and blogic committed Feb 17, 2017
1 parent 6d6db65 commit 808f6a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions target/linux/x86/base-files/etc/board.d/01_leds
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ board_config_update
board=$(cat /tmp/sysinfo/board_name) 2>/dev/null

case "$board" in
pc-engines-apu2)
ucidef_set_led_netdev "wan" "WAN" "apu2:green:led3" "eth0"
ucidef_set_led_netdev "lan" "LAN" "apu2:green:led2" "br-lan"
ucidef_set_led_default "diag" "DIAG" "apu2:green:power" "1"
;;
traverse-technologies-geos)
ucidef_set_led_netdev "lan" "LAN" "geos:1" "br-lan" "tx rx"
ucidef_set_led_netdev "wlan" "WiFi" "geos:2" "phy0tpt"
Expand Down
3 changes: 3 additions & 0 deletions target/linux/x86/base-files/etc/board.d/02_network
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 808f6a5

Please sign in to comment.