projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd98f0
)
firmwarehotplug requires the non-free version of sdcc (#4066)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 12 Oct 2008 12:18:11 +0000
(12:18 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 12 Oct 2008 12:18:11 +0000
(12:18 +0000)
SVN-Revision: 12957
utils/firmwarehotplug/Makefile
patch
|
blob
|
history
diff --git
a/utils/firmwarehotplug/Makefile
b/utils/firmwarehotplug/Makefile
index 6b41246bbe3851624e1caecacb0eda62a56661d9..ecde073613afedeec2a81a8d53d85da40ea6708c 100644
(file)
--- 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). \
))