- Jan 18, 2012
-
-
Jo-Philipp Wich authored
ext-toolchain.sh: - use GCC's own idea of the target name (-dumpmachine) - display help if called without args - add copyright foo - remove some leftover flag handling code SVN-Revision: 29769
-
Jo-Philipp Wich authored
invoke patch-specs.sh in the gcc/final install stage. Patch up OpenWrts own 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
-
Jo-Philipp Wich authored
add patch-specs.sh, a utility for modifying GCC specs The patch-specs.sh 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
-
Jo-Philipp Wich authored
use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh 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
-
Jo-Philipp Wich authored
add ext-toolchain.sh, a utility for external toolchains The ext-toolchain.sh 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
-
- Jan 17, 2012
-
-
John Crispin authored
* 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
-
John Crispin authored
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
-
- Jan 16, 2012
-
-
Felix Fietkau authored
rt2x00: add a patch to avoid excessive memmove() on packet contents to improve performance (patch by Helmut Schaa) SVN-Revision: 29760
-
- Jan 15, 2012
-
-
Hauke Mehrtens authored
SVN-Revision: 29756
-
Hauke Mehrtens authored
SVN-Revision: 29755
-
John Crispin authored
SVN-Revision: 29754
-
- Jan 14, 2012
-
-
Imre Kaloz authored
SVN-Revision: 29753
-
Imre Kaloz authored
SVN-Revision: 29751
-
Imre Kaloz authored
SVN-Revision: 29750
-
Imre Kaloz authored
SVN-Revision: 29749
-
Imre Kaloz authored
SVN-Revision: 29748
-
Felix Fietkau authored
SVN-Revision: 29747
-
Felix Fietkau authored
ath9k: fix handling of the KeyMiss flag for received packets - fixes connection stability issues with crypto enabled SVN-Revision: 29745
-
Felix Fietkau authored
SVN-Revision: 29744
-
Felix Fietkau authored
SVN-Revision: 29743
-
Jonas Gorski authored
SVN-Revision: 29742
-
- Jan 13, 2012
-
-
Hauke Mehrtens authored
There is still no Ethernet driver for these devices in trunk. Thanks George Kashperko for the patch. SVN-Revision: 29735
-
Hauke Mehrtens authored
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
-
Jo-Philipp Wich authored
SVN-Revision: 29732
-
Jonas Gorski authored
SVN-Revision: 29731
-
Jonas Gorski authored
SVN-Revision: 29730
-
Jonas Gorski authored
SVN-Revision: 29729
-
Jonas Gorski authored
SVN-Revision: 29728
-
Jonas Gorski authored
Should fix whiteout issues and missing files when using extroot. SVN-Revision: 29727
-
Jonas Gorski authored
SVN-Revision: 29726
-
Jonas Gorski authored
SVN-Revision: 29725
-
Jo-Philipp Wich authored
SVN-Revision: 29723
-
- Jan 12, 2012
-
-
Felix Fietkau authored
gcc: always explicitly link against libstdc++, fixes build errors on some hosts that refuse to link it in implicitly (should fix #10587) SVN-Revision: 29721
-
Felix Fietkau authored
SVN-Revision: 29720
-
Felix Fietkau authored
ar8216: use vlan configuration for connecting ports (forced to be untagged) even with vlan_enable=0, but keep them isolated before the switch has been configured this makes enable_vlan=0 practical for vlan passthrough SVN-Revision: 29719
-
Felix Fietkau authored
SVN-Revision: 29718
-
- Jan 11, 2012
-
-
Gabor Juhos authored
SVN-Revision: 29713
-
Daniel Dickinson authored
Remove invalid LED GPIO from GW6200 board definition. GPIO 35 isn't intended to control ethernet LED (the led behaviour is a side effect) and using the gpio as an led causes kernel panics. SVN-Revision: 29712
-
Gabor Juhos authored
SVN-Revision: 29711
-
Gabor Juhos authored
This allows to access the flash from a kexec'd kernel. SVN-Revision: 29710
-