firmwarehotplug requires the non-free version of sdcc (#4066)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12957 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-10-12 12:18:11 +00:00
parent 40e22ca50f
commit 86252dcfe0

View 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). \
))