projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1628c5
)
file: select zlib
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 2 Sep 2008 13:54:58 +0000
(13:54 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 2 Sep 2008 13:54:58 +0000
(13:54 -0000)
file depends on zlib, so make it visible in kconfig.
package/file/Config.in
patch
|
blob
|
history
diff --git
a/package/file/Config.in
b/package/file/Config.in
index 2c0bc39fbf6550cb82460047060cc5ae2451e244..dede331e492f92e86de1f964978cc0aef2a58e23 100644
(file)
--- a/
package/file/Config.in
+++ b/
package/file/Config.in
@@
-1,5
+1,6
@@
config BR2_PACKAGE_FILE
bool "file"
+ select BR2_PACKAGE_ZLIB
help
Program to identify a file's format by scanning binary data
for known patterns.