summaryrefslogtreecommitdiff
path: root/package/ppp/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-18 08:44:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-18 08:44:40 +0100
commitecccdfb45e27df5d9ee6deba57fb4fa28131a59d (patch)
treedb472d4cce5e4a6ca90c2b87a1a9de7dc1a3fb78 /package/ppp/Config.in
parent29aeaabe6982746e79cdec6ce8975f1207c1a1dc (diff)
enable pppoa and fix dsl driver
- fix dsl driver crash, sync is now successful - add ppp ppp over atm
Diffstat (limited to 'package/ppp/Config.in')
-rw-r--r--package/ppp/Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/package/ppp/Config.in b/package/ppp/Config.in
index 0969ae40a..68b5c4d66 100644
--- a/package/ppp/Config.in
+++ b/package/ppp/Config.in
@@ -5,12 +5,12 @@ config ADK_PACKAGE_PPP
default n
select ADK_KPACKAGE_KMOD_PPP
-#config ADK_PACKAGE_PPP_MOD_PPPOA
-# prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
-# tristate
-# default n
-# select ADK_KPACKAGE_KMOD_PPPOATM
-# depends on ADK_PACKAGE_PPP
+config ADK_PACKAGE_PPP_MOD_PPPOA
+ prompt "ppp-mod-pppoa................... PPPoA (PPP over ATM) plugin"
+ tristate
+ default n
+ select ADK_KPACKAGE_KMOD_PPPOATM
+ depends on ADK_PACKAGE_PPP
config ADK_PACKAGE_PPP_MOD_PPPOE
prompt "ppp-mod-pppoe................... PPPoE (PPP over Ethernet) plugin"