- Sep 09, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33353
-
- Aug 15, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33195
-
- Jul 22, 2012
-
-
Felix Fietkau authored
build: ensure that reordering of KCONFIG lines are handled properly and that the final result does not depend on the package scan order SVN-Revision: 32788
-
- Jun 25, 2012
-
-
Felix Fietkau authored
scripts/feeds: redirect stderr of the which call to /dev/null to avoid potentially confusing error messages on some systems SVN-Revision: 32499
-
- Jun 12, 2012
-
-
Jo-Philipp Wich authored
gen-dependencies.sh: only include lib*.so* files in dependency list, to match the filtering of provides lists SVN-Revision: 32272
-
- Jun 11, 2012
-
-
Felix Fietkau authored
SVN-Revision: 32187
-
Felix Fietkau authored
SVN-Revision: 32185
-
- May 17, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31777
-
- May 13, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31708
-
Felix Fietkau authored
build: prevent the virtual "kernel" package from leaking into the package index to make dependency checks fail on kernel config mismatch SVN-Revision: 31704
-
- May 11, 2012
-
-
Jo-Philipp Wich authored
download.pl: - cleanup cache handling code - use alternative m// and s/// delimiters to get rid of tedious slash escaping - use multi-argument form of system() where possible to avoid quoting & escaping issues - avoid a temporary variable SVN-Revision: 31677
-
- May 08, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31650
-
- May 01, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 31549
-
- Apr 26, 2012
-
-
Felix Fietkau authored
V=99 and V=1 are now deprecated in favor of a new verbosity class system, though the old flags are still supported. You can set the V variable on the command line (or OPENWRT_VERBOSE in the environment) to one or more of the following characters: - s: stdout+stderr (equal to the old V=99) - c: commands (for build systems that suppress commands by default, e.g. kbuild) - w: warnings/errors only (equal to the old V=1) SVN-Revision: 31484
-
- Apr 24, 2012
-
-
Mirko Vogt authored
SVN-Revision: 31469
-
Mirko Vogt authored
SVN-Revision: 31467
-
- Apr 10, 2012
-
-
John Crispin authored
Make the download script follow symlinks and search subfolders when looking for a file in a local download mirror. Signed-off-by:
Tathagata Das <tathagata@alumnux.com> SVN-Revision: 31240
-
- Mar 19, 2012
-
-
Felix Fietkau authored
SVN-Revision: 31031
-
- Mar 17, 2012
-
-
Felix Fietkau authored
SVN-Revision: 30964
-
- Mar 01, 2012
-
-
Felix Fietkau authored
SVN-Revision: 30762
-
Felix Fietkau authored
SVN-Revision: 30759
-
- Feb 26, 2012
-
-
Felix Fietkau authored
To use the new url, the project name would need to be appended multiple times, let's hope the old redirect will continue to work in the future SVN-Revision: 30730
-
- Feb 25, 2012
-
-
Felix Fietkau authored
SVN-Revision: 30726
-
- 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
-