aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: add default network configuration file for the WP543 boardGabor Juhos2009-10-201-0/+12
| | | | SVN-Revision: 18101
* ar71xx: Compex WPJ543 board is supported as wellGabor Juhos2009-10-203-4/+4
| | | | SVN-Revision: 18100
* ar71xx: fix PCI IRQ map of the WP543Gabor Juhos2009-10-201-2/+6
| | | | SVN-Revision: 18099
* remove $(FPIC) from iptables, it is handled internally correctly. saves 2k ↵Felix Fietkau2009-10-201-1/+0
| | | | | | on mips SVN-Revision: 18098
* fix potential inconsistencies in toolchain selection on linux 2.4Felix Fietkau2009-10-201-1/+7
| | | | SVN-Revision: 18097
* use the new 4.3.3+cs toolchain for mips and arm - significantly improves ↵Felix Fietkau2009-10-202-1/+7
| | | | | | code size on mips and performance on arm SVN-Revision: 18094
* zlib: replace -fPIC with $(FPIC)Felix Fietkau2009-10-201-1/+1
| | | | SVN-Revision: 18093
* uci: only use $(FPIC) on library parts, saves a few hundred bytesFelix Fietkau2009-10-201-1/+1
| | | | SVN-Revision: 18092
* opkg: get rid of libopkg, saves >10k compressed, >40k uncompressedFelix Fietkau2009-10-202-4/+57
| | | | SVN-Revision: 18091
* fix pthread mklibs relinking by copying libpthread_so.a from uclibc instead ↵Felix Fietkau2009-10-202-1/+6
| | | | | | of using the standard _pic variant SVN-Revision: 18090
* install the right version of libgcc along with its version map to fix ↵Felix Fietkau2009-10-201-1/+4
| | | | | | 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 Guthrie2009-10-201-0/+12
| | | | | | 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 Fietkau2009-10-207-5/+179
| | | | | | map file as well SVN-Revision: 18087
* gcc: create a proper libgcc_pic.a static library for relinking (4.3.3+ for ↵Felix Fietkau2009-10-195-0/+180
| | | | | | now, backport will follow) SVN-Revision: 18086
* mklibs: preserve the uclibc init symbolFelix Fietkau2009-10-191-0/+14
| | | | SVN-Revision: 18085
* mklibs: handle duplicate symbols properlyFelix Fietkau2009-10-191-0/+32
| | | | SVN-Revision: 18084
* mklibs: fix crashes on nonexistant sections in readelf (thx, justus)Felix Fietkau2009-10-191-0/+33
| | | | SVN-Revision: 18083
* ifxmips: fold files/drivers/* into patchesJohn Crispin2009-10-1911-1649/+1674
| | | | SVN-Revision: 18082
* mark uboot-envtools as broken, it looks more like a place holder than an ↵Felix Fietkau2009-10-191-0/+1
| | | | | | actual packaging attempt SVN-Revision: 18079
* remove support for uclibc 0.9.29Felix Fietkau2009-10-1948-4792/+0
| | | | SVN-Revision: 18078
* ar71xx: create firmware image for WP543 boards with 4/8/16MB of flashGabor Juhos2009-10-191-3/+15
| | | | SVN-Revision: 18075
* ar71xx: enable myloader partition parser on 2.6.30 and 2.6.31Gabor Juhos2009-10-192-0/+2
| | | | SVN-Revision: 18074
* ar71xx: sync 2.6.30 kernel configGabor Juhos2009-10-191-6/+1
| | | | SVN-Revision: 18073
* ar71xx: reset the phy chip along with the ethernet mac on the WP543 boardGabor Juhos2009-10-191-0/+2
| | | | SVN-Revision: 18072
* ar71xx: reset the ethernet device before registrationGabor Juhos2009-10-191-0/+7
| | | | SVN-Revision: 18071
* binutils: add support for non-pic handling and use it in the codesourcery ↵Felix Fietkau2009-10-192-23/+202
| | | | | | based gcc, fixes mips support for this toolchain SVN-Revision: 18070
* uClibc: add support for mips non-pic relocations in ldsoFelix Fietkau2009-10-191-0/+289
| | | | SVN-Revision: 18069
* gcc: prevent the libgcc configure script from enabling support for the fixed ↵Felix Fietkau2009-10-191-0/+2
| | | | | | 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 earlierFelix Fietkau2009-10-191-0/+22
| | | | SVN-Revision: 18065
* gcc: disable mips non-PIC ABI calls in the codesourcery based version by ↵Felix Fietkau2009-10-191-0/+23
| | | | | | default, as our binutils version does not support it SVN-Revision: 18064
* fix ssb compile error on 2.6.28Felix Fietkau2009-10-191-2/+71
| | | | SVN-Revision: 18063
* fix errors in unresolved weak symbols on armFelix Fietkau2009-10-193-0/+39
| | | | SVN-Revision: 18062
* hotplug2: fix "MALLOC FAILURE!" message caused by a missing return code ↵Felix Fietkau2009-10-191-0/+12
| | | | | | check on recv() SVN-Revision: 18061
* add a binutils variant based on a binutils snapshot and codesourcery g++ ↵Felix Fietkau2009-10-198-3/+32499
| | | | | | enhancements (compiles, but fails to link the kernel) SVN-Revision: 18060
* add a gcc variant based on gcc 4.3.3 with codesourcery enhancementsFelix Fietkau2009-10-1916-6/+58101
| | | | SVN-Revision: 18059
* ramips: add preliminary support for the DIR-300 revB boardGabor Juhos2009-10-186-0/+111
| | | | SVN-Revision: 18058
* add experimental support for a new menuconfig submenu "Package features". ↵Felix Fietkau2009-10-174-4/+77
| | | | | | 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 loco2Felix Fietkau2009-10-171-7/+15
| | | | SVN-Revision: 18055
* madwifi: remove the 10HZ timer for updating rate control statisticsFelix Fietkau2009-10-171-0/+134
| | | | SVN-Revision: 18053
* madwifi: fix various noderef/memleak issuesFelix Fietkau2009-10-175-48/+325
| | | | SVN-Revision: 18052
* hostapd: do not configure wme when using madwifi - fixes wpa/wpa2 ↵Felix Fietkau2009-10-171-0/+8
| | | | | | association problems SVN-Revision: 18051
* madwifi: more ad-hoc fixesFelix Fietkau2009-10-151-8/+51
| | | | SVN-Revision: 18050
* madwifi: fix another ibss crash (#5935)Felix Fietkau2009-10-141-0/+22
| | | | SVN-Revision: 18048
* reorder Kconfig sources; mainly copy from arch/arm/KconfigClaudio Mignanti2009-10-141-15/+49
| | | | SVN-Revision: 18047
* madwifi: fix race condition on ibss init (#5935)Felix Fietkau2009-10-141-0/+12
| | | | SVN-Revision: 18046
* madwifi: beacon timer fixesFelix Fietkau2009-10-144-100/+348
| | | | SVN-Revision: 18045
* cris: fix ICE PR26515 (#3723)Claudio Mignanti2009-10-121-0/+15
| | | | SVN-Revision: 18042
* usb-core: Add dependency to nls-base (#5973)Vasilis Tsiligiannis2009-10-121-1/+1
| | | | SVN-Revision: 18041
* mac80211: fix download url (#5980)Felix Fietkau2009-10-111-1/+1
| | | | SVN-Revision: 18040
* atheros: leave the gpio interrupts alone when user space changes the gpio ↵Felix Fietkau2009-10-114-12/+42
| | | | | | input settings, fixes #4493 SVN-Revision: 18036