qosmngr: add intall section for ipq95xx target

This commit is contained in:
Sukru Senli 2023-01-02 16:21:51 +01:00
parent f071d28911
commit 4dbf7ac1da

View file

@ -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))