- Jan 19, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 29798
-
Jonas Gorski authored
Based on a patch from Philip Prindeville. SVN-Revision: 29797
-
Jo-Philipp Wich authored
site: add configure cache scripts for mips-linux-gnu and mipsel-linux-gnu, used by CodeSourcery toolchain SVN-Revision: 29794
-
Jo-Philipp Wich authored
SVN-Revision: 29790
-
Jo-Philipp Wich authored
busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to CONFIG_IPV6, not depend on it SVN-Revision: 29789
-
Jo-Philipp Wich authored
SVN-Revision: 29788
-
Jo-Philipp Wich authored
Signed-off-by:
Justus Winter <4winter@informatik.uni-hamburg.de> SVN-Revision: 29786
-
Jo-Philipp Wich authored
The following symbols are missing for x86, in sorted order. Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 29783
-
Jo-Philipp Wich authored
SVN-Revision: 29782
-
Jo-Philipp Wich authored
SVN-Revision: 29781
-
- Jan 18, 2012
-
-
Jo-Philipp Wich authored
ext-toolchain.sh: add option to write .config Add a new --config option to 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
-
Jo-Philipp Wich authored
mtd: external toolchains usually do not know about MTDREFRESH, so search in $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain SVN-Revision: 29779
-
Jo-Philipp Wich authored
iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs to in6addr_any when compiling with external CodeSourcery toolchain SVN-Revision: 29778
-
Jo-Philipp Wich authored
dnsmasq: if CONFIG_IPV6 is off, compile with -DNO_IPV6 - solves unresolved refs to in6addr_any when building with external CodeSourcery toolchain SVN-Revision: 29777
-
Hauke Mehrtens authored
SVN-Revision: 29776
-
Jo-Philipp Wich authored
SVN-Revision: 29774
-
Florian Fainelli authored
SVN-Revision: 29773
-
Jo-Philipp Wich authored
SVN-Revision: 29772
-
Jo-Philipp Wich authored
SVN-Revision: 29770
-
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
-