From 14ca35a64b2dd475ab6cb0bf282ba8bd03fba927 Mon Sep 17 00:00:00 2001 From: Markus Gothe <markus.gothe@genexis.eu> Date: Sun, 23 Feb 2025 03:21:59 +0100 Subject: [PATCH] Revert "qosmngr: fix ebtables-extensions dependencies" This reverts commit c55ab35b14275b8940bb4cf5b1e3dc4eaca4bfc1. --- qosmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qosmngr/Makefile b/qosmngr/Makefile index 90736261e..e56fff527 100644 --- a/qosmngr/Makefile +++ b/qosmngr/Makefile @@ -29,7 +29,7 @@ define Package/qosmngr CATEGORY:=Utilities TITLE:=QoS Manager DEPENDS:=+libuci +libubox +libubus +libblobmsg-json +libjson-c +libqos +!(TARGET_brcmbca||TARGET_airoha):tc-full - DEPENDS+=+!TARGET_brcmbca:kmod-ebt-vlantranslation +!TARGET_brcmbca:kmod-ebt-dscp2pbit +!TARGET_brcmbca:ebtables-legacy + DEPENDS+=+kmod-ebt-vlantranslation +kmod-ebt-dscp2pbit +!(TARGET_brcmbca):ebtables-legacy DEPENDS+=+libbbfdm-api +libbbfdm-ubus +dm-service +bridgemngr endef -- GitLab