Skip to content

Commit

Permalink
[asus] Add support Asus RT-AX57M
Browse files Browse the repository at this point in the history
  • Loading branch information
remittor committed Aug 25, 2024
1 parent 912dd52 commit 00660e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=facinstall
PKG_VERSION:=1.8
PKG_RELEASE:=20240317
PKG_VERSION:=1.9
PKG_RELEASE:=20240825

PKG_MAINTAINER:=remittor <remittor@gmail.com>
PKG_LICENSE:=MIT
Expand Down
7 changes: 7 additions & 0 deletions files/fi_boards.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ fi_init_board() {

case "$FI_BOARD" in
asus,rt-ax52|\
asus,rt-ax57m|\
asus,rt-ax59u|\
asus,rt-ax89x|\
asus,tuf-ax4200|\
Expand Down Expand Up @@ -40,6 +41,7 @@ fi_init_board() {

case "$FI_BOARD" in
asus,rt-ax52|\
asus,rt-ax57m|\
asus,rt-ax59u|\
asus,rt-ax89x|\
asus,tuf-ax4200|\
Expand Down Expand Up @@ -84,6 +86,11 @@ fi_init_board() {
FI_KERNEL_SIZE=0x45fe000
FI_DEL_TRX_HEADER=1
;;
asus,rt-ax57m)
FI_HW_MODEL="RT-AX57M"
FI_KERNEL_SIZE=0x45fe000
FI_DEL_TRX_HEADER=1
;;
asus,rt-ax59u)
FI_HW_MODEL="RT-AX59U"
FI_KERNEL_SIZE=0x45fe000
Expand Down

0 comments on commit 00660e5

Please sign in to comment.