- Jan 21, 2012
-
-
Mirko Vogt authored
SVN-Revision: 29837
-
- Jan 20, 2012
-
-
Mirko Vogt authored
SVN-Revision: 29836
-
Jo-Philipp Wich authored
SVN-Revision: 29835
-
Jo-Philipp Wich authored
SVN-Revision: 29834
-
Jo-Philipp Wich authored
SVN-Revision: 29832
-
Jo-Philipp Wich authored
SVN-Revision: 29831
-
Jo-Philipp Wich authored
SVN-Revision: 29830
-
Jo-Philipp Wich authored
SVN-Revision: 29829
-
Jo-Philipp Wich authored
SVN-Revision: 29828
-
Jo-Philipp Wich authored
SVN-Revision: 29827
-
Jo-Philipp Wich authored
SVN-Revision: 29826
-
Gabor Juhos authored
This patch add sysupgrade for Engenius ESR-9753 Signed-off-by:
Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29824
-
Jo-Philipp Wich authored
SVN-Revision: 29821
-
Jo-Philipp Wich authored
SVN-Revision: 29820
-
- Jan 19, 2012
-
-
Jonas Gorski authored
Add skb_frag_page from 3.2 to OCF for 3.1 and earlier and use it. SVN-Revision: 29818
-
Jo-Philipp Wich authored
base-files: do not pass --set-worker /lib/hotplug2/worker_fork.so to hotplug2 anymore, its statically linked - patch by Viktar Palstsiuk <viktar.palstsiuk@promwad.com> SVN-Revision: 29806
-
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
-