summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:22:24 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-17 10:22:24 +0000
commite531123b7aa2c4f1faf7834de832886655df1f26 (patch)
tree211b1d6801e0f4ef8b473d10cc71d5ad925d4c71 /rules
parent31699c28a7dd1cc9a11132a9eadae1a9dcdc531c (diff)
downloadptxdist-e531123b7aa2c4f1faf7834de832886655df1f26.tar.gz
ptxdist-e531123b7aa2c4f1faf7834de832886655df1f26.tar.xz
documentation update and dependency fixes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4201 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules')
-rw-r--r--rules/ppp.in12
-rw-r--r--rules/ppp.make8
-rw-r--r--rules/pppd.in1
3 files changed, 15 insertions, 6 deletions
diff --git a/rules/ppp.in b/rules/ppp.in
index 6dfb76622..776239b14 100644
--- a/rules/ppp.in
+++ b/rules/ppp.in
@@ -3,30 +3,42 @@ menu "ppp "
config PPP
bool
prompt "ppp"
+ help
+ FIXME: This item needs to be documented
config PPP_MS_CHAP
bool
prompt "support Micro$oft's MS-CHAP authentication protocol"
depends on PPP
+ help
+ FIXME: This item needs to be documented
config PPP_SHADOW
bool
prompt "ppp server: support for shadow passwords"
depends on PPP
+ help
+ FIXME: This item needs to be documented
config PPP_PLUGINS
bool
prompt "support plugins"
depends on PPP
+ help
+ FIXME: This item needs to be documented
config PPP_IPX
bool
prompt "support IPX protocol"
depends on PPP
+ help
+ FIXME: This item needs to be documented
config PPP_MULTILINK
bool
prompt "support multilink"
depends on PPP
+ help
+ FIXME: This item needs to be documented
endmenu
diff --git a/rules/ppp.make b/rules/ppp.make
index db7910e03..c7833a2a3 100644
--- a/rules/ppp.make
+++ b/rules/ppp.make
@@ -31,7 +31,7 @@ PPP_DIR = $(BUILDDIR)/$(PPP)
ppp_get: $(STATEDIR)/ppp.get
-$(STATEDIR)/ppp.get: $(PPP_SOURCE)
+$(STATEDIR)/ppp.get: $(ppp_get_deps_default)
@$(call targetinfo, $@)
@$(call get_patches, $(PPP))
@$(call touch, $@)
@@ -46,7 +46,7 @@ $(PPP_SOURCE):
ppp_extract: $(STATEDIR)/ppp.extract
-$(STATEDIR)/ppp.extract: $(STATEDIR)/ppp.get
+$(STATEDIR)/ppp.extract: $(ppp_extract_deps_default)
@$(call targetinfo, $@)
@$(call clean, $(PPP_DIR))
@$(call extract, $(PPP_SOURCE))
@@ -62,9 +62,7 @@ ppp_prepare: $(STATEDIR)/ppp.prepare
PPP_PATH = PATH=$(CROSS_PATH)
PPP_MAKEVARS = CROSS=$(CROSS_ENV)
-$(STATEDIR)/ppp.prepare: \
- $(STATEDIR)/virtual-xchain.install \
- $(STATEDIR)/ppp.extract
+$(STATEDIR)/ppp.prepare: $(ppp_prepare_deps_default)
@$(call targetinfo, $@)
cd $(PPP_DIR) && \
./configure
diff --git a/rules/pppd.in b/rules/pppd.in
deleted file mode 100644
index 9a084a0e3..000000000
--- a/rules/pppd.in
+++ /dev/null
@@ -1 +0,0 @@
-# FIXME: There should be a *.in for this package