| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 20991
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for the zyxel nbg460n/550n/550nh routers.
Currently this only works if a second stage bootloader is also flashed,
as the used switch needs extra initialization.
Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>
SVN-Revision: 20990
|
|
|
|
| |
SVN-Revision: 20980
|
|
|
|
| |
SVN-Revision: 20952
|
|
|
|
| |
SVN-Revision: 20951
|
|
|
|
| |
SVN-Revision: 20949
|
|
|
|
|
|
| |
out the define that enables both
SVN-Revision: 20940
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Let swconfig provide the cpu port index in its help page. This is
needed as e.g. Atheros switches have their cpu port at port 0, not
port 5.
This could allow e.g. luci to get a rough overview of the layout of
the switch.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 20939
|
|
|
|
| |
SVN-Revision: 20937
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20933
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20932
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20931
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20930
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20929
|
|
|
|
| |
SVN-Revision: 20924
|
|
|
|
|
|
| |
available for malta target
SVN-Revision: 20923
|
|
|
|
|
|
|
|
|
|
|
| |
- on ar724x, rx buffers can be aligned with an offset of 2, which keeps the ip header aligned
- alignment offset is only added if the ar8216 workaround is not active and the phy driver does not advertise its own packet alignment
- ar71xx and ar91xx can not handle rx alignment offsets, however taking a hit on unaligned exceptions seems to have less overhead than re-aligning the data for large packets
- use memmove to re-align small packets, if necessary
tested on ar9132, ar7240 and ar7242 based devices without ar8216 headers
SVN-Revision: 20892
|
|
|
|
| |
SVN-Revision: 20888
|
|
|
|
| |
SVN-Revision: 20881
|
|
|
|
| |
SVN-Revision: 20855
|
|
|
|
| |
SVN-Revision: 20854
|
|
|
|
|
|
| |
imagetag (was invalid strings in bcm_tag.h). Closes #7120
SVN-Revision: 20850
|
|
|
|
|
|
| |
merging identical fixes
SVN-Revision: 20846
|
|
|
|
| |
SVN-Revision: 20845
|
|
|
|
|
|
| |
switch verbose mode on compresor statistics.
SVN-Revision: 20844
|
|
|
|
| |
SVN-Revision: 20843
|
|
|
|
| |
SVN-Revision: 20840
|
|
|
|
|
|
| |
contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
SVN-Revision: 20834
|
|
|
|
| |
SVN-Revision: 20831
|
|
|
|
| |
SVN-Revision: 20828
|
|
|
|
| |
SVN-Revision: 20822
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20821
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20820
|
|
|
|
|
|
| |
Cc: backfire@openwrt.org
SVN-Revision: 20819
|
|
|
|
| |
SVN-Revision: 20818
|
|
|
|
| |
SVN-Revision: 20817
|
|
|
|
| |
SVN-Revision: 20816
|
|
|
|
| |
SVN-Revision: 20815
|
|
|
|
|
|
|
|
|
|
|
|
| |
Swconfig needs to make sure that requested vlans/ports actually exist,
else it might read or modify memory not belonging to itself.
This patch adds a quick range check in swconfig's kernel part to
prevent accidential or intentional memory modification.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 20811
|
|
|
|
| |
SVN-Revision: 20803
|
|
|
|
| |
SVN-Revision: 20802
|
|
|
|
| |
SVN-Revision: 20801
|
|
|
|
| |
SVN-Revision: 20800
|
|
|
|
| |
SVN-Revision: 20799
|
|
|
|
| |
SVN-Revision: 20798
|
|
|
|
| |
SVN-Revision: 20797
|
|
|
|
| |
SVN-Revision: 20796
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch brings up the net5501 platform.
Note that the x86/ target included support for all x86/ class
processors. That's not technically correct. This should be constrained
only to the "generic" subtarget. Every x86-class target that isn't
generic should be able to select only the optimizations/capabilities
applicable to that architectural variant.
It's also assumed that all x86 processors have keyboard & mouse ports,
ISA, DMI, ACPI... the embedded ones typically don't. Again, moving
that to the generic subtarget.
Fortunately, this was a fairly benign tweak.
The net5501 board includes the following logic:
Geode/LX processor
CS5535 super-I/O chip
PC87360 sensor chip
Via Rhine Ethernet controllers
Via Sata controllers
USB, LEDS, I2C
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 20794
|
|
|
|
| |
SVN-Revision: 20793
|
|
|
|
| |
SVN-Revision: 20792
|