diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 20:20:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 20:20:33 +0100 |
commit | 48ed66e5cb97df911aaf2d45200b5f1113e8261d (patch) | |
tree | 0b04a353c1dd7f9ca90bbbdd22b0a97ca29c5b5e /target/linux/config/Config.in.network | |
parent | 7a545ad720f1f8823d6e3dd0e51e1fa9dff237b1 (diff) |
make dsl work via ifup, add vlan support
add kernel vlan support.
Diffstat (limited to 'target/linux/config/Config.in.network')
-rw-r--r-- | target/linux/config/Config.in.network | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index bbee048e7..0f38986d5 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -66,7 +66,7 @@ config ADK_KPACKAGE_KMOD_ATM_BR2684 help config ADK_KPACKAGE_KMOD_BRIDGE - prompt "kmod-net-bridge................... 802.1d Ethernet Bridging" + prompt "kmod-bridge....................... 802.1d Ethernet Bridging" tristate select ADK_KERNEL_LLC default n @@ -91,6 +91,19 @@ config ADK_KPACKAGE_KMOD_BRIDGE Enabling arptables support when bridging will let arptables see bridged ARP traffic in the arptables FORWARD chain. +config ADK_KPACKAGE_KMOD_VLAN_8021Q + prompt "kmod-vlan......................... 802.1q VLAN support" + tristate + default n + help + Select this and you will be able to create 802.1Q VLAN interfaces + on your ethernet interfaces. 802.1Q VLAN supports almost + everything a regular ethernet interface does, including + firewalling, bridging, and of course IP traffic. You will need + the 'vconfig' tool from the VLAN project in order to effectively + use VLANs. See the VLAN web page for more information: + <http://www.candelatech.com/~greear/vlan.html> + config ADK_KPACKAGE_KMOD_INET_TUNNEL tristate default n |