Skip to content

Commit

Permalink
[asus] Add support Asus RT-AX89X
Browse files Browse the repository at this point in the history
  • Loading branch information
remittor committed Jan 28, 2024
1 parent 56ad056 commit 02a7657
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=facinstall
PKG_VERSION:=1.4
PKG_RELEASE:=20240122
PKG_RELEASE:=20240123

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 @@ -9,6 +9,7 @@ fi_init_board() {
case "$FI_BOARD" in
asus,rt-ax52|\
asus,rt-ax59u|\
asus,rt-ax89x|\
asus,tuf-ax4200|\
asus,tuf-ax6000)
FI_SCRIPT="asus.sh"
Expand Down Expand Up @@ -40,6 +41,7 @@ fi_init_board() {
case "$FI_BOARD" in
asus,rt-ax52|\
asus,rt-ax59u|\
asus,rt-ax89x|\
asus,tuf-ax4200|\
asus,tuf-ax6000)
CI_UBIPART="UBI_DEV"
Expand Down Expand Up @@ -85,6 +87,10 @@ fi_init_board() {
FI_HW_MODEL="RT-AX59U"
FI_KERNEL_SIZE=0x45fe000
;;
asus,rt-ax89x)
FI_HW_MODEL="RT-AX89U"
FI_KERNEL_SIZE=0x6406000
;;
asus,tuf-ax4200)
FI_HW_MODEL="TUF-AX4200"
FI_KERNEL_SIZE=0x45fe000
Expand Down

0 comments on commit 02a7657

Please sign in to comment.