From: florian Date: Sun, 12 Oct 2008 12:18:11 +0000 (+0000) Subject: firmwarehotplug requires the non-free version of sdcc (#4066) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=86252dcfe06284c80a9a1368b97ee13efb5ec79d;p=packages.git firmwarehotplug requires the non-free version of sdcc (#4066) git-svn-id: svn://svn.openwrt.org/openwrt/packages@12957 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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). \ ))