From bb17a19fcc7f7d10369eed7f6c8662f6e4df9d4b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 17 Dec 2009 17:36:04 +0100 Subject: enable cfgfs and atm - make cfgfs work for ag241 - split mtd to separate package to control dependencies - update linux-atm package to latest upstream - enable atm kernel module building --- target/linux/config/Config.in.network | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'target/linux/config/Config.in.network') diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 349f4a9fd..05995b8b2 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -40,23 +40,23 @@ config ADK_KERNEL_LLC tristate default n -#config ADK_KPACKAGE_KMOD_ATM -# prompt "kmod-atm.......................... Asynchronous Transfer Mode (ATM)" -# tristate -# default n -# help -# ATM is a high-speed networking technology for Local Area Networks -# and Wide Area Networks. It uses a fixed packet size and is -# connection oriented, allowing for the negotiation of minimum -# bandwidth requirements. -# -# In order to participate in an ATM network, your Linux box needs an -# ATM networking card. If you have that, say Y here and to the driver -# of your ATM card below. -# -# Note that you need a set of user-space programs to actually make use -# of ATM. See the file for -# further details. +config ADK_KPACKAGE_KMOD_ATM + prompt "kmod-atm.......................... Asynchronous Transfer Mode (ATM)" + tristate + default n + help + ATM is a high-speed networking technology for Local Area Networks + and Wide Area Networks. It uses a fixed packet size and is + connection oriented, allowing for the negotiation of minimum + bandwidth requirements. + + In order to participate in an ATM network, your Linux box needs an + ATM networking card. If you have that, say Y here and to the driver + of your ATM card below. + + Note that you need a set of user-space programs to actually make use + of ATM. See the file for + further details. config ADK_KPACKAGE_KMOD_BRIDGE prompt "kmod-net-bridge................... 802.1d Ethernet Bridging" -- cgit v1.2.3 From ecccdfb45e27df5d9ee6deba57fb4fa28131a59d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 18 Dec 2009 08:44:40 +0100 Subject: enable pppoa and fix dsl driver - fix dsl driver crash, sync is now successful - add ppp ppp over atm --- target/linux/config/Config.in.network | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'target/linux/config/Config.in.network') 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" -- cgit v1.2.3 From 163e7965f05a281d653a9eaa72161172e35fd5fc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 18 Dec 2009 19:26:51 +0100 Subject: make pppoe over atm usable on ag241 - bridging nas0 and eth0 although works fine need to add pre-up scripts to automate.. --- target/linux/config/Config.in.network | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/config/Config.in.network') diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index cf3b2a278..68d8f2d8a 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -58,6 +58,12 @@ config ADK_KPACKAGE_KMOD_ATM of ATM. See the file for further details. +config ADK_KPACKAGE_KMOD_ATM_BR2684 + prompt "kmod-atm-br2684................... BR2684 ATM module" + tristate + default n + help + config ADK_KPACKAGE_KMOD_BRIDGE prompt "kmod-net-bridge................... 802.1d Ethernet Bridging" tristate -- cgit v1.2.3