From d2111b2badd7f406291071d83ea33e3901ed9aa4 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 15 Nov 2022 11:30:10 +0100 Subject: [PATCH] qosmngr: econet -> airoha --- qosmngr/files/airoha/lib/qos/{econet.sh => airoha.sh} | 0 qosmngr/files/airoha/lib/qos/qos.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename qosmngr/files/airoha/lib/qos/{econet.sh => airoha.sh} (100%) diff --git a/qosmngr/files/airoha/lib/qos/econet.sh b/qosmngr/files/airoha/lib/qos/airoha.sh similarity index 100% rename from qosmngr/files/airoha/lib/qos/econet.sh rename to qosmngr/files/airoha/lib/qos/airoha.sh diff --git a/qosmngr/files/airoha/lib/qos/qos.sh b/qosmngr/files/airoha/lib/qos/qos.sh index d8222ffc3..60ed60088 100755 --- a/qosmngr/files/airoha/lib/qos/qos.sh +++ b/qosmngr/files/airoha/lib/qos/qos.sh @@ -11,7 +11,7 @@ . /lib/qos/common/policer.sh . /lib/qos/common/queue.sh . /lib/qos/common/shaper.sh -. /lib/qos/econet.sh +. /lib/qos/airoha.sh configure_qos() { # queue configuration is being done after shaper configuration,