summaryrefslogtreecommitdiff
path: root/openwrt/package/ppp/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-18 18:05:44 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-18 18:05:44 +0000
commitc4c02b571bf1465a42f692a1ff37b03cc87374f3 (patch)
tree47826101c6d63eb279e9e5303fa8b15e33f9cd28 /openwrt/package/ppp/Config.in
parent421e758a1e8ef9ca67b02e9cbe8506e3af923b47 (diff)
downloadmtk-20170518-c4c02b571bf1465a42f692a1ff37b03cc87374f3.zip
mtk-20170518-c4c02b571bf1465a42f692a1ff37b03cc87374f3.tar.gz
mtk-20170518-c4c02b571bf1465a42f692a1ff37b03cc87374f3.tar.bz2
Convert ppp to new packaging style, rename ppp-*-plugin to ppp-mod-*, enable chat package, split ppp patch into multiple patches
SVN-Revision: 940
Diffstat (limited to 'openwrt/package/ppp/Config.in')
-rw-r--r--openwrt/package/ppp/Config.in24
1 files changed, 11 insertions, 13 deletions
diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in
index 4f1fb3b..5254fb5 100644
--- a/openwrt/package/ppp/Config.in
+++ b/openwrt/package/ppp/Config.in
@@ -1,39 +1,37 @@
config BR2_PACKAGE_PPP
+ prompt "ppp - PPP (Point-to-Point Protocol) daemon"
tristate
- select BR2_PACKAGE_KMOD_PPP
- prompt "PPP daemon"
default y
+ select BR2_PACKAGE_KMOD_PPP
-config BR2_PACKAGE_PPP_PPPOE
+config BR2_PACKAGE_PPP_MOD_PPPOE
+ prompt "mod-pppoe - PPPoE (PPP over Ethernet) plugin"
tristate
- prompt "PPP over Ethernet plugin"
- select BR2_PACKAGE_KMOD_PPPOE
default y
depends on BR2_PACKAGE_PPP
+ select BR2_PACKAGE_KMOD_PPPOE
-config BR2_PACKAGE_PPP_RADIUS
+config BR2_PACKAGE_PPP_MOD_RADIUS
+ prompt "mod-radius - RADIUS (Remote Authentication Dial-In User Service) plugin"
tristate
- prompt "PPP RADIUS plugin"
default m
depends on BR2_PACKAGE_PPP
-config BR2_PACKAGE_PPP_CHAT
+config BR2_PACKAGE_CHAT
+ prompt "chat - an utility to establish conversation with other PPP servers (via a modem)"
tristate
- prompt "chat utility"
default m
depends on BR2_PACKAGE_PPP
config BR2_PACKAGE_PPPDUMP
+ prompt "pppdump - an utility to read PPP record file"
tristate
- prompt "pppdump utility"
default m
depends on BR2_PACKAGE_PPP
config BR2_PACKAGE_PPPSTATS
+ prompt "pppstats - an utility to report PPP statistics"
tristate
- prompt "pppstats utility"
default m
depends on BR2_PACKAGE_PPP
-
-