summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib/preinit/15_set_preinit_interface_brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* bcm63xx: switch to b53 and swconfigjogo2013-01-231-18/+1
| | | | | | | | | | | | | | | | | Switch to using the B53 switch driver where appropriate. Use a non-tagged default config where it isn't confirmed to be working. Remove the switch configuration in preinit as the switch will now be configured by the driver to use port isolation to prevent leakage between lan and wan. While at it, also provide a switch config for Neufbox 6. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Don't hardcode the switch ethernet interface in preinit.cshore2010-11-281-7/+7
| | | | | | | | | | Currently eth1 is hardcoded as the expected interface switches in diagmode. This patch replaces the eth1 with the ifname, and also directly tests if the interface specified by ifname has a switch attached. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm63xx: Fixed vlan packet leakage in preinit for known devices with a ↵cshore2010-05-301-0/+44
switch on eth1 (currently only 96348GW - Tecom 6x00) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21629 3c298f89-4303-0410-b956-a3cf2f4a3e73