aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorChris Blake <chrisrblake93@gmail.com>2017-02-13 02:01:14 -0600
committerJohn Crispin <john@phrozen.org>2017-02-15 07:52:28 +0100
commit9a6c9325564439e0c9bb3209931787a492fa8f9b (patch)
treee00278ae293569bc0098524106602dd09a5676c3 /target
parentadd465f1be5d092ef049306ea2a211ff3f82b146 (diff)
downloadupstream-9a6c9325564439e0c9bb3209931787a492fa8f9b.tar.gz
upstream-9a6c9325564439e0c9bb3209931787a492fa8f9b.tar.bz2
upstream-9a6c9325564439e0c9bb3209931787a492fa8f9b.zip
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>
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/x86/base-files/etc/board.d/01_leds5
-rwxr-xr-xtarget/linux/x86/base-files/etc/board.d/02_network3
2 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/x86/base-files/etc/board.d/01_leds b/target/linux/x86/base-files/etc/board.d/01_leds
index 824c652d10..03df810972 100755
--- a/target/linux/x86/base-files/etc/board.d/01_leds
+++ b/target/linux/x86/base-files/etc/board.d/01_leds
@@ -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"
diff --git a/target/linux/x86/base-files/etc/board.d/02_network b/target/linux/x86/base-files/etc/board.d/02_network
index dcce0fa4cc..c2af64336b 100755
--- a/target/linux/x86/base-files/etc/board.d/02_network
+++ b/target/linux/x86/base-files/etc/board.d/02_network
@@ -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"