19488 Commits (09a8334a1e36e2610a01a726fd41383d0870038a)
 

Author SHA1 Message Date
Jo-Philipp Wich 42425cccfc quilt: some more relocatable fixes for quilt-internal scripts 13 years ago
Jo-Philipp Wich 2cbe76ca08 openssl: update to v1.0.0g (CVE-2012-0050) 13 years ago
Jo-Philipp Wich c7d19be230 bison: make yacc wrapper relocatable 13 years ago
Jo-Philipp Wich e2180091d9 autoconf: make bin/autoconf relocatable as well 13 years ago
Jo-Philipp Wich caa9e0e0f3 quilt: make relocatable, search resources relative to STAGING_DIR 13 years ago
Jo-Philipp Wich 122069caba automake: further relocation fixes 13 years ago
Jo-Philipp Wich fccdc995da autoconf: further relocation fixes 13 years ago
Jo-Philipp Wich b446876387 libtool: make relocatable, search resources relative to STAGING_DIR 13 years ago
Gabor Juhos 557cf076b4 ramips: sysupgrade for ESR-9753 13 years ago
Jo-Philipp Wich a5a790a68f autoconf: make relocatable by searching resources relative to STAGING_DIR 13 years ago
Jo-Philipp Wich 4174cdabde automake: make relocatable by searching resources relative to STAGING_DIR 13 years ago
Jonas Gorski aa8f9171f2 kernel: fix OCF for linux 3.2 13 years ago
Jo-Philipp Wich 9fd3886365 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> 13 years ago
Jo-Philipp Wich b81354d828 abort built in prereq target if there is no site config file for the current target 13 years ago
Jonas Gorski 3d09c34dd3 package: kernel: fix files for blowfish and pcimcia-rsrc 13 years ago
Jo-Philipp Wich a79356d5ec site: add configure cache scripts for mips-linux-gnu and mipsel-linux-gnu, used by CodeSourcery toolchain 13 years ago
Jo-Philipp Wich fc512193a0 add missing kernel symbols 13 years ago
Jo-Philipp Wich e7cfd6e245 busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to CONFIG_IPV6, not depend on it 13 years ago
Jo-Philipp Wich 7a06d9a8a0 busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6 13 years ago
Jo-Philipp Wich 2fc3fe1d09 Make the grub timeout configurable on x86 targets 13 years ago
Jo-Philipp Wich 095f7f2da3 x86/config-3.2: add linux-3.2 symbols for x86 13 years ago
Jo-Philipp Wich fe60046a26 ext-toolchain.sh: CONFIG_NLS -> CONFIG_BUILD_NLS 13 years ago
Jo-Philipp Wich ee62b0d751 ext-toolchain.sh: fix typo 13 years ago
Jo-Philipp Wich 796231d95c 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. 13 years ago
Jo-Philipp Wich 3a794cde8c mtd: external toolchains usually do not know about MTDREFRESH, so search in $(LINUX_DIR)/include first, fixes compilation with external CodeSourcery toolchain 13 years ago
Jo-Philipp Wich f7a7e289a5 iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs to in6addr_any when compiling with external CodeSourcery toolchain 13 years ago
Jo-Philipp Wich 899de4adc9 dnsmasq: if CONFIG_IPV6 is off, compile with -DNO_IPV6 - solves unresolved refs to in6addr_any when building with external CodeSourcery toolchain 13 years ago
Hauke Mehrtens a671c720b4 packages: kernel: add usb-common.ko to usb package for kernel >= 3.2 13 years ago
Jo-Philipp Wich d4465bee36 openssl: fix syntax error in OpenWrt Makefile 13 years ago
Florian Fainelli dbfeb5d158 fix thinko in 102-ehci_hcd_ignore_oc patch 13 years ago
Jo-Philipp Wich 989c73848f ext-toolchain.sh: properly handle toolchains without sysroot support 13 years ago
Jo-Philipp Wich 25630dd5a5 openssl: don't fail with empty TARGET_LDFLAGS 13 years ago
Jo-Philipp Wich f20b6c3ff9 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 13 years ago
Jo-Philipp Wich 64dc82eab0 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. 13 years ago
Jo-Philipp Wich 6df3af8a36 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. 13 years ago
Jo-Philipp Wich 5b7668ca44 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. 13 years ago
Jo-Philipp Wich 7a563f122f 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 13 years ago
John Crispin 49eb3fd845 gigaset 76x 13 years ago
John Crispin a2708d11e8 ramips: Rework ramips_eth to not require irqsave locking anymore 13 years ago
Felix Fietkau 2683b5b15d rt2x00: add a patch to avoid excessive memmove() on packet contents to improve performance (patch by Helmut Schaa) 13 years ago
Hauke Mehrtens 034cf5643f brcm47xx: add support for kernel 3.2 13 years ago
Hauke Mehrtens c3d134af12 brcm47xx: run kernel_oldconfig 13 years ago
John Crispin ccb6b0a063 tools: clean up Makefiles / make ccache work 13 years ago
Imre Kaloz f9e41adc80 add support for OMAP4 based boards, starting with the PandaBoard 13 years ago
Imre Kaloz 25909f5e42 build and package the wl12xx driver 13 years ago
Imre Kaloz 6274648199 fixup arm xz support with recent changes 13 years ago
Imre Kaloz e65195c246 add missing symbols 13 years ago
Imre Kaloz 8fcdb09e1f upgrade to latest linaro releases 13 years ago
Felix Fietkau b0479e2ca2 kernel: disable bridge igmp snooping in 3.2 as well 13 years ago
Felix Fietkau 87bbccb614 ath9k: fix handling of the KeyMiss flag for received packets - fixes connection stability issues with crypto enabled 13 years ago