qosmngr: rename econet target

This commit is contained in:
Lukasz Kotasa 2022-11-14 13:43:31 +01:00
parent 360e48a3cf
commit ffb839b1d0

View file

@ -54,7 +54,7 @@ define Package/qosmngr/install
endef
endif
ifeq ($(CONFIG_TARGET_iopsys_econet),y)
ifeq ($(CONFIG_TARGET_airoha),y)
define Package/qosmngr/install
$(CP) ./files/airoha/* $(1)/
$(call Package/qosmngr/install/common,$(1))