summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/termcap.in6
-rw-r--r--rules/termcap.make4
-rw-r--r--rules/thttpd.in9
-rw-r--r--rules/thttpd.make6
4 files changed, 19 insertions, 6 deletions
diff --git a/rules/termcap.in b/rules/termcap.in
index d50f08f2a..dfffb1575 100644
--- a/rules/termcap.in
+++ b/rules/termcap.in
@@ -2,9 +2,13 @@ menuconfig TERMCAP
bool "termcap "
default y
depends on GDB_TERMCAP
-
+ help
+ FIXME: This item needs to be documented
+
config TERMCAP_TERMCAP
bool "install termcap data file"
default n
depends on TERMCAP
+ help
+ FIXME: This item needs to be documented
diff --git a/rules/termcap.make b/rules/termcap.make
index 492f0dbb7..06072a682 100644
--- a/rules/termcap.make
+++ b/rules/termcap.make
@@ -32,7 +32,7 @@ TERMCAP_DIR = $(BUILDDIR)/$(TERMCAP)
termcap_get: $(STATEDIR)/termcap.get
-$(STATEDIR)/termcap.get: $(TERMCAP_SOURCE)
+$(STATEDIR)/termcap.get: $(termcap_get_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -46,7 +46,7 @@ $(TERMCAP_SOURCE):
termcap_extract: $(STATEDIR)/termcap.extract
-$(STATEDIR)/termcap.extract: $(termcap_extract_deps)
+$(STATEDIR)/termcap.extract: $(termcap_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(TERMCAP_DIR))
@$(call extract, $(TERMCAP_SOURCE))
diff --git a/rules/thttpd.in b/rules/thttpd.in
index 0b29503b1..c13a4631a 100644
--- a/rules/thttpd.in
+++ b/rules/thttpd.in
@@ -1,4 +1,13 @@
menuconfig THTTPD
bool
prompt "thttpd "
+ help
+ thttpd is a small, fast secure webserver.
+
+ It features CGI support, URL-traffic-based throttling
+ and basic authentication. thttpd has a very small memory
+ footprint as it only forks itself in order to execute
+ CGI scripts. It is designed to be as fast as fully
+ featured web-servers and it performs extremely well
+ under high load.
diff --git a/rules/thttpd.make b/rules/thttpd.make
index 636b1b550..b7f135b57 100644
--- a/rules/thttpd.make
+++ b/rules/thttpd.make
@@ -32,7 +32,7 @@ THTTPD_DIR = $(BUILDDIR)/$(THTTPD)
thttpd_get: $(STATEDIR)/thttpd.get
-$(STATEDIR)/thttpd.get: $(THTTPD_SOURCE)
+$(STATEDIR)/thttpd.get: $(thttpd_get_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -46,7 +46,7 @@ $(THTTPD_SOURCE):
thttpd_extract: $(STATEDIR)/thttpd.extract
-$(STATEDIR)/thttpd.extract: $(thttpd_extract_deps)
+$(STATEDIR)/thttpd.extract: $(thttpd_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(THTTPD_DIR))
@$(call extract, $(THTTPD_SOURCE))
@@ -92,7 +92,7 @@ $(STATEDIR)/thttpd.compile: $(thttpd_compile_deps_default)
thttpd_install: $(STATEDIR)/thttpd.install
-$(STATEDIR)/thttpd.install: $(STATEDIR)/thttpd.compile
+$(STATEDIR)/thttpd.install: $(thttpd_install_deps_default)
@$(call targetinfo, $@)
@$(call touch, $@)