ath79-generic: add support for AVM Fritz!Repeater 1750e #3051
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This device has been successfully tested by @j0chn1
It works fine, but due to the small size I think it can only get BROKEN support due to smallbuffers?
Must be flashable from vendor firmware
Must support upgrade mechanism
sysupgrade [-n]
,firstboot
)(
lua -e 'print(require("platform_info").get_image_name())'
)Reset/WPS/... button must return device into config mode
Primary MAC address should match address on device label (or packaging)
(https://gluon.readthedocs.io/en/latest/dev/hardware.html#hardware-support-in-packages)
factory reset must be performed before checking the primary MAC address, as
the setting from the old version is not reset otherwise.
Wired network
Wireless network (if applicable)
LED mapping
(https://gluon.readthedocs.io/en/latest/features/configmode.html)
Outdoor devices only:Added board name tois_outdoor_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Cellular devices only:Added board name tois_cellular_device
function inpackage/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua
Added board name with modem setup functionsetup_ncm_qmi
topackage/gluon-core/luasrc/lib/gluon/upgrade/250-cellular
Docs:
docs/user/supported_devices.rst
(broken)