From 4dbf7ac1da842026fdcf3b1373e5a579e96c51d5 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Mon, 2 Jan 2023 16:21:51 +0100 Subject: [PATCH] qosmngr: add intall section for ipq95xx target --- qosmngr/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qosmngr/Makefile b/qosmngr/Makefile index bd57494b8..6c6f3cf95 100644 --- a/qosmngr/Makefile +++ b/qosmngr/Makefile @@ -68,4 +68,12 @@ define Package/qosmngr/install $(call Package/qosmngr/install/common,$(1)) endef endif + +ifeq ($(CONFIG_TARGET_ipq95xx),y) +define Package/qosmngr/install + $(CP) ./files/linux/* $(1)/ + echo "Honoring the flag ipq95xx" + $(call Package/qosmngr/install/common,$(1)) +endef +endif $(eval $(call BuildPackage,qosmngr))