Hi,

On Sunday 15 April 2012 23:19:31 Ashkanull wrote:
> my wr941nd uses a MARVELL 88e6063 Swtich and I have these lines in
> backfire/build_dir/linux-ar71xx/linux-2.6.32.27/.config in r31251
> seems it should support dot1q and vlaning as well
> 
> CONFIG_NET_DSA=y
> # CONFIG_NET_DSA_TAG_DSA is not set
> # CONFIG_NET_DSA_TAG_EDSA is not set
> CONFIG_NET_DSA_TAG_TRAILER=y
> CONFIG_NET_DSA_TAG_QINQ=y
> CONFIG_NET_DSA_AR7240=y
> # CONFIG_NET_DSA_MV88E6XXX is not set
> CONFIG_NET_DSA_MV88E6060=y
> CONFIG_NET_DSA_MV88E6063=y
> # CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
> # CONFIG_NET_DSA_MV88E6131 is not set
> # CONFIG_NET_DSA_MV88E6123_61_65 is not set
> CONFIG_VLAN_8021Q=y
> # CONFIG_VLAN_8021Q_GVRP is not set
> 
> but according to http://wiki.openwrt.org/toh/tp-link/tl-wr941nd :the
> Switch Ports (for VLANs) is in TODO state.
> 
> is it possible ? can I get it to work even with some hacks ?

This would not be enough, you will also need to register a dsa switch device 
with the proper port mapping to get it working. Such an example can be found 
in trunk here:

target/linux/ar71xx/files/arch/mips/ath79/dev-dsa.c
target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr941nd.c
-- 
Florian
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to