From ca26b22798c43069aab9fccf59ec6092168ff8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Gon=C3=A7alves?= Date: Thu, 16 Mar 2017 14:56:13 +0000 Subject: [PATCH] lctr-b2xx: added system echobox. --- systems/lctr-b2xx/echobox.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 systems/lctr-b2xx/echobox.cfg diff --git a/systems/lctr-b2xx/echobox.cfg b/systems/lctr-b2xx/echobox.cfg new file mode 100644 index 0000000..13cac1a --- /dev/null +++ b/systems/lctr-b2xx/echobox.cfg @@ -0,0 +1,6 @@ +cfg_hostname='echobox' +cfg_storage='data0:ext4:/opt' +cfg_eth_ext_ip='10.0.200.41' +cfg_eth_ext_mk='255.255.0.0' +cfg_eth_ext_gw='10.0.0.1' +cfg_packages='u-boot dropbear rsync busybox e2fsprogs ptpd i2c-tools am33xx-cm3/host linux'