| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 24142
|
|
|
|
| |
SVN-Revision: 24141
|
|
|
|
| |
SVN-Revision: 24140
|
|
|
|
| |
SVN-Revision: 24139
|
|
|
|
| |
SVN-Revision: 24138
|
|
|
|
| |
SVN-Revision: 24136
|
|
|
|
|
|
| |
definition. The solves the strange whitespace in front of the image name in the info1 section
SVN-Revision: 24127
|
|
|
|
|
|
|
|
| |
No support for usb for now.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 24126
|
|
|
|
|
|
|
|
|
|
|
| |
Allows to use fids 0 to 7. Default is 0.
Those who will use this don't forget to `set vlan fid` every time
after `set vlan ports` if you want non default behavior.
Minor changes. Version bump.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 24125
|
|
|
|
|
|
| |
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24124
|
|
|
|
|
|
|
|
|
|
| |
The skb_reserve call prior to DMA mapping the RX skb reduced the skb
data len by 2. To not allow DMA to write behind the skb we should pass
the correct skb data len to the device.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24123
|
|
|
|
|
|
|
|
|
| |
Instead just drop the rx'ed frame silently and reuse the already
available buffer.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24122
|
|
|
|
|
|
| |
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24121
|
|
|
|
|
|
| |
eliminted the OpenWRT revision. This makes using the image (router) name as the board name possible, so that boards with same real boardid but different GPIOs can be detected and the correct GPIOs used.
SVN-Revision: 24118
|
|
|
|
| |
SVN-Revision: 24116
|
|
|
|
|
|
| |
http://lkml.org/lkml/2010/11/21/219 (thank you Kevin Cernekee)
SVN-Revision: 24114
|
|
|
|
| |
SVN-Revision: 24113
|
|
|
|
| |
SVN-Revision: 24112
|
|
|
|
| |
SVN-Revision: 24111
|
|
|
|
| |
SVN-Revision: 24110
|
|
|
|
| |
SVN-Revision: 24109
|
|
|
|
| |
SVN-Revision: 24108
|
|
|
|
| |
SVN-Revision: 24102
|
|
|
|
|
|
| |
commit broke CPU revision: 00024000, MIPS (cc 0x805, rev 0x00, vendor 0x4243) functionality. Revert that patch until we get a proper fix.
SVN-Revision: 24096
|
|
|
|
| |
SVN-Revision: 24095
|
|
|
|
| |
SVN-Revision: 24089
|
|
|
|
| |
SVN-Revision: 24088
|
|
|
|
| |
SVN-Revision: 24087
|
|
|
|
| |
SVN-Revision: 24085
|
|
|
|
| |
SVN-Revision: 24084
|
|
|
|
| |
SVN-Revision: 24083
|
|
|
|
| |
SVN-Revision: 24082
|
|
|
|
| |
SVN-Revision: 24081
|
|
|
|
| |
SVN-Revision: 24080
|
|
|
|
| |
SVN-Revision: 24077
|
|
|
|
| |
SVN-Revision: 24072
|
|
|
|
|
|
|
|
| |
CONFIG_X86_GENERIC obscures CONFIG_MGEODE_LX, etc. and causes it to use wrong cache-line size.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 24071
|
|
|
|
|
|
| |
led/buttons not known).
SVN-Revision: 24040
|
|
|
|
| |
SVN-Revision: 24039
|
|
|
|
|
|
|
|
|
| |
r22700 contained a copy-and-paste error that set eth0's MAC address
twice and never set eth1's.
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 24036
|
|
|
|
| |
SVN-Revision: 24026
|
|
|
|
| |
SVN-Revision: 24015
|
|
|
|
|
|
| |
http://yablochkin.net.ru/mppc/ (not enabled by default)
SVN-Revision: 24014
|
|
|
|
|
|
| |
http://patchwork.ozlabs.org/patch/71237/ (thank you KanjiMonster)
SVN-Revision: 24013
|
|
|
|
|
|
| |
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=79b5dc0c64d88cda3da23b2e22a5cec0964372ac (thank you hauke)
SVN-Revision: 24012
|
|
|
|
|
|
| |
commandline parsing code using gengetopt - We now get long options - We have more options including use of the info section for board information (e.g. to add the same boardid but different GPIOs on different routers) * Added back the ability to write stock images (this is useful, for example, when copying the firmware from the in-memory flash, and then being able to create an image that will let you revert to/test stock firmware * Fixed copying of CRCs to use memcpy instead of strncpy (strncpy stops at 0) * Added ability to use all sections of the imagetag, including custom magic signatures (e.g. for the Telsey router I'm adding soon), info sections, and reserved sections * Added putting the router type (as defined in the image generating Makefile) into the info1 section and the filesystem type in the info2 section. This will be used by mtd (when I add the code) to return the name of image used to flash this router. (As requested by Jo, as well as being useful for same boardid different board scenario described above).
SVN-Revision: 24011
|
|
|
|
| |
SVN-Revision: 24006
|
|
|
|
| |
SVN-Revision: 24005
|
|
|
|
| |
SVN-Revision: 24004
|
|
|
|
| |
SVN-Revision: 24002
|