summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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