Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | hostapd: make compilation of the hostap driver conditional - saves 10k ↵ | Felix Fietkau | 2009-10-20 | |
| | | | | | | uncompressed SVN-Revision: 18107 | |||
* | hotplug2: get rid of the unnecessary reference to libdl as well | Felix Fietkau | 2009-10-20 | |
| | | | | SVN-Revision: 18106 | |||
* | mark the llvm toolchain as broken | Felix Fietkau | 2009-10-20 | |
| | | | | SVN-Revision: 18105 | |||
* | hotplug2: compile in the worker module statically, saves >20k uncompressed | Felix Fietkau | 2009-10-20 | |
| | | | | SVN-Revision: 18104 | |||
* | ar71xx: add default network configuration for RS and RS-Pro | Gabor Juhos | 2009-10-20 | |
| | | | | SVN-Revision: 18103 | |||
* | base-files: only try to execute watchdog if binary is present | Jo-Philipp Wich | 2009-10-20 | |
| | | | | SVN-Revision: 18102 | |||
* | ar71xx: add default network configuration file for the WP543 board | Gabor Juhos | 2009-10-20 | |
| | | | | SVN-Revision: 18101 | |||
* | ar71xx: Compex WPJ543 board is supported as well | Gabor Juhos | 2009-10-20 | |
| | | | | SVN-Revision: 18100 | |||
* | ar71xx: fix PCI IRQ map of the WP543 | Gabor Juhos | 2009-10-20 | |
| | | | | SVN-Revision: 18099 | |||
* | remove $(FPIC) from iptables, it is handled internally correctly. saves 2k ↵ | Felix Fietkau | 2009-10-20 | |
| | | | | | | on mips SVN-Revision: 18098 | |||
* | fix potential inconsistencies in toolchain selection on linux 2.4 | Felix Fietkau | 2009-10-20 | |
| | | | | SVN-Revision: 18097 | |||
* | use the new 4.3.3+cs toolchain for mips and arm - significantly improves ↵ | Felix Fietkau | 2009-10-20 | |
| | | | | | | code size on mips and performance on arm SVN-Revision: 18094 | |||
* | zlib: replace -fPIC with $(FPIC) | Felix Fietkau | 2009-10-20 | |
| | | | | SVN-Revision: 18093 | |||
* | uci: only use $(FPIC) on library parts, saves a few hundred bytes | Felix Fietkau | 2009-10-20 | |
| | | | | SVN-Revision: 18092 | |||
* | opkg: get rid of libopkg, saves >10k compressed, >40k uncompressed | Felix Fietkau | 2009-10-20 | |
| | | | | SVN-Revision: 18091 | |||
* | fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵ | Felix Fietkau | 2009-10-20 | |
| | | | | | | of using the standard _pic variant SVN-Revision: 18090 | |||
* | install the right version of libgcc along with its version map to fix ↵ | Felix Fietkau | 2009-10-20 | |
| | | | | | | relinking issues with mklibs, attempt to relink only if the version map is actually present SVN-Revision: 18089 | |||
* | At boot, the startup process is executed in a non-interactive shell. Default ↵ | Hamish Guthrie | 2009-10-20 | |
| | | | | | | behavior for a non-interactive shell is that SIGINT is processeld locally by the shell (and typically ignored), this runtime environment is inherited by children, hence Ctrl-C has no effect within a telnet session. This patch enables the correct behavior SVN-Revision: 18088 | |||
* | gcc: backport libgcc_pic changes to older gcc4 versions, install the libgcc ↵ | Felix Fietkau | 2009-10-20 | |
| | | | | | | map file as well SVN-Revision: 18087 | |||
* | gcc: create a proper libgcc_pic.a static library for relinking (4.3.3+ for ↵ | Felix Fietkau | 2009-10-19 | |
| | | | | | | now, backport will follow) SVN-Revision: 18086 | |||
* | mklibs: preserve the uclibc init symbol | Felix Fietkau | 2009-10-19 | |
| | | | | SVN-Revision: 18085 | |||
* | mklibs: handle duplicate symbols properly | Felix Fietkau | 2009-10-19 | |
| | | | | SVN-Revision: 18084 | |||
* | mklibs: fix crashes on nonexistant sections in readelf (thx, justus) | Felix Fietkau | 2009-10-19 | |
| | | | | SVN-Revision: 18083 | |||
* | ifxmips: fold files/drivers/* into patches | John Crispin | 2009-10-19 | |
| | | | | SVN-Revision: 18082 | |||
* | mark uboot-envtools as broken, it looks more like a place holder than an ↵ | Felix Fietkau | 2009-10-19 | |
| | | | | | | actual packaging attempt SVN-Revision: 18079 | |||
* | remove support for uclibc 0.9.29 | Felix Fietkau | 2009-10-19 | |
| | | | | SVN-Revision: 18078 | |||
* | ar71xx: create firmware image for WP543 boards with 4/8/16MB of flash | Gabor Juhos | 2009-10-19 | |
| | | | | SVN-Revision: 18075 | |||
* | ar71xx: enable myloader partition parser on 2.6.30 and 2.6.31 | Gabor Juhos | 2009-10-19 | |
| | | | | SVN-Revision: 18074 | |||
* | ar71xx: sync 2.6.30 kernel config | Gabor Juhos | 2009-10-19 | |
| | | | | SVN-Revision: 18073 | |||
* | ar71xx: reset the phy chip along with the ethernet mac on the WP543 board | Gabor Juhos | 2009-10-19 | |
| | | | | SVN-Revision: 18072 | |||
* | ar71xx: reset the ethernet device before registration | Gabor Juhos | 2009-10-19 | |
| | | | | SVN-Revision: 18071 | |||
* | binutils: add support for non-pic handling and use it in the codesourcery ↵ | Felix Fietkau | 2009-10-19 | |
| | | | | | | based gcc, fixes mips support for this toolchain SVN-Revision: 18070 | |||
* | uClibc: add support for mips non-pic relocations in ldso | Felix Fietkau | 2009-10-19 | |
| | | | | SVN-Revision: 18069 | |||
* | gcc: prevent the libgcc configure script from enabling support for the fixed ↵ | Felix Fietkau | 2009-10-19 | |
| | | | | | | point math extension, as it can bloat up libgcc size to 1.4M on mips SVN-Revision: 18066 | |||
* | mac80211: fix ath5k compile on 2.6.28 and earlier | Felix Fietkau | 2009-10-19 | |
| | | | | SVN-Revision: 18065 | |||
* | gcc: disable mips non-PIC ABI calls in the codesourcery based version by ↵ | Felix Fietkau | 2009-10-19 | |
| | | | | | | default, as our binutils version does not support it SVN-Revision: 18064 | |||
* | fix ssb compile error on 2.6.28 | Felix Fietkau | 2009-10-19 | |
| | | | | SVN-Revision: 18063 | |||
* | fix errors in unresolved weak symbols on arm | Felix Fietkau | 2009-10-19 | |
| | | | | SVN-Revision: 18062 | |||
* | hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code ↵ | Felix Fietkau | 2009-10-19 | |
| | | | | | | check on recv() SVN-Revision: 18061 | |||
* | add a binutils variant based on a binutils snapshot and codesourcery g++ ↵ | Felix Fietkau | 2009-10-19 | |
| | | | | | | enhancements (compiles, but fails to link the kernel) SVN-Revision: 18060 | |||
* | add a gcc variant based on gcc 4.3.3 with codesourcery enhancements | Felix Fietkau | 2009-10-19 | |
| | | | | SVN-Revision: 18059 | |||
* | ramips: add preliminary support for the DIR-300 revB board | Gabor Juhos | 2009-10-18 | |
| | | | | SVN-Revision: 18058 | |||
* | add experimental support for a new menuconfig submenu "Package features". ↵ | Felix Fietkau | 2009-10-17 | |
| | | | | | | allows selection between multiple packages providing the same feature, which affects dependencies of other packages. will be used e.g. for choosing between DirectFB and X.org for libraries like GTK2 SVN-Revision: 18056 | |||
* | madwifi: add antenna gpio support for nanostation loco2 | Felix Fietkau | 2009-10-17 | |
| | | | | SVN-Revision: 18055 | |||
* | madwifi: remove the 10HZ timer for updating rate control statistics | Felix Fietkau | 2009-10-17 | |
| | | | | SVN-Revision: 18053 | |||
* | madwifi: fix various noderef/memleak issues | Felix Fietkau | 2009-10-17 | |
| | | | | SVN-Revision: 18052 | |||
* | hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 ↵ | Felix Fietkau | 2009-10-17 | |
| | | | | | | association problems SVN-Revision: 18051 | |||
* | madwifi: more ad-hoc fixes | Felix Fietkau | 2009-10-15 | |
| | | | | SVN-Revision: 18050 | |||
* | madwifi: fix another ibss crash (#5935) | Felix Fietkau | 2009-10-14 | |
| | | | | SVN-Revision: 18048 | |||
* | reorder Kconfig sources; mainly copy from arch/arm/Kconfig | Claudio Mignanti | 2009-10-14 | |
| | | | | SVN-Revision: 18047 |