aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorKristian Evensen <kristian.evensen@gmail.com>2018-03-15 13:30:27 +0100
committerJohn Crispin <john@phrozen.org>2018-05-24 17:24:30 +0200
commitefdfb253d84a853a3f3efda6b11e958cf5f197ee (patch)
treee68e6c1739df088644d8d0677b3d1973c16dfb59 /target/linux/x86/base-files/etc/board.d/02_network
parent644f65afe1d4f11f7c878404640da8f8b014a446 (diff)
downloadupstream-efdfb253d84a853a3f3efda6b11e958cf5f197ee.tar.gz
upstream-efdfb253d84a853a3f3efda6b11e958cf5f197ee.tar.bz2
upstream-efdfb253d84a853a3f3efda6b11e958cf5f197ee.zip
x86: Add APU3 reference to x86 board.d
There is a new APU-model available, APU3. The device is configured in the same way as the APU1 and APU2, so the same LED/network setup can be used. I considered changing the case to pc-engines-apu*, but I chose to follow the existing pattern and add the full board name. Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com> (cherry picked from commit 8f9baf5e1a9300fe66ff90486182a1fd2e645d9e)
Diffstat (limited to 'target/linux/x86/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/x86/base-files/etc/board.d/02_network2
1 files changed, 1 insertions, 1 deletions
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 bea696d8ff..c6e381b946 100755
--- a/target/linux/x86/base-files/etc/board.d/02_network
+++ b/target/linux/x86/base-files/etc/board.d/02_network
@@ -9,7 +9,7 @@
board_config_update
case "$(board_name)" in
-pc-engines-apu|pc-engines-apu2)
+pc-engines-apu|pc-engines-apu2|pc-engines-apu3)
ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
;;
traverse-technologies-geos)