From c55ab35b14275b8940bb4cf5b1e3dc4eaca4bfc1 Mon Sep 17 00:00:00 2001 From: Erik Karlsson <erik.karlsson@iopsys.eu> Date: Fri, 24 Jan 2025 13:08:36 +0100 Subject: [PATCH] qosmngr: fix ebtables-extensions dependencies They should not be included on Broadcom. It leads to build failures. --- qosmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qosmngr/Makefile b/qosmngr/Makefile index 39eaf0e48..ac3981a2c 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+=+kmod-ebt-vlantranslation +kmod-ebt-dscp2pbit +!(TARGET_brcmbca):ebtables-legacy + DEPENDS+=+!TARGET_brcmbca:kmod-ebt-vlantranslation +!TARGET_brcmbca:kmod-ebt-dscp2pbit +!TARGET_brcmbca:ebtables-legacy DEPENDS+=+libbbfdm-api +libbbfdm-ubus +dm-service +bridgemngr endef -- GitLab