| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 33504
|
|
|
|
|
|
| |
performance with jumbo frames
SVN-Revision: 33503
|
|
|
|
| |
SVN-Revision: 33502
|
|
|
|
| |
SVN-Revision: 33501
|
|
|
|
| |
SVN-Revision: 33500
|
|
|
|
| |
SVN-Revision: 33499
|
|
|
|
|
|
| |
requirement of 64), fix skb fragment chaining
SVN-Revision: 33498
|
|
|
|
| |
SVN-Revision: 33497
|
|
|
|
|
|
|
|
|
| |
When not removing support for the wait instruction, when ruining on the
BCM4706 SoC the system stops after msleep() without an exception. I
haven't seen this problem on the other Broadcom SoCs with a 74K CPU,
but in the Broadcom SDK it is deactivated for all CPUs of this type.
SVN-Revision: 33496
|
|
|
|
| |
SVN-Revision: 33493
|
|
|
|
| |
SVN-Revision: 33492
|
|
|
|
|
|
| |
skb fragment lists
SVN-Revision: 33491
|
|
|
|
| |
SVN-Revision: 33490
|
|
|
|
| |
SVN-Revision: 33489
|
|
|
|
|
|
| |
the new one)
SVN-Revision: 33488
|
|
|
|
| |
SVN-Revision: 33487
|
|
|
|
| |
SVN-Revision: 33486
|
|
|
|
| |
SVN-Revision: 33485
|
|
|
|
| |
SVN-Revision: 33484
|
|
|
|
| |
SVN-Revision: 33482
|
|
|
|
| |
SVN-Revision: 33480
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the current trunk, gdbserver is not building anymore (with EGLIBC 2.15
selected) due to a missing dependency:
Package gdbserver is missing dependencies for the following libraries:
libthread_db.so.1
In order to fix it, the system shared lib libthread_db.so.1 is copied from
the toolchain lib dir into the gdb package target structure (/usr/lib) to
pass the dependency checks.
This patch was (quickly) reviewed by Paul Fertser on IRC.
Signed-off-by: xxiao <xxiao@fosiao.com>
Signed-off-by: Matthieu Boujonnier <openwrt-devel@metaverse.fr>
SVN-Revision: 33479
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
uClibc declares eventfd() as taking two arguments but doesn't properly
pass the second argument to the kernel.
The problem is discussed at:
http://lists.uclibc.org/pipermail/uclibc/2012-May/046873.html
This patch is taken from uclibc 0.9.33 git, so will presumably
be integrated in any future releases.
Signed-off-by: Andy Leiserson <andy@leiserson.org>
SVN-Revision: 33478
|
|
|
|
|
|
| |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 33477
|
|
|
|
|
|
| |
Signed-off-by: xxiao <xxiao@fosiao.com>
SVN-Revision: 33476
|
|
|
|
|
|
|
|
|
|
|
| |
When running as KVM or Xen guest, packets may be received with
incomplete checksum[1]. Patch adopted from Fedora dhcp package.
[1]. http://article.gmane.org/gmane.linux.kernel/1003853
Signed-off-by: Alexey I. Froloff <raorn@raorn.name>
SVN-Revision: 33475
|
|
|
|
|
|
|
|
| |
The package block-hotplug doesn't exist, refer to block-mount instead.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33474
|
|
|
|
|
|
|
|
| |
The package block-hotplug doesn't exist, removing reference to it.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33473
|
|
|
|
| |
SVN-Revision: 33465
|
|
|
|
| |
SVN-Revision: 33464
|
|
|
|
|
|
| |
Do not change the code any more but use the kconfig options
SVN-Revision: 33463
|
|
|
|
| |
SVN-Revision: 33462
|
|
|
|
| |
SVN-Revision: 33461
|
|
|
|
| |
SVN-Revision: 33460
|
|
|
|
|
|
|
|
|
|
| |
It should be implemmented in a cleaner way.
This reverts the following commits:
[ar71xx] dir-825-b1: Fix wholeflash images
[ar71xx] dir825b1: Add image for DIR-825-B1 that uses the whole flash"
SVN-Revision: 33459
|
|
|
|
|
|
|
| |
This will make the kernel crash on systems using qemu < 1.1.0. Until fixed
disable VPFv4 capability probing.
SVN-Revision: 33458
|
|
|
|
|
|
| |
The target CFLAGS were also accidentally changed
SVN-Revision: 33457
|
|
|
|
| |
SVN-Revision: 33456
|
|
|
|
| |
SVN-Revision: 33455
|
|
|
|
| |
SVN-Revision: 33454
|
|
|
|
| |
SVN-Revision: 33453
|
|
|
|
| |
SVN-Revision: 33452
|
|
|
|
| |
SVN-Revision: 33451
|
|
|
|
| |
SVN-Revision: 33450
|
|
|
|
| |
SVN-Revision: 33449
|
|
|
|
| |
SVN-Revision: 33448
|
|
|
|
|
|
| |
(-openwrt) image from the normal image would brick (but recoverable via emergency flash) the router if the wholeflash image was larger than the maximum size for a normal image. First we rename the -openwrt images to -wholeflash since -openwrt is really too generic. We also revert the changes to the regular dir-825-b1 image, which now is the same as before, but add a -towholeflash image which is almost the same as the regular dir-825-b1 image, but copies caldata to new location and allows flashing of images that use the full flash (except u-boot, u-boot-env, and caldata paritition space) (these are the -wholeflash images).
SVN-Revision: 33447
|
|
|
|
|
|
| |
ar71xx->ath79 migration, should fix wifi stability issues on ar933x
SVN-Revision: 33446
|
|
|
|
|
|
| |
parallel, fixes rare spurious parallel build failures
SVN-Revision: 33445
|
|
|
|
| |
SVN-Revision: 33444
|