diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-18 19:26:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-18 19:26:51 +0100 |
commit | 163e7965f05a281d653a9eaa72161172e35fd5fc (patch) | |
tree | 68433443b71118a83da66716b67400fcb2f6bb0a /target/linux/config | |
parent | 07b805f8a729e5fe064fc874cf1821a24378bb93 (diff) |
make pppoe over atm usable on ag241
- bridging nas0 and eth0 although works fine
need to add pre-up scripts to automate..
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.network | 6 |
1 files changed, 6 insertions, 0 deletions
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 <file:Documentation/networking/atm.txt> 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 |