diff --git a/iopsys-brcm63xx-arm/Makefile b/iopsys-brcm63xx-arm/Makefile
index 607760de98ec242bb8a08f65a8de90aa60317cd9..ae34859233582480a39bae3033abf26c4ddde6f0 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 a3d222a14f3c6023f73e7a05a655a4b230dab8e2..ab04e6717312ba19b5b7ebd1acdb2ce8f85de551 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))