| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 27941
|
|
|
|
| |
SVN-Revision: 27940
|
|
|
|
| |
SVN-Revision: 27939
|
|
|
|
| |
SVN-Revision: 27938
|
|
|
|
|
|
| |
Madwifi does not compile because of VLAN API changes.
SVN-Revision: 27937
|
|
|
|
|
|
| |
mvswitch does not compile because of VLAN API changes.
SVN-Revision: 27936
|
|
|
|
|
|
| |
compat-wireless does not support 3.1 yet.
SVN-Revision: 27935
|
|
|
|
|
|
|
| |
Instead of depending on new kernel versions, depend on not having one
of the older ones (or vice versa for modules removed in current kernels).
SVN-Revision: 27934
|
|
|
|
|
|
| |
(#8033)
SVN-Revision: 27930
|
|
|
|
|
|
|
|
| |
hitting linux-next upstream. Get ready for it in 2.6.39.4 and 3.0.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>"
SVN-Revision: 27929
|
|
|
|
| |
SVN-Revision: 27927
|
|
|
|
|
|
|
|
| |
This is always used to build a firmware for linux systems also if we are on freebsd.
This is one patch from #9897
SVN-Revision: 27926
|
|
|
|
| |
SVN-Revision: 27925
|
|
|
|
|
|
| |
closes #9773
SVN-Revision: 27924
|
|
|
|
|
|
| |
some rules containing only source/destination address checks
SVN-Revision: 27923
|
|
|
|
| |
SVN-Revision: 27921
|
|
|
|
|
|
| |
These options where found by buildbot
SVN-Revision: 27920
|
|
|
|
| |
SVN-Revision: 27919
|
|
|
|
| |
SVN-Revision: 27918
|
|
|
|
|
|
|
|
| |
This mends mkimage for getline() in Mac OS X 10.7.
Signed-off-by: Joe Roback <openwrt-devel at roback.cc>
SVN-Revision: 27917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Apple has finally updated their version of Libc, and it now includes getline(). \o/
The following patch fixes OpenWRT getline.h to not redefine it for 10.7. The one
caveat is, the includes (at least stdio.h) are needed before the #ifdef so that
__DARWIN_C_LEVEL could be properly defined (it is not a compiler built-in define
like __linux__ or __APPLE__).
This one fixes the host/include/getline.h. The next patch will mend the mkimage
package.
Signed-off-by: Joe Roback <openwrt-devel at roback.cc>
SVN-Revision: 27916
|
|
|
|
|
|
| |
toolchain is already built
SVN-Revision: 27915
|
|
|
|
| |
SVN-Revision: 27912
|
|
|
|
| |
SVN-Revision: 27911
|
|
|
|
| |
SVN-Revision: 27910
|
|
|
|
| |
SVN-Revision: 27909
|
|
|
|
| |
SVN-Revision: 27908
|
|
|
|
| |
SVN-Revision: 27907
|
|
|
|
|
|
| |
As this target changes often these days it is hard to support more kernel versions. Now only kernel 3.0 is supported.
SVN-Revision: 27906
|
|
|
|
| |
SVN-Revision: 27905
|
|
|
|
|
|
|
| |
* remove suport for 2.4 kernel
* add support for bcma bus
SVN-Revision: 27904
|
|
|
|
|
|
| |
remove BKL and adds support for changes in bcm47xx code
SVN-Revision: 27903
|
|
|
|
|
|
|
|
| |
* this adds sflash support for ssb devices
* the flash is now a platform device
* minor updates
SVN-Revision: 27902
|
|
|
|
| |
SVN-Revision: 27901
|
|
|
|
| |
SVN-Revision: 27900
|
|
|
|
| |
SVN-Revision: 27899
|
|
|
|
|
|
|
|
|
| |
When starting/stopping DMA sometimes the FIFO state gets corrupted,
leading to wildly fluctuating latencies or packet data corruption.
Fix this by issuing a fast MAC reset as soon as the link is detected
as up. Fixes #9689, #9405
SVN-Revision: 27896
|
|
|
|
|
|
|
|
|
|
|
| |
When the DMA engine state gets corrupted due to a hardware issues, it
often won't stop rx until a full reset is issued. In that case the hardware
must keep a valid descriptor, otherwise it will write to random places in
system RAM, triggering random crashes. To fix this, keep a dummy descriptor
without a buffer that keeps the DMA engine in a sane state until the reset
is done
SVN-Revision: 27895
|
|
|
|
| |
SVN-Revision: 27894
|
|
|
|
| |
SVN-Revision: 27891
|
|
|
|
| |
SVN-Revision: 27890
|
|
|
|
|
|
| |
retries in retry counting
SVN-Revision: 27889
|
|
|
|
|
|
| |
to fewer latency spikes
SVN-Revision: 27888
|
|
|
|
| |
SVN-Revision: 27887
|
|
|
|
|
|
| |
This is breaking some devices out there such as Winchiphead CH341 adapters (#9601)
SVN-Revision: 27885
|
|
|
|
|
|
|
| |
UCLIBC_VERSION_* was only defined when toolchain options was enabled,
breaking packages depending on (not) having certain uClibc versions.
SVN-Revision: 27882
|
|
|
|
| |
SVN-Revision: 27881
|
|
|
|
|
|
|
|
| |
- runtime detect the amount of memory available
- define EBI_BASE as MPI_BASE to get rid of chip-select specific hacks
- fix GPIO control
SVN-Revision: 27880
|
|
|
|
| |
SVN-Revision: 27879
|
|
|
|
|
|
| |
received on AR71xx and AR91xx ethernet MACs decreases CPU load with the default firewall for routing 95 mbit/s from 78% to 55%
SVN-Revision: 27878
|