firmwarehotplug requires the non-free version of sdcc (#4066)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 12 Oct 2008 12:18:11 +0000 (12:18 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 12 Oct 2008 12:18:11 +0000 (12:18 +0000)
SVN-Revision: 12957

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). \
 ))