projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa53e6
)
[packages] flashrom was missing explicit dependencies
author
John Crispin
<john@openwrt.org>
Mon, 6 Aug 2012 18:51:46 +0000
(18:51 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 6 Aug 2012 18:51:46 +0000
(18:51 +0000)
SVN-Revision: 33027
utils/flashrom/Makefile
patch
|
blob
|
history
diff --git
a/utils/flashrom/Makefile
b/utils/flashrom/Makefile
index 5a4b5286eb3c9a2ed6912d58fe9e302586e4eaa4..354b9919abe75082cfedd6b9ee30d0575601f54d 100644
(file)
--- a/
utils/flashrom/Makefile
+++ b/
utils/flashrom/Makefile
@@
-25,7
+25,7
@@
define Package/flashrom
TITLE:=FlashROM Utility
URL:=http://www.flashrom.org/
# XXX: needs <sys/io.h>, only available on these arch right now
- DEPENDS:=+zlib +pciutils +dmidecode @(arm||armeb||i386||i686||x86_64)
+ DEPENDS:=+zlib +pciutils +dmidecode
+libftdi +libusb
@(arm||armeb||i386||i686||x86_64)
endef
define Package/flashrom/description