Skip to content

Commit

Permalink
remove nft qos add aria2 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lunatickochiya committed Feb 19, 2025
1 parent 2dee718 commit 6b6ac10
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions openwrt-2410/feeds-package-patch-2410/1-aria2.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/net/aria2/files/aria2.init b/net/aria2/files/aria2.init
index deef307..baf0512 100755
--- a/net/aria2/files/aria2.init
+++ b/net/aria2/files/aria2.init
@@ -341,6 +341,7 @@ aria2_start() {
procd_set_param user "$user"

procd_add_jail "$NAME.$section" log
+ procd_add_jail_mount "/usr/lib" #fix "errorCode=1 OSSL_PROVIDER_load 'legacy' failed"
procd_add_jail_mount "$ca_certificate" "$certificate" "$rpc_certificate" "$rpc_private_key"
procd_add_jail_mount_rw "$dir" "$config_dir" "$log"
procd_close_instance
2 changes: 1 addition & 1 deletion package-configs/single/aliyun_ap8220-nftables.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CONFIG_PACKAGE_luci-app-control-webrestriction=y
CONFIG_PACKAGE_luci-app-control-weburl=y
CONFIG_PACKAGE_luci-app-timecontrol=y

CONFIG_PACKAGE_luci-app-nft-qos=y
# CONFIG_PACKAGE_luci-app-nft-qos=y


# autoset组件
Expand Down
2 changes: 1 addition & 1 deletion package-configs/single/domywifi_dw33d-nftables.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ CONFIG_PACKAGE_luci-app-control-webrestriction=y
CONFIG_PACKAGE_luci-app-control-weburl=y
CONFIG_PACKAGE_luci-app-timecontrol=y

CONFIG_PACKAGE_luci-app-nft-qos=y
# CONFIG_PACKAGE_luci-app-nft-qos=y


# autoset组件
Expand Down
2 changes: 1 addition & 1 deletion package-configs/single/rax3000m-emmc-iptables.config
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ CONFIG_PACKAGE_htop=y
CONFIG_HTOP_LMSENSORS=y
CONFIG_PACKAGE_lm-sensors-detect=y
CONFIG_PACKAGE_lm-sensors=y

CONFIG_PACKAGE_libopenssl-conf=y
1 change: 1 addition & 0 deletions package-configs/single/rax3000m-emmc-nftables.config
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,4 @@ CONFIG_PACKAGE_luci-app-caddy=m

CONFIG_PACKAGE_shadow=y
CONFIG_shadow-all=y
CONFIG_PACKAGE_libopenssl-conf=y

0 comments on commit 6b6ac10

Please # to comment.