projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d4942c
)
iputils: fix openssl select
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Fri, 14 Nov 2014 23:25:21 +0000
(20:25 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sat, 15 Nov 2014 11:57:30 +0000
(12:57 +0100)
It's BR2_PACKAGE_OPENSSL, not BR2_OPENSSL... oops!
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/iputils/Config.in
patch
|
blob
|
history
diff --git
a/package/iputils/Config.in
b/package/iputils/Config.in
index 456fddf769216f6ba353737fefe98fa30d5a2a9e..e9221ad7047f0338ed7e59906c1ed280ea589bc3 100644
(file)
--- a/
package/iputils/Config.in
+++ b/
package/iputils/Config.in
@@
-1,6
+1,6
@@
config BR2_PACKAGE_IPUTILS
bool "iputils"
- select BR2_OPENSSL if BR2_INET_IPV6
+ select BR2_
PACKAGE_
OPENSSL if BR2_INET_IPV6
depends on BR2_USE_MMU # fork()
# requires dn_comp (only available in since uclibc 0.9.33)
depends on !BR2_avr32