From 86252dcfe06284c80a9a1368b97ee13efb5ec79d Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 12 Oct 2008 12:18:11 +0000 Subject: [PATCH] firmwarehotplug requires the non-free version of sdcc (#4066) git-svn-id: svn://svn.openwrt.org/openwrt/packages@12957 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/firmwarehotplug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). \ )) -- 2.11.0