firmwarehotplug requires the non-free version of sdcc (#4066)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Oct 2008 12:18:11 +0000 (12:18 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Oct 2008 12:18:11 +0000 (12:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12957 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/firmwarehotplug/Makefile

index 6b41246..ecde073 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). \
 ))