From: Florian Fainelli Date: Sun, 12 Oct 2008 12:18:11 +0000 (+0000) Subject: firmwarehotplug requires the non-free version of sdcc (#4066) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a6bda3e3d57805443e41fcaf053a0e9fc923d2d9;p=openwrt%2Fsvn-archive%2Farchive.git firmwarehotplug requires the non-free version of sdcc (#4066) SVN-Revision: 12957 --- diff --git a/utils/firmwarehotplug/Makefile b/utils/firmwarehotplug/Makefile index 6b41246bbe..ecde073613 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). \ ))