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/files/arch/mips/ath79/Kconfig.openwrt | |
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/files/arch/mips/ath79/Kconfig.openwrt')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index eda1e4002b..248bffb1f5 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt +++ b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt @@ -1325,6 +1325,16 @@ config ATH79_MACH_RE450 select ATH79_DEV_M25P80 select ATH79_DEV_WMAC +config ATH79_MACH_RME_EG200 + bool "eTactica EG200 board supprt" + select SOC_AR933X + select ATH79_DEV_ETH + select ATH79_DEV_GPIO_BUTTONS + select ATH79_DEV_LEDS_GPIO + select ATH79_DEV_M25P80 + select ATH79_DEV_USB + select ATH79_DEV_WMAC + config ATH79_MACH_RUT9XX bool "Teltonika RUT900 series support" select SOC_AR934X |