You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Fietkau
34ffb526a2
build: rework verbosity level selection
...
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
13 years ago
..
config
mconf: Fix compile warning: "warning: conflicting types for ‘sym_set_all_changed’"
13 years ago
flashing
…
abs2rel.pl
…
arm-magic.sh
…
brcmImage.pl
…
combined-ext-image.sh
scripts: add script to generate combined extended image format
13 years ago
combined-image.sh
…
config.guess
…
config.rpath
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
14 years ago
config.sub
…
deptest.sh
…
diffconfig.sh
scripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and CONFIG_TOOLCHAINOPTS properly
14 years ago
dl_cleanup.py
dl_cleanup: Add support for GIT-SHASUM
14 years ago
download.pl
allow arbitary folder layout when using localmirrors
13 years ago
env
env: colorize git output
13 years ago
ext-toolchain.sh
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.
13 years ago
feeds
build: rework verbosity level selection
13 years ago
getver.sh
getver.sh: cope with varying "git log" line formats to reliably extract the git-svn rev ( #10268 )
13 years ago
ipkg
…
ipkg-make-index.sh
…
kconfig.pl
…
make-ipkg-dir.sh
finally move buildroot-ng to trunk
9 years ago
md5sum
…
metadata.pl
metadata.pl: filter direct recursive depends like "select PACKAGE_kmod-ipv6 if PACKAGE_kmod-ipv6"
13 years ago
metadata.pm
add support for hidden packages that get selected/built but do not show up in menuconfig
14 years ago
om2p-fwupgradecfg-gen.sh
scripts: add a script for generating fwupgrade config for the OM2P board
13 years ago
pad_image
…
patch-kernel.sh
…
patch-specs.sh
patch-specs.sh: gcc 3.4.6 has an additional "(OpenWrt-2.0)" after the version tag, cope with that
13 years ago
relink-lib.sh
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
14 years ago
remote-gdb
Correct libc path
14 years ago
rstrip.sh
strip kernel modules more aggressively: make all global symbols local, rename all symbols in the symbol table to make them compress better
13 years ago
slugimage.pl
…
strip-kmod.sh
kernel: fix stripping of modules with duplicate symbol names
13 years ago
symlink-tree.sh
…
timestamp.pl
…
update-package-md5sum
…