forked from Ivasoft/openwrt
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>
This commit is contained in:
committed by
John Crispin
parent
da8990e717
commit
b2a5f7683b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user