Skip to content
Snippets Groups Projects
Commit 4cbd748e authored by Linus Lüssing's avatar Linus Lüssing
Browse files

ath79-generic: (re)add support for ALFA Network AP121F


Gone due to
commit 45c84a11 ("ar71xx: drop target")

Note that it was wrongly marked as device class tiny in
commit 7fd7116e ("targets: add device-class flags") in the past,
the device has 64MB RAM and not 32MB.

Also, the device has no "led-running" assigned in DTS. The device has
three LEDs: "green:vpn", "green:lan" and "green:wlan". The first LED,
"green:vpn", has a "V" icon and was used to show the VPN connection
status in the vendor firmware. This LED will be used via the newly
added "led-boot" fallback in gluon-setup-mode. But will be unused
during normal operation due to the unassigned "led-running" in DTS.

Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
parent 26b5764c
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,10 @@ Supported Devices & Architectures ...@@ -4,6 +4,10 @@ Supported Devices & Architectures
ath79-generic ath79-generic
-------------- --------------
* ALFA Network
- AP121F
* AVM * AVM
- FRITZ!WLAN Repeater 300E [#avmflash]_ - FRITZ!WLAN Repeater 300E [#avmflash]_
......
...@@ -16,6 +16,12 @@ local ATH10K_PACKAGES_QCA9887 = { ...@@ -16,6 +16,12 @@ local ATH10K_PACKAGES_QCA9887 = {
local ATH10K_PACKAGES_QCA9888 = {} local ATH10K_PACKAGES_QCA9888 = {}
-- ALFA NETWORK
device('alfa-network-ap121f', 'alfa-network_ap121f', {
factory = false,
})
-- AVM -- AVM
device('avm-fritz-box-4020', 'avm_fritz4020', { device('avm-fritz-box-4020', 'avm_fritz4020', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment