From 411d5d907467c09075d480944604b8aa71c58dc7 Mon Sep 17 00:00:00 2001 From: remittor Date: Sat, 24 Aug 2024 17:16:05 +0300 Subject: [PATCH] Add new device Routerich AX3000 (mt7981B) --- routerich-ax3000.config | 51 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 routerich-ax3000.config diff --git a/routerich-ax3000.config b/routerich-ax3000.config new file mode 100644 index 0000000..280e8a5 --- /dev/null +++ b/routerich-ax3000.config @@ -0,0 +1,51 @@ +CONFIG_TARGET_mediatek=y +CONFIG_TARGET_mediatek_filogic=y +CONFIG_TARGET_mediatek_filogic_DEVICE_routerich_ax3000=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 + +### 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 + +### Network Ports viewer +CONFIG_PACKAGE_luci-app-tn-netports=y +CONFIG_PACKAGE_luci-i18n-tn-netports-ru=y + +### Network traffic +CONFIG_PACKAGE_luci-app-sqm=y +CONFIG_PACKAGE_luci-i18n-sqm-ru=y + +### TimeControl +CONFIG_PACKAGE_luci-app-timecontrol=m + +### FileBrowser +CONFIG_PACKAGE_wget-ssl=y +CONFIG_PACKAGE_luci-app-filebrowser=y + +### DNSMasq +CONFIG_PACKAGE_dnsmasq-full=y + + + +