diff --git a/utils/firmwarehotplug/Makefile b/utils/firmwarehotplug/Makefile index 6b41246bb..ecde07361 100644 --- a/utils/firmwarehotplug/Makefile +++ b/utils/firmwarehotplug/Makefile @@ -50,6 +50,6 @@ endef $(eval $(call BuildPackage,firmwarehotplug)) -$(eval $(call RequireCommand,sdcc, \ +$(eval $(call RequireCommand,sdcc-nf, \ $(PKG_NAME) requires the SDCC Cross Compiler (sdcc). \ ))