Hauke Mehrtens
d8f1fa1e38
switch: ROBO Switch Gigabit MII Support
...
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
2013-01-03 01:58:01 +00:00
Jo-Philipp Wich
654f9c879f
switch: the hardware must be up while configuring Since the removal of the 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
2012-03-13 21:15:41 +00:00
Hauke Mehrtens
b220442c75
switch: update for brcm47xx target
...
* remove suport for 2.4 kernel
* add support for bcma bus
SVN-Revision: 27904
2011-08-04 20:07:58 +00:00
Florian Fainelli
640927dde3
switch: fix switch-robo device reference counting
...
Fix incorrect device reference counting by switch-robo.
Signed-off-by: George Kashperko <george@znau.edu.ua>
SVN-Revision: 25619
2011-02-20 17:24:15 +00:00
Claudio Mignanti
2d86ea7bf3
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
SVN-Revision: 22145
2010-07-12 14:06:13 +00:00
Felix Fietkau
543d870e82
remove linux 2.4 support from several packages
...
SVN-Revision: 21954
2010-06-26 20:43:41 +00:00
Jo-Philipp Wich
501e154d03
switch: explicitely clear port mappings in unsused vlans ( #7082 )
...
SVN-Revision: 20717
2010-04-05 13:51:26 +00:00
Florian Fainelli
6f80c9cc7c
fix strange LED behavior with Netgear WGT634U ( #3552 )
...
SVN-Revision: 15290
2009-04-20 10:27:46 +00:00
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
2009-04-17 14:09:46 +00:00
Florian Fainelli
04909ca614
allow kmod-switch to be used on brcm63xx ( #4599 )
...
SVN-Revision: 14825
2009-03-09 21:57:11 +00:00
Felix Fietkau
d9e54d1e0b
export switch-core.h to $(STAGING_DIR)
...
SVN-Revision: 10138
2008-01-06 19:28:26 +00:00
Felix Fietkau
a9d683ca91
major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets
...
SVN-Revision: 8694
2007-09-08 19:55:42 +00:00
Nicolas Thill
e3dc76af1b
fix board name for nvram and switch packages on brcm-2.4 after [8653]
...
SVN-Revision: 8664
2007-09-07 12:54:24 +00:00
Nicolas Thill
34bb4638e7
move package description to a separate definition, remove it when DESCRIPTION=TITLE
...
SVN-Revision: 8659
2007-09-07 08:34:51 +00:00
Felix Fietkau
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (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
2007-09-06 16:27:37 +00:00
Nicolas Thill
be0de75a3e
package Makefile cleanup: remove uneeded vars
...
SVN-Revision: 8587
2007-09-03 08:20:36 +00:00
Nicolas Thill
02cd6d278f
use a default VERSION field for kmod packages
...
SVN-Revision: 8575
2007-09-02 16:39:27 +00:00
Felix Fietkau
80840457a5
fix kmod-switch compile on brcm-2.4 ( #1461 )
...
SVN-Revision: 6565
2007-03-14 13:42:21 +00:00
Felix Fietkau
bf622ab0ae
add diag and switch support for brcm47xx-2.6
...
SVN-Revision: 6562
2007-03-14 01:19:24 +00:00
Felix Fietkau
c606df6563
cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod packages to KernelPackage interface
...
SVN-Revision: 6136
2007-01-20 02:01:53 +00:00
Felix Fietkau
c2211dc51e
replace lots of manual install commands with INSTALL_* variables
...
SVN-Revision: 5624
2006-11-23 00:29:07 +00:00
Felix Fietkau
105a602ecf
implement target profiles in menuconfig
...
SVN-Revision: 5512
2006-11-12 05:06:56 +00:00
Felix Fietkau
60c1f0f64d
finally move buildroot-ng to trunk
2016-03-20 17:29:15 +01:00