mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
qosmngr: add intall section for ipq95xx target
This commit is contained in:
parent
f071d28911
commit
4dbf7ac1da
1 changed files with 8 additions and 0 deletions
|
|
@ -68,4 +68,12 @@ define Package/qosmngr/install
|
||||||
$(call Package/qosmngr/install/common,$(1))
|
$(call Package/qosmngr/install/common,$(1))
|
||||||
endef
|
endef
|
||||||
endif
|
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))
|
$(eval $(call BuildPackage,qosmngr))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue