Skip to content

Commit

Permalink
config-commom: replaces qosmate with eqosplus
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 12, 2024
1 parent 9134f0d commit 900d57d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-openwrt-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
OpenWrt 23.05 Lite with Kernel 6.11 Enhanced
Includes select few lite packages:
Mihomo, Sing-box, DDNS, Tailscale, SMB, UPnP, Socat, QoSmate.
Mihomo, Sing-box, DDNS, Tailscale, SMB, UPnP, EQoS, Socat.
commit: main
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-openwrt-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
OpenWrt 23.05 Server with Kernel 6.11 Enhanced
Includes full-featured server packages:
Support for docker and iptables, along with more pre-installed luci apps.
Supports Docker and Iptables, with more extensive pre-installed LuCI apps for advanced users.
commit: main
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions openwrt/23-config-common-custom
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CONFIG_PACKAGE_luci-app-diskman=y
# CONFIG_PACKAGE_luci-app-dufs is not set
# CONFIG_PACKAGE_luci-app-einat is not set
# CONFIG_PACKAGE_luci-app-eqos is not set
# CONFIG_PACKAGE_luci-app-eqosplus is not set
CONFIG_PACKAGE_luci-app-eqosplus=y
# CONFIG_PACKAGE_luci-app-filebrowser-go is not set
# CONFIG_PACKAGE_luci-app-filemanager is not set
CONFIG_PACKAGE_luci-app-frpc=y
Expand All @@ -26,7 +26,7 @@ CONFIG_PACKAGE_luci-app-netspeedtest=y
CONFIG_PACKAGE_luci-app-nlbwmon=y
# CONFIG_PACKAGE_luci-app-oaf is not set
# CONFIG_PACKAGE_luci-app-qbittorrent is not set
CONFIG_PACKAGE_luci-app-qosmate=y
# CONFIG_PACKAGE_luci-app-qosmate is not set
CONFIG_PACKAGE_luci-app-ramfree=y
CONFIG_PACKAGE_luci-app-samba4=y
CONFIG_PACKAGE_luci-app-socat=y
Expand Down
2 changes: 1 addition & 1 deletion openwrt/23-config-common-lite
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ CONFIG_PACKAGE_luci-app-autoreboot=y
CONFIG_PACKAGE_luci-app-cpufreq=y
CONFIG_PACKAGE_luci-app-ddns-go=y
CONFIG_PACKAGE_luci-app-diskman=y
CONFIG_PACKAGE_luci-app-eqosplus=y
CONFIG_PACKAGE_luci-app-hd-idle=y
CONFIG_PACKAGE_luci-app-homeproxy=y
CONFIG_PACKAGE_luci-app-mihomo=y
CONFIG_PACKAGE_luci-app-qosmate=y
CONFIG_PACKAGE_luci-app-ramfree=y
CONFIG_PACKAGE_luci-app-samba4=y
CONFIG_PACKAGE_luci-app-socat=y
Expand Down
2 changes: 1 addition & 1 deletion openwrt/23-config-common-server
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,13 @@ CONFIG_PACKAGE_luci-app-commands=y
CONFIG_PACKAGE_luci-app-cpufreq=y
CONFIG_PACKAGE_luci-app-ddns-go=y
CONFIG_PACKAGE_luci-app-diskman=y
CONFIG_PACKAGE_luci-app-eqosplus=y
CONFIG_PACKAGE_luci-app-frpc=y
CONFIG_PACKAGE_luci-app-hd-idle=y
CONFIG_PACKAGE_luci-app-mosdns=y
CONFIG_PACKAGE_luci-app-natmap=y
CONFIG_PACKAGE_luci-app-netspeedtest=y
CONFIG_PACKAGE_luci-app-nlbwmon=y
CONFIG_PACKAGE_luci-app-qosmate=y
CONFIG_PACKAGE_luci-app-ramfree=y
CONFIG_PACKAGE_luci-app-samba4=y
CONFIG_PACKAGE_luci-app-socat=y
Expand Down

0 comments on commit 900d57d

Please sign in to comment.