| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 31534
|
|
|
|
| |
SVN-Revision: 31533
|
|
|
|
|
|
| |
The generic 2.6.35 support has been remove long time ago.
SVN-Revision: 31532
|
|
|
|
| |
SVN-Revision: 31531
|
|
|
|
| |
SVN-Revision: 31530
|
|
|
|
|
|
| |
Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31529
|
|
|
|
| |
SVN-Revision: 31528
|
|
|
|
|
|
| |
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31527
|
|
|
|
|
|
| |
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31525
|
|
|
|
|
|
| |
Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 31523
|
|
|
|
| |
SVN-Revision: 31521
|
|
|
|
| |
SVN-Revision: 31520
|
|
|
|
| |
SVN-Revision: 31519
|
|
|
|
| |
SVN-Revision: 31518
|
|
|
|
| |
SVN-Revision: 31513
|
|
|
|
| |
SVN-Revision: 31512
|
|
|
|
| |
SVN-Revision: 31511
|
|
|
|
| |
SVN-Revision: 31510
|
|
|
|
| |
SVN-Revision: 31509
|
|
|
|
| |
SVN-Revision: 31508
|
|
|
|
|
|
| |
Patch-by: Lebedev Dmitry <lebedev@trendnet.ru>
SVN-Revision: 31507
|
|
|
|
| |
SVN-Revision: 31497
|
|
|
|
| |
SVN-Revision: 31496
|
|
|
|
| |
SVN-Revision: 31495
|
|
|
|
| |
SVN-Revision: 31491
|
|
|
|
| |
SVN-Revision: 31488
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
V=99 and V=1 are now deprecated in favor of a new verbosity class system,
though the old flags are still supported.
You can set the V variable on the command line (or OPENWRT_VERBOSE in the
environment) to one or more of the following characters:
- s: stdout+stderr (equal to the old V=99)
- c: commands (for build systems that suppress commands by default, e.g. kbuild)
- w: warnings/errors only (equal to the old V=1)
SVN-Revision: 31484
|
|
|
|
|
|
|
|
|
|
| |
The existing code (prior to the patch) does an "ioremap_nocache" on a
subset of a memory region that I think has already been mapped, and then
un-maps that smaller region when it is finished.
Thanks Nathan Hintz for the patch
SVN-Revision: 31481
|
|
|
|
| |
SVN-Revision: 31480
|
|
|
|
| |
SVN-Revision: 31479
|
|
|
|
| |
SVN-Revision: 31478
|
|
|
|
| |
SVN-Revision: 31476
|
|
|
|
| |
SVN-Revision: 31475
|
|
|
|
|
|
| |
Partially based on the 3.1 patches by Hartmut Knaack <knaack.h [at] gmx.de>
SVN-Revision: 31474
|
|
|
|
| |
SVN-Revision: 31473
|
|
|
|
| |
SVN-Revision: 31472
|
|
|
|
|
|
|
|
| |
Noticed these while reviewing the code.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 31471
|
|
|
|
|
|
|
|
|
|
| |
Because of api change of nvram_getenv, the workaround failed to detect the hardware.
Based on patch by b.sander
Fixes #11268.
SVN-Revision: 31470
|
|
|
|
| |
SVN-Revision: 31464
|
|
|
|
| |
SVN-Revision: 31463
|
|
|
|
| |
SVN-Revision: 31462
|
|
|
|
|
|
|
|
| |
On TP-Link TL-WR741ND version 4, the WLAN LED must be configured to work.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 31461
|
|
|
|
| |
SVN-Revision: 31460
|
|
|
|
| |
SVN-Revision: 31459
|
|
|
|
| |
SVN-Revision: 31458
|
|
|
|
|
|
| |
/proc/net/nf_conntrack (#11339)
SVN-Revision: 31454
|
|
|
|
|
|
| |
Reported-by: Thomas Heil <heil@terminal-consulting.de>
SVN-Revision: 31452
|
|
|
|
|
|
| |
Patch-by: Lebedev Dmitry <lebedev@trendnet.ru>
SVN-Revision: 31451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch adds support for the ASUS WL-330N3G
Comparing to the WL-330N, It have 32MB ram, usb support and a bicolor led.
The bi-color led is driven by 2 gpio.
I don't know how to handle this, so I simply made 2 leds : one red, one blue.
But the red light takes precedence over the blue one according to the chart below.
r = led is red
b = led is blue
0 = led is off
xy= x->r for red, b for blue led, y->value of brightness in /sys/class/leds/x/brughtness
initial state action led gpio state
r0 b0 r0->r1 r r0 b0
r0 b0 b0->b1 b r0 b1
r1 b0 r1->r0 0 r0 b0
r1 b0 b0->b1 r r1 *b1*
r1 b1 r1->r0 b r0 b1
r1 b1 b1->b0 r r1 b0
r0 b1 r0->r1 r r1 *b1*
r0 b1 b1->b0 0 r0 r0
Signed-off-by: Frédéric Leroy <fredo@starox.org>
SVN-Revision: 31450
|
|
|
|
| |
SVN-Revision: 31448
|