[openwrt/openwrt] qosify: bump to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 4 10:37:50 PST 2022


stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c2d7896a650edd6ff4f37dbb33d45027001c23f4

commit c2d7896a650edd6ff4f37dbb33d45027001c23f4
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Fri Mar 4 20:33:05 2022 +0200

    qosify: bump to git HEAD
    
      interface: disable autorate-ingress by default
    
    Also change the example config to reflect this.
    
    Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
 package/network/config/qosify/Makefile          | 6 +++---
 package/network/config/qosify/files/qosify.conf | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile
index eb267d3552..2bc806513a 100644
--- a/package/network/config/qosify/Makefile
+++ b/package/network/config/qosify/Makefile
@@ -11,9 +11,9 @@ include $(INCLUDE_DIR)/kernel.mk
 PKG_NAME:=qosify
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/qosify.git
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2022-02-20
-PKG_SOURCE_VERSION:=65b42032063f75d8efc37cdb7215a04818be2fa7
-PKG_MIRROR_HASH:=0458a9fd7e90fc64239712435f24e7d74b2a3aefcfb0c5f64a9fd70bfd0fe7ae
+PKG_SOURCE_DATE:=2022-03-04
+PKG_SOURCE_VERSION:=74cfd71531446440b70639f2290f510a529deaa6
+PKG_MIRROR_HASH:=113ca3c91c11d7be4ca153f3295e2f00275fbb45396feedb46120c6b3009c23a
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_LICENSE:=GPL-2.0
diff --git a/package/network/config/qosify/files/qosify.conf b/package/network/config/qosify/files/qosify.conf
index 69c1d5949a..7a3d0d068a 100644
--- a/package/network/config/qosify/files/qosify.conf
+++ b/package/network/config/qosify/files/qosify.conf
@@ -36,7 +36,7 @@ config interface wan
 	option mode diffserv4
 	option nat 1
 	option host_isolate 1
-	option autorate_ingress 1
+	option autorate_ingress 0
 	option ingress_options ""
 	option egress_options ""
 	option options ""




More information about the lede-commits mailing list