projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d680d1a
)
fix defaults/depends for httping menuconfig
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Feb 2006 23:29:46 +0000
(23:29 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 18 Feb 2006 23:29:46 +0000
(23:29 +0000)
SVN-Revision: 3252
openwrt/package/httping/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/httping/Config.in
b/openwrt/package/httping/Config.in
index 4ba8455db37f1a294d3f64001ae3a239f30819e5..8c84ec7c9fb84da77f8a40f8e1f4911233e6bfbe 100644
(file)
--- a/
openwrt/package/httping/Config.in
+++ b/
openwrt/package/httping/Config.in
@@
-16,6
+16,6
@@
config BR2_PACKAGE_HTTPING_WITH_SSL
prompt "Enable SSL support"
bool
default y
-
select
BR2_PACKAGE_HTTPING
+
depends
BR2_PACKAGE_HTTPING
endmenu