ath79: add support for Telco T1
Description:
2x 100Mbps Etherent ports
24V passive PoE
64MB RAM
16MB Flash
2.4GHz WiFi
1x WiFi antenna (RP-SMA connector)
1x LTE antenna (SMA connector)
Sierra Wireless MC7430 LTE modem
Flash instructions:
Original firmware is based on OpenWrt.
Flash using sysupgrade -n
SUPPORTED_DEVICES is added to support factory firmware.
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
[add missing led_rssi0 DT label, add SUPPORTED_DEVICES]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Adrian Schmutzler
parent
37df722266
commit
c00b8dcf72
@@ -1367,6 +1367,17 @@ define Device/sitecom_wlr-8100
|
||||
endef
|
||||
TARGET_DEVICES += sitecom_wlr-8100
|
||||
|
||||
define Device/telco_t1
|
||||
SOC := qca9531
|
||||
DEVICE_VENDOR := Telco
|
||||
DEVICE_MODEL := T1
|
||||
DEVICE_PACKAGES := kmod-usb2 kmod-usb-net-qmi-wwan \
|
||||
kmod-usb-serial-option uqmi -swconfig -uboot-envtools
|
||||
IMAGE_SIZE := 16192k
|
||||
SUPPORTED_DEVICES += telco_electronics,tel-t1
|
||||
endef
|
||||
TARGET_DEVICES += telco_t1
|
||||
|
||||
define Device/teltonika_rut955
|
||||
SOC := ar9344
|
||||
DEVICE_VENDOR := Teltonika
|
||||
|
||||
Reference in New Issue
Block a user