- Feb 20, 2012
-
-
Felix Fietkau authored
strip kernel modules more aggressively: make all global symbols local, rename all symbols in the symbol table to make them compress better SVN-Revision: 30662
-
- Feb 16, 2012
-
-
Florian Fainelli authored
SVN-Revision: 30602
-
- Jan 29, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 29948
-
Jo-Philipp Wich authored
SVN-Revision: 29947
-
Jo-Philipp Wich authored
ext-toolchain.sh: rework generated gcc wrapper Only append -L and -Wl,-rpath-link flags if the command line contains -l, -L, -shared or -static flags; this is needed to suppress "-rpath-link: linker input file unused because linking not done" on each cc invocation. SVN-Revision: 29946
-
Jo-Philipp Wich authored
patch-specs.sh: fallback to ext-toolchain.sh --wrap if spec file patching is not possible (gcc < 4.3.0) SVN-Revision: 29945
-
Jo-Philipp Wich authored
SVN-Revision: 29944
-
- Jan 19, 2012
-
-
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
SVN-Revision: 29772
-
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
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
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 08, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 29695
-
- Dec 01, 2011
-
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 29396
-
- Nov 30, 2011
-
-
Nicolas Thill authored
Signed-off-by:
Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 29358
-
- Nov 19, 2011
-
-
Felix Fietkau authored
SVN-Revision: 29262
-
Felix Fietkau authored
scripts/env: make mv and cp operations more robust (treat dotfiles appropriately) (based on patch by Rolf Leggewie) SVN-Revision: 29261
-
Felix Fietkau authored
SVN-Revision: 29260
-
- Nov 16, 2011
-
-
Michael Büsch authored
SVN-Revision: 29190
-
- Oct 28, 2011
-
-
Felix Fietkau authored
scripts/config: merge fixes for various issues, including recursive dependency detection/handling (patch by mbm) SVN-Revision: 28658
-
- Oct 26, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 28604
-
- Oct 21, 2011
-
-
Felix Fietkau authored
scripts/feeds: override the OPENWRT_BUILD variable when calling internal targets (based on patch from #10212) SVN-Revision: 28503
-
- Jul 04, 2011
-
-
John Crispin authored
SVN-Revision: 27444
-
- Jul 03, 2011
-
-
John Crispin authored
SVN-Revision: 27416
-
Jo-Philipp Wich authored
SVN-Revision: 27376
-
- Jul 02, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27344
-
- Jun 23, 2011
-
-
Jo-Philipp Wich authored
metadata.pl: fix handling of multiple conditional depends that reference the same package (exposed by previous hotplug2 changes), also kill duplicate dependency specs while we're at it SVN-Revision: 27267
-
- Jun 20, 2011
-
-
Jo-Philipp Wich authored
scripts/config/.gitignore omits source files scripts/config/.gitignore aims to avoid checking binaries in to git. Unfortunately it also omits conf.c, confdata.c, and all source files in lxdialog. An OpenWRT tree pulled from a git repository will not build, and I suspect this was not the intention. Signed-off-by:
Denton Gentry <denny@geekhold.com> SVN-Revision: 27244
-
- Jun 15, 2011
-
-
Hauke Mehrtens authored
Signed-off-by:
Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27184
-
- May 30, 2011
-
-
Felix Fietkau authored
SVN-Revision: 27033
-
- May 24, 2011
-
-
Jo-Philipp Wich authored
SVN-Revision: 26988
-
- May 17, 2011
-
-
Felix Fietkau authored
metadata: do not emit feature flag selects for targets which have subtargets - fixes a buildbot error cause by ssb not being blacklisted for lantiq falcon SVN-Revision: 26926
-
- May 13, 2011
-
-
Hamish Guthrie authored
SVN-Revision: 26885
-
- Apr 05, 2011
-
-
Felix Fietkau authored
add a new package metadata variable MDEPENDS for specifying local menuconfig dependencies that do not propagate to other packages SVN-Revision: 26491
-
- Apr 01, 2011
-
-
John Crispin authored
Signed-of-by:
Benjamin Cama <benoar@dolka.fr> SVN-Revision: 26391
-
- Mar 28, 2011
-
-
Felix Fietkau authored
SVN-Revision: 26349
-
- Mar 01, 2011
-
-
Felix Fietkau authored
base-files: relink uclibc and libgcc libraries to remove leftovers of the statically linked initial libgcc saves a few kb and gets rid of unused not exported functions as well should also improve the reliability of mklibs SVN-Revision: 25800
-
- Feb 27, 2011
-
-
Jo-Philipp Wich authored
add config.rpath and link it in autotools.mk if missing, some packages might need it, especially users of lib-link.m4 or iconv.m4 SVN-Revision: 25753
-