Skip to content

Commit

Permalink
Merge pull request #2583 from T-X/pr-alfa-network-ap121f
Browse files Browse the repository at this point in the history
ath79-generic: (re)add support for ALFA Network AP121F
  • Loading branch information
rotanid authored Jul 10, 2022
2 parents 11905af + 4cbd748 commit ac24b70
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Supported Devices & Architectures
ath79-generic
--------------

* ALFA Network

- AP121F

* AVM

- FRITZ!WLAN Repeater 300E [#avmflash]_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ start() {
if [ -z $status_led ]; then
status_led="$running"
fi
if [ -z $status_led ]; then
status_led="$boot"
fi

status_led_set_timer 1000 300
}
6 changes: 6 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ local ATH10K_PACKAGES_QCA9887 = {

local ATH10K_PACKAGES_QCA9888 = {}

-- ALFA NETWORK

device('alfa-network-ap121f', 'alfa-network_ap121f', {
factory = false,
})

-- AVM

device('avm-fritz-box-4020', 'avm_fritz4020', {
Expand Down

0 comments on commit ac24b70

Please sign in to comment.