Skip to content

Commit

Permalink
Add support ASUS RT-AX52
Browse files Browse the repository at this point in the history
  • Loading branch information
remittor committed Dec 12, 2023
1 parent c9e11cb commit 14e989e
Show file tree
Hide file tree
Showing 2 changed files with 8 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.1
PKG_RELEASE:=20231207
PKG_VERSION:=1.2
PKG_RELEASE:=20231212

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

case "$FI_BOARD" in
asus,rt-ax52|\
asus,rt-ax59u|\
asus,tuf-ax4200|\
asus,tuf-ax6000)
Expand Down Expand Up @@ -37,6 +38,7 @@ fi_init_board() {
. $FI_PROGDIR/$FI_SCRIPT

case "$FI_BOARD" in
asus,rt-ax52|\
asus,rt-ax59u|\
asus,tuf-ax4200|\
asus,tuf-ax6000)
Expand Down Expand Up @@ -75,6 +77,10 @@ fi_init_board() {
esac

case "$FI_BOARD" in
asus,rt-ax52)
FI_HW_MODEL="RT-AX52"
FI_KERNEL_SIZE=0x45fe000
;;
asus,rt-ax59u)
FI_HW_MODEL="RT-AX59U"
FI_KERNEL_SIZE=0x45fe000
Expand Down

0 comments on commit 14e989e

Please sign in to comment.