| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 31489
|
|
|
|
| |
SVN-Revision: 31488
|
|
|
|
| |
SVN-Revision: 31486
|
|
|
|
| |
SVN-Revision: 31485
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
breakage in package/kernel leading to missing subsequent kmods like kmod-usb-serial, this should fix the missing packages in ar71xx builds.
SVN-Revision: 31477
|
|
|
|
| |
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: 31469
|
|
|
|
| |
SVN-Revision: 31467
|
|
|
|
|
|
| |
append V=1 to KERNEL_MAKEOPTS when $V (and therewith $KBUILD_VERBOSE) is set to 99
SVN-Revision: 31466
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 31456
|
|
|
|
|
|
| |
Upstream commit id: 15bbffea
SVN-Revision: 31455
|
|
|
|
|
|
| |
/proc/net/nf_conntrack (#11339)
SVN-Revision: 31454
|
|
|
|
| |
SVN-Revision: 31453
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
3.82 does not guarantee file ordering anymore, target profiles might get included in random order, leading to bad default values when only selecting the toplevel target and populating the .config with defconfig. This commit should also fix the ar71xx snapshot builds.
SVN-Revision: 31449
|
|
|
|
| |
SVN-Revision: 31448
|
|
|
|
| |
SVN-Revision: 31447
|
|
|
|
| |
SVN-Revision: 31446
|
|
|
|
| |
SVN-Revision: 31445
|
|
|
|
| |
SVN-Revision: 31444
|
|
|
|
|
|
| |
Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com>
SVN-Revision: 31443
|
|
|
|
|
|
|
|
|
| |
Any modifications in target/linux/*/modules.mk would not come into effect for
subsequent "make menuconfig" unless we delete ./tmp.
Signed-off-by: kalyan <kalyanatejaswi@gmail.com>
SVN-Revision: 31442
|
|
|
|
|
|
| |
(thx, SeG)
SVN-Revision: 31441
|
|
|
|
| |
SVN-Revision: 31440
|
|
|
|
|
|
| |
Erm, Hauke was faster.
SVN-Revision: 31439
|
|
|
|
|
|
| |
That is required by various PCI drivers.
SVN-Revision: 31438
|
|
|
|
|
|
|
|
| |
Without module_pci_driver being defined the pci drivers do not get registered.
Should fix #11332
SVN-Revision: 31437
|
|
|
|
| |
SVN-Revision: 31436
|
|
|
|
| |
SVN-Revision: 31435
|
|
|
|
| |
SVN-Revision: 31434
|