From 3e8e332696081970adf863dc43570abf588212cc Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Tue, 24 Sep 2019 15:33:51 +0200 Subject: [PATCH] easy-qos: depend on intel_mips or brcm63xx targets --- easy-qos/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/easy-qos/Makefile b/easy-qos/Makefile index 8d2ab2907..694271b42 100644 --- a/easy-qos/Makefile +++ b/easy-qos/Makefile @@ -19,10 +19,11 @@ define Package/easy-qos SECTION:=net CATEGORY:=Network TITLE:=Easy QoS + DEPENDS:=@(TARGET_intel_mips||TARGET_iopsys_brcm63xx_arm||TARGET_iopsys_brcm63xx_mips) endef define Package/easy-qos/description - This package contains Easy QoS utitie + This package contains Easy QoS utility endef define Build/Prepare