firmwarehotplug requires the non-free version of sdcc (#4066)
[openwrt/svn-archive/archive.git] / utils / firmwarehotplug / Makefile
index 6b41246bbe3851624e1caecacb0eda62a56661d9..ecde073613afedeec2a81a8d53d85da40ea6708c 100644 (file)
@@ -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). \
 ))