From cdfd31e443340f8aa2bf7f826a3cc31a20300cbe Mon Sep 17 00:00:00 2001
From: Sukru Senli <sukru.senli@inteno.se>
Date: Wed, 20 Dec 2017 11:36:40 +0100
Subject: [PATCH] iopsys-brcm63xx: do not select bcmhotproxy

---
 iopsys-brcm63xx-arm/Makefile  | 2 +-
 iopsys-brcm63xx-mips/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/iopsys-brcm63xx-arm/Makefile b/iopsys-brcm63xx-arm/Makefile
index 607760de9..ae3485923 100644
--- a/iopsys-brcm63xx-arm/Makefile
+++ b/iopsys-brcm63xx-arm/Makefile
@@ -27,7 +27,7 @@ define Target/Config
 	source "$(CURDIR)/Config.in"
 endef
 
-DEFAULT_PACKAGES += bcmkernel bcmhotproxy mcpd
+DEFAULT_PACKAGES += bcmkernel mcpd
 
 # Needed for override to work
 KERNEL_BUILD_DIR ?= $(BUILD_DIR)/linux-$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET))
diff --git a/iopsys-brcm63xx-mips/Makefile b/iopsys-brcm63xx-mips/Makefile
index a3d222a14..ab04e6717 100644
--- a/iopsys-brcm63xx-mips/Makefile
+++ b/iopsys-brcm63xx-mips/Makefile
@@ -27,7 +27,7 @@ define Target/Config
 	source "$(CURDIR)/Config.in"
 endef
 
-DEFAULT_PACKAGES += bcmkernel bcmhotproxy mcpd
+DEFAULT_PACKAGES += bcmkernel mcpd
 
 # Needed for override to work
 KERNEL_BUILD_DIR ?= $(BUILD_DIR)/linux-$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET))
-- 
GitLab