From 488be8d6d137cba05fca077ac548ee3946c05ae1 Mon Sep 17 00:00:00 2001 From: remittor Date: Thu, 8 Jan 2026 17:05:22 +0300 Subject: [PATCH] Add support Asus TUF-AX4200q --- .github/workflows/build.yml | 5 ++-- _initramfs/tuf-ax4200q.config | 14 +++++++++++ tuf-ax4200q.config | 44 +++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 _initramfs/tuf-ax4200q.config create mode 100644 tuf-ax4200q.config diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48e355d..640b607 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -157,8 +157,9 @@ jobs: - rt-ax57m - rt-ax59u - rt-ax89x - - tuf_ax4200 - - tuf_ax6000 + - tuf-ax4200 + - tuf-ax4200q + - tuf-ax6000 - zen-bt8 isTest: - ${{ needs.check.outputs.test_build == 'true' }} diff --git a/_initramfs/tuf-ax4200q.config b/_initramfs/tuf-ax4200q.config new file mode 100644 index 0000000..967092f --- /dev/null +++ b/_initramfs/tuf-ax4200q.config @@ -0,0 +1,14 @@ +CONFIG_TARGET_mediatek=y +CONFIG_TARGET_mediatek_filogic=y +CONFIG_TARGET_mediatek_filogic_DEVICE_asus_tuf-ax4200q=y + +#include _addons.config +#include _base_initrd.config +#include _wifi_en.config + + +CONFIG_TARGET_INITRAMFS_FORCE=y +CONFIG_TARGET_ROOTFS_INITRAMFS=y +CONFIG_USES_SEPARATE_INITRAMFS=n +CONFIG_TARGET_ROOTFS_INITRAMFS_SEPARATE=n + diff --git a/tuf-ax4200q.config b/tuf-ax4200q.config new file mode 100644 index 0000000..f4d2197 --- /dev/null +++ b/tuf-ax4200q.config @@ -0,0 +1,44 @@ +CONFIG_TARGET_mediatek=y +CONFIG_TARGET_mediatek_filogic=y +CONFIG_TARGET_mediatek_filogic_DEVICE_asus_tuf-ax4200q=y + +#include _addons.config +#include _base.config +#include _wifi_en.config +#include _printer.config +#include _samba.config +#include _torrents.config +#include _proxy.config +#include _argon.config +#include _vpn.config + +### Temp and sensors +CONFIG_PACKAGE_lm-sensors=y +CONFIG_PACKAGE_lm-sensors-detect=y +CONFIG_PACKAGE_luci-app-temp-status=y +CONFIG_PACKAGE_luci-i18n-temp-status-ru=y +CONFIG_PACKAGE_collectd-mod-sensors=y + +### HDD tools +CONFIG_PACKAGE_smartmontools=y +CONFIG_PACKAGE_hdparm=y +CONFIG_PACKAGE_hd-idle=y +CONFIG_PACKAGE_luci-app-hd-idle=y +#CONFIG_PACKAGE_luci-i18n-hd-idle-ru=y +CONFIG_PACKAGE_luci-app-disks-info=y +#CONFIG_PACKAGE_luci-i18n-disks-info-ru=y +CONFIG_PACKAGE_luci-app-diskman=y + +### Luci dashboard +CONFIG_PACKAGE_luci-mod-dashboard=y +CONFIG_PACKAGE_luci-i18n-dashboard-ru=y + +### Network Ports viewer +CONFIG_PACKAGE_luci-app-tn-netports=y +CONFIG_PACKAGE_luci-i18n-tn-netports-ru=y + +### TimeControl +CONFIG_PACKAGE_luci-app-timecontrol=m + +CONFIG_PACKAGE_fantastic-feeds=m +