| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
SVN-Revision: 29828
|
|
|
|
| |
SVN-Revision: 29827
|
|
|
|
| |
SVN-Revision: 29826
|
|
|
|
|
|
|
|
| |
This patch add sysupgrade for Engenius ESR-9753
Signed-off-by: Artur Wronowski <arteqw@gmail.com>
SVN-Revision: 29824
|
|
|
|
| |
SVN-Revision: 29821
|
|
|
|
| |
SVN-Revision: 29820
|
|
|
|
|
|
| |
Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it.
SVN-Revision: 29818
|
|
|
|
|
|
| |
hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
SVN-Revision: 29806
|
|
|
|
|
|
| |
target
SVN-Revision: 29798
|
|
|
|
|
|
| |
Based on a patch from Philip Prindeville.
SVN-Revision: 29797
|
|
|
|
|
|
| |
used by CodeSourcery toolchain
SVN-Revision: 29794
|
|
|
|
| |
SVN-Revision: 29790
|
|
|
|
|
|
| |
default to CONFIG_IPV6, not depend on it
SVN-Revision: 29789
|
|
|
|
| |
SVN-Revision: 29788
|
|
|
|
|
|
| |
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
SVN-Revision: 29786
|
|
|
|
|
|
|
|
| |
The following symbols are missing for x86, in sorted order.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 29783
|
|
|
|
| |
SVN-Revision: 29782
|
|
|
|
| |
SVN-Revision: 29781
|
|
|
|
|
|
|
|
|
|
| |
generate a .config from a given toolchain, this allows for easy integration of external toolchains, e.g.
./scripts/ext-toolchain.sh --toolchain /opt/mips-2011.03 --cflags "-muclibc" --config atheros
to setup a ready-to-compile atheros target using the external CodeSourcery toolchain.
SVN-Revision: 29780
|
|
|
|
|
|
| |
$(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain
SVN-Revision: 29779
|
|
|
|
|
|
| |
in6addr_any when compiling with external CodeSourcery toolchain
SVN-Revision: 29778
|
|
|
|
|
|
| |
refs to in6addr_any when building with external CodeSourcery toolchain
SVN-Revision: 29777
|
|
|
|
| |
SVN-Revision: 29776
|
|
|
|
| |
SVN-Revision: 29774
|
|
|
|
| |
SVN-Revision: 29773
|
|
|
|
| |
SVN-Revision: 29772
|
|
|
|
| |
SVN-Revision: 29770
|
|
|
|
|
|
| |
display help if called without args - add copyright foo - remove some leftover flag handling code
SVN-Revision: 29769
|
|
|
|
|
|
| |
cross toolchains to always search headers and libraries in $STAGING_DIR, this should solve most issues with missing headers, indirect linking and not found libraries. At a later stage, all -I and -L flags will be purged from TARGET_LDFLAGS and TARGET_CPPFLAGS.
SVN-Revision: 29768
|
|
|
|
|
|
| |
utility dumps the GCC specs of a given toolchain and modifies them to always include $STAGING_DIR in the link and compiler command lines, this makes most -I and -L flags unnecessary and lets the compiler automatically find libraries and headers in the staging dir, also solves the majority of -rpath issues.
SVN-Revision: 29767
|
|
|
|
|
|
| |
to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain.
SVN-Revision: 29766
|
|
|
|
|
|
| |
utility script implements various external toolchain tasks: * Testing of available features, like c++, soft-float or ipv6 support * Finding the libc implementation (uclibc or eglibc/glibc) * Inferring the GNU target name * Finding shared objects for packaging (libc, libpthread, ...) * Finding executables for packaging (ldd, gdbserver, ...) * Generating wrapper scripts for toolchain commands
SVN-Revision: 29765
|
|
|
|
|
|
|
|
|
|
|
| |
* fixes leds
* adds all leds found on the sx763 board
* removes board_config from flash layout because wireless data is stored in kernel (ath5k)
* fix button handling
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 29763
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously the tx housekeeping was done in a spin_lock_irqsave critical
section which causes irqs to be disabled during that time. Since the
housekeeping is already prepared to be scheduled as a tasklet process
the housekeeping only in softirq context and revise the locking between
the tx path and the housekeeping tasklet by using a normal spin_lock
which in most situations will be a NOP anyway.
This makes sure that interrupts are only disabled for a short time
since in the worst case the housekeeping might have to free up to 256
skbs.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 29762
|
|
|
|
|
|
| |
improve performance (patch by Helmut Schaa)
SVN-Revision: 29760
|
|
|
|
| |
SVN-Revision: 29756
|
|
|
|
| |
SVN-Revision: 29755
|
|
|
|
| |
SVN-Revision: 29754
|
|
|
|
| |
SVN-Revision: 29753
|
|
|
|
| |
SVN-Revision: 29751
|
|
|
|
| |
SVN-Revision: 29750
|
|
|
|
| |
SVN-Revision: 29749
|
|
|
|
| |
SVN-Revision: 29748
|
|
|
|
| |
SVN-Revision: 29747
|
|
|
|
|
|
| |
connection stability issues with crypto enabled
SVN-Revision: 29745
|
|
|
|
| |
SVN-Revision: 29744
|
|
|
|
| |
SVN-Revision: 29743
|
|
|
|
| |
SVN-Revision: 29742
|
|
|
|
|
|
|
|
| |
There is still no Ethernet driver for these devices in trunk.
Thanks George Kashperko for the patch.
SVN-Revision: 29735
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add workarround for BCM5357 and BCM4749.
This patch contains the following fixes from George Kashperko:
* separate subroutines for controller initialization workarounds -
following CodingStyle recommendations;
* __devinit __devexit __devinitconst annotations for CONFIG_HOTPLUG;
* fix leak in ssb_hcd_create_pdev/bcma_hcd_create_pdev - as hci_res being
kmalloc'ed is never freed anywhere while platform_device_add_resources
will kmemdup resources right away;
* fix compilation error in ssb_hcd_resume - it will fail as soon as
CONFIG_PM is selected.
SVN-Revision: 29734
|