summaryrefslogtreecommitdiffstats
path: root/package/ppp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/ppp/Config.in')
-rw-r--r--package/ppp/Config.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/package/ppp/Config.in b/package/ppp/Config.in
new file mode 100644
index 000000000..1d4aecbfa
--- /dev/null
+++ b/package/ppp/Config.in
@@ -0,0 +1,37 @@
+config BR2_PACKAGE_PPP
+ tristate
+ prompt "PPP daemon"
+ default y
+
+config BR2_PACKAGE_PPP_PPPOE
+ tristate
+ prompt "PPP over Ethernet plugin"
+ default y
+ depends on BR2_PACKAGE_PPP
+
+config BR2_PACKAGE_PPP_RADIUS
+ tristate
+ prompt "PPP RADIUS plugin"
+ default m
+ depends on BR2_PACKAGE_PPP
+
+config BR2_PACKAGE_PPP_CHAT
+ tristate
+ prompt "chat utility"
+ default m
+ depends on BR2_PACKAGE_PPP
+
+config BR2_PACKAGE_PPPDUMP
+ tristate
+ prompt "pppdump utility"
+ default m
+ depends on BR2_PACKAGE_PPP
+
+config BR2_PACKAGE_PPPSTATS
+ tristate
+ prompt "pppstats utility"
+ default m
+ depends on BR2_PACKAGE_PPP
+
+
+