diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-18 08:44:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-18 08:44:40 +0100 |
commit | ecccdfb45e27df5d9ee6deba57fb4fa28131a59d (patch) | |
tree | db472d4cce5e4a6ca90c2b87a1a9de7dc1a3fb78 /target/linux/config/Config.in.network | |
parent | 29aeaabe6982746e79cdec6ce8975f1207c1a1dc (diff) |
enable pppoa and fix dsl driver
- fix dsl driver crash, sync is now successful
- add ppp ppp over atm
Diffstat (limited to 'target/linux/config/Config.in.network')
-rw-r--r-- | target/linux/config/Config.in.network | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 05995b8b2..cf3b2a278 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -193,14 +193,14 @@ config ADK_KPACKAGE_KMOD_PPP_MPPE See http://pptpclient.sourceforge.net/ for information on configuring PPTP clients and servers to utilize this method. -#config ADK_KPACKAGE_KMOD_PPPOATM -# prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support" -# tristate -# default n -# depends on ADK_KPACKAGE_KMOD_PPP -# select ADK_KPACKAGE_KMOD_ATM -# help -# Support for PPP over ATM +config ADK_KPACKAGE_KMOD_PPPOATM + prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support" + tristate + default n + depends on ADK_KPACKAGE_KMOD_PPP + select ADK_KPACKAGE_KMOD_ATM + help + Support for PPP over ATM config ADK_KPACKAGE_KMOD_PPPOE prompt "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support" |