projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
firmwarehotplug requires the non-free version of sdcc (#4066)
[openwrt/svn-archive/archive.git]
/
utils
/
firmwarehotplug
/
Makefile
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). \
))