summaryrefslogtreecommitdiffstats
path: root/rules/ppp.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-05-04 14:28:11 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2009-05-04 14:28:11 +0000
commit35ab23da5838e7b615da05ee05bd4f95dd015de9 (patch)
tree35f15ad127f1f3f5a288524babb048a5bd6446c9 /rules/ppp.in
parenta65932422c3bdf74e720904edb6fc306457a5853 (diff)
downloadptxdist-35ab23da5838e7b615da05ee05bd4f95dd015de9.tar.gz
ptxdist-35ab23da5838e7b615da05ee05bd4f95dd015de9.tar.xz
* pppd: Make the pppd configuration files optional. Some environments
need them to be generated at runtime, so these files do not make sense in these kinds of enviroments. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10345 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ppp.in')
-rw-r--r--rules/ppp.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/rules/ppp.in b/rules/ppp.in
index cc52f7fcc..afe098649 100644
--- a/rules/ppp.in
+++ b/rules/ppp.in
@@ -184,6 +184,13 @@ config PPP_STARTSCRIPT
help
Install this script to be able to run this service at system startup
+config PPP_INST_DEFAULT_CONFIG_FILES
+ bool
+ default y
+ prompt "install /etc/ppp/* configuration files (options,ip-up, etc.)"
+ help
+ Install the default ppp configuration files in /etc/ppp.
+
config PPPD_INTF
string
prompt "interface"