summaryrefslogtreecommitdiffstats
path: root/rules/totd.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-02-03 00:56:57 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-02-03 00:56:57 +0100
commit339396853ebac4db182eaf586abeb5d3ba8018fe (patch)
tree1f96fcfa2de38c428756d487b85c27dd50862b51 /rules/totd.in
parent1426e0e21f374772bc50cc246935607b69f80288 (diff)
downloadptxdist-339396853ebac4db182eaf586abeb5d3ba8018fe.tar.gz
ptxdist-339396853ebac4db182eaf586abeb5d3ba8018fe.tar.xz
[totd] unbreak totd
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/totd.in')
-rw-r--r--rules/totd.in38
1 files changed, 35 insertions, 3 deletions
diff --git a/rules/totd.in b/rules/totd.in
index e44e1b047..f56af05e0 100644
--- a/rules/totd.in
+++ b/rules/totd.in
@@ -1,9 +1,8 @@
## SECTION=networking_ipv6_transition
-config TOTD
+menuconfig TOTD
tristate
- depends on BROKEN
- prompt "totd"
+ prompt "totd "
help
This is the Trick Or Treat Daemon (TOTD)
@@ -22,3 +21,36 @@ config TOTD
References:
http://www.vermicelli.pasta.cs.uit.no/
+
+if TOTD
+
+config TOTD_IPV4
+ bool
+ prompt "ipv4 support"
+
+config TOTD_IPV6
+ bool
+ prompt "ipv6 support"
+
+config TOTD_STF
+ bool
+ prompt "stf support"
+ help
+ Enables support for 6to4 (stf) reverse lookup.
+
+config TOTD_SCOPED_REWRITE
+ bool
+ prompt "scoped rewrite"
+ help
+ Enables support for scoped address rewriting.
+
+config TOTD_HTTPD_SERVER
+ bool
+ # needs libswill
+ depends on BROKEN
+ prompt "integrated management webserver"
+ help
+ Enables support for configuration and management using a
+ builtin (SWILL) web-server
+
+endif