diff options
author | Karl Palsson <karlp@etactica.com> | 2016-05-26 11:20:53 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-02-13 10:01:53 +0100 |
commit | b2a5f7683b0d36b2a346c67a0dcf9140498b7f92 (patch) | |
tree | cadaf7fc9a377bba01846c35ee740330e016991e /target/linux/ar71xx/config-4.9 | |
parent | da8990e717e1e8704e08c1f75484352397c22231 (diff) | |
download | upstream-b2a5f7683b0d36b2a346c67a0dcf9140498b7f92.tar.gz upstream-b2a5f7683b0d36b2a346c67a0dcf9140498b7f92.tar.bz2 upstream-b2a5f7683b0d36b2a346c67a0dcf9140498b7f92.zip |
ar71xx: Add eTactica EG-200 support
EG-200 is a DIN rail mountable device with one ethernet port, wifi,
an RS-485 port, and an internal USB attached uSD card reader.
Two leds, "modbus" and "etactica" are managed by userspace applications
in factory firmware.
Flash instruction:
Original firmware is based on OpenWrt.
Use sysupgrade image directly in vendor GUI.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'target/linux/ar71xx/config-4.9')
-rw-r--r-- | target/linux/ar71xx/config-4.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-4.9 b/target/linux/ar71xx/config-4.9 index e5fce99b19..e495f6b4c2 100644 --- a/target/linux/ar71xx/config-4.9 +++ b/target/linux/ar71xx/config-4.9 @@ -168,6 +168,7 @@ CONFIG_ATH79=y # CONFIG_ATH79_MACH_RBSXTLITE is not set # CONFIG_ATH79_MACH_RE355 is not set # CONFIG_ATH79_MACH_RE450 is not set +# CONFIG_ATH79_MACH_RME_EG200 is not set # CONFIG_ATH79_MACH_RUT9XX is not set # CONFIG_ATH79_MACH_RW2458N is not set # CONFIG_ATH79_MACH_SC1750 is not set |