diff --git a/tuf_ax4200.config b/tuf_ax4200.config new file mode 100644 index 0000000..455dc0e --- /dev/null +++ b/tuf_ax4200.config @@ -0,0 +1,62 @@ +CONFIG_TARGET_mediatek=y +CONFIG_TARGET_mediatek_filogic=y +CONFIG_TARGET_mediatek_filogic_DEVICE_asus_tuf-ax4200=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 + +### qBittorrent +CONFIG_PACKAGE_boost=y +CONFIG_PACKAGE_boost-system=y +CONFIG_PACKAGE_luci-app-qbittorrent=y + +### FileBrowser +CONFIG_PACKAGE_wget-ssl=y +CONFIG_PACKAGE_luci-app-filebrowser=y + +### DNSMasq +CONFIG_PACKAGE_dnsmasq-full=y + +### CPU Freq +CONFIG_PACKAGE_luci-app-cpufreq=y + +### Network speed test tools +CONFIG_PACKAGE_luci-app-netspeedtest=y + + + + diff --git a/tuf_ax4200.json b/tuf_ax4200.json new file mode 100644 index 0000000..3f4a00e --- /dev/null +++ b/tuf_ax4200.json @@ -0,0 +1,26 @@ +{ + "nas": { + "title": "NAS", + "order": 45, + "items": [ + [ "nas", "filebrowser" ], + [ "services", "samba4" ], + [ "services", "aria2" ], + [ "services", "transmission" ], + [ "system", "diskman" ], + [ "services", "disks-info" ], + [ "services", "hd_idle" ], + [ "services", "minidlna" ] + ] + }, + "vpn": { + "title": "VPN", + "order": 70, + "items": [ + [ "vpn", "openvpn" ], + [ "status", "wireguard" ], + [ "services", "shadowsocks-libev" ], + [ "services", "shadowsocks" ] + ] + } +} diff --git a/tuf_ax4200.netports b/tuf_ax4200.netports new file mode 100644 index 0000000..9d64172 --- /dev/null +++ b/tuf_ax4200.netports @@ -0,0 +1,29 @@ +config global 'global' + option default_additional_info '0' + option default_h_mode '1' + option hv_mode_switch_button '1' + +config port + option ifname 'eth1' + option name 'WAN' + option type 'copper' + +config port + option ifname 'lan1' + option name 'LAN 1' + option type 'copper' + +config port + option ifname 'lan2' + option name 'LAN 2' + option type 'copper' + +config port + option ifname 'lan3' + option name 'LAN 3' + option type 'copper' + +config port + option ifname 'lan4' + option name 'LAN 4' + option type 'copper'