summaryrefslogtreecommitdiffstats
path: root/package/switch/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* bcm63xx: switch to b53 and swconfigJonas Gorski2013-01-231-1/+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> SVN-Revision: 35307
* switch: ROBO Switch Gigabit MII SupportHauke Mehrtens2013-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | I wrote this patch some time ago because I had a need for one of the Gigabit ports (Linksys E3000) to be forced to 100FD. This is based on the robocfg sources included w/ the RT-N16 sources from ASUS. Since work is progressing on a BGMAC driver that could be included in OpenWRT, this may be useful to someone else. In testing, forcing the speed to 10/100 or 1000 worked fine; however, when trying to force full-duplex mode, the result was always half-duplex. I was not able to isolate the source of the problem (this patch, driver or H/W limitation). The only way I could get it to work was to set the port to Auto, but then only advertise 100FD (not included in this patch). I have a modified version of the robocfg package as well, I'd have to clean it up a little first (remove the full-duplex hack) before submitting it if there is interest. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 34992
* switch: the hardware must be up while configuring Since the removal of the ↵Jo-Philipp Wich2012-03-131-2/+2
| | | | | | interface coldplug hack the timing changed in such a way that eth0 is not up during switch setup, leading to an inaccesible device. Bring up the switch interface before configuring it to mitigate the problem. SVN-Revision: 30937
* switch: update for brcm47xx targetHauke Mehrtens2011-08-041-4/+0
| | | | | | | * remove suport for 2.4 kernel * add support for bcma bus SVN-Revision: 27904
* switch: fix switch-robo device reference countingFlorian Fainelli2011-02-201-2/+2
| | | | | | | | Fix incorrect device reference counting by switch-robo. Signed-off-by: George Kashperko <george@znau.edu.ua> SVN-Revision: 25619
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-3/+3
| | | | SVN-Revision: 22145
* remove linux 2.4 support from several packagesFelix Fietkau2010-06-261-7/+2
| | | | SVN-Revision: 21954
* switch: explicitely clear port mappings in unsused vlans (#7082)Jo-Philipp Wich2010-04-051-1/+1
| | | | SVN-Revision: 20717
* fix strange LED behavior with Netgear WGT634U (#3552)Florian Fainelli2009-04-201-1/+1
| | | | SVN-Revision: 15290
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* allow kmod-switch to be used on brcm63xx (#4599)Florian Fainelli2009-03-091-1/+1
| | | | SVN-Revision: 14825
* export switch-core.h to $(STAGING_DIR)Felix Fietkau2008-01-061-1/+10
| | | | SVN-Revision: 10138
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-081-1/+1
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* fix board name for nvram and switch packages on brcm-2.4 after [8653]Nicolas Thill2007-09-071-5/+5
| | | | SVN-Revision: 8664
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-2/+4
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-1/+1
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* package Makefile cleanup: remove uneeded varsNicolas Thill2007-09-031-2/+0
| | | | SVN-Revision: 8587
* use a default VERSION field for kmod packagesNicolas Thill2007-09-021-1/+0
| | | | SVN-Revision: 8575
* fix kmod-switch compile on brcm-2.4 (#1461)Felix Fietkau2007-03-141-1/+1
| | | | SVN-Revision: 6565
* add diag and switch support for brcm47xx-2.6Felix Fietkau2007-03-141-3/+12
| | | | SVN-Revision: 6562
* cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod ↵Felix Fietkau2007-01-201-10/+9
| | | | | | packages to KernelPackage interface SVN-Revision: 6136
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-4/+4
| | | | SVN-Revision: 5624
* implement target profiles in menuconfigFelix Fietkau2006-11-121-1/+0
| | | | SVN-Revision: 5512
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+54