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=c78f44910a7fd1241493ec7bb2e257d4b5947ea7;p=openwrt%2Fsvn-archive%2Fpackages.git firmwarehotplug requires the non-free version of sdcc (#4066) SVN-Revision: 12957 --- 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). \ ))