summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add support for and switch to XZ compressed kernels on ARMImre Kaloz2011-07-072-2/+109
| | | | SVN-Revision: 27518
* select the right cpuImre Kaloz2011-07-071-0/+28
| | | | SVN-Revision: 27517
* add perfFlorian Fainelli2011-07-071-0/+52
| | | | SVN-Revision: 27515
* fix building of perf for arm on uclibcFlorian Fainelli2011-07-071-0/+13
| | | | SVN-Revision: 27514
* uclibc: backport FTS supportFlorian Fainelli2011-07-072-0/+1398
| | | | SVN-Revision: 27513
* enable support for perf eventsFlorian Fainelli2011-07-071-0/+5
| | | | SVN-Revision: 27512
* enable perf counter supportFlorian Fainelli2011-07-071-12/+9
| | | | SVN-Revision: 27511
* eglibc: add support for 2.14Florian Fainelli2011-07-073-1/+10
| | | | SVN-Revision: 27510
* remove reference to old eglibc versions.Florian Fainelli2011-07-071-18/+0
| | | | SVN-Revision: 27509
* firewall: also correct another variable missed in previous commitDaniel Dickinson2011-07-071-1/+1
| | | | SVN-Revision: 27508
* firewall: fix wrong variable names for protocol command line parameter - ↵Daniel Dickinson2011-07-071-2/+2
| | | | | | were missed during r27500 SVN-Revision: 27507
* base-files: diag.sh: added failsafe led definitionDaniel Dickinson2011-07-071-1/+9
| | | | SVN-Revision: 27502
* base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. This caused ↵Daniel Dickinson2011-07-072-1/+7
| | | | | | errors due to frequent use of /proc/cpuinfo to determine board name to pick led layout. Now diag.sh (which only defines set_state and any helper functions) is sourced by a proper preinit function during preinit_main, which is after /proc has been brought up, unlike in /etc/preinit SVN-Revision: 27501
* firewall: - solve scoping issues when multiple values are used, thanks ↵Jo-Philipp Wich2011-07-064-30/+26
| | | | | | Daniel Dickinson - ignore src_port/dest_port for proto icmp rules, ignore icmp_type for non-icmp rules - properly handle icmp when proto is given in numerical form (1, 58) - support negated icmp types SVN-Revision: 27500
* ltq-tapi/vmmc were build on none lantiq targets due to bad builddepends of pjsipJohn Crispin2011-07-063-11/+7
| | | | SVN-Revision: 27498
* ltq-tapi is not xway specificJohn Crispin2011-07-061-1/+1
| | | | SVN-Revision: 27497
* get ready for 3.0John Crispin2011-07-0638-0/+39439
| | | | SVN-Revision: 27496
* ramips: fix buffalo image generationGabor Juhos2011-07-061-1/+1
| | | | SVN-Revision: 27495
* Lantiq TAPI driver also build for other platformsJohn Crispin2011-07-061-3/+5
| | | | | | thanks Matthias Buecher SVN-Revision: 27494
* add 3.0 supportImre Kaloz2011-07-0641-0/+6217
| | | | SVN-Revision: 27493
* refresh patchesImre Kaloz2011-07-067-13/+14
| | | | SVN-Revision: 27492
* fixup mtd refresh and co.Imre Kaloz2011-07-065-21/+32
| | | | SVN-Revision: 27491
* fix myloader patch, thanks KanjiMonsterImre Kaloz2011-07-061-1/+1
| | | | SVN-Revision: 27490
* fixes mtd maps for lantiq easy50712 and easy50601 evalkit. without this ↵John Crispin2011-07-062-0/+64
| | | | | | patch mini_fo/jffs caused the uboot to be overwritten on firstboot SVN-Revision: 27489
* add support for gigaset SX76X to uboot-lantiqJohn Crispin2011-07-064-5/+87
| | | | SVN-Revision: 27488
* fix lantiq uboot to build lzma compressed bootloaders for eval kitsJohn Crispin2011-07-0614-73/+1519
| | | | SVN-Revision: 27487
* we have an up-to-date mach-type file nowImre Kaloz2011-07-061-10/+0
| | | | SVN-Revision: 27486
* replace the cut down machtype with the full one, as we support a lot of ↵Imre Kaloz2011-07-061-0/+2991
| | | | | | not-yet-upstreamed stuff SVN-Revision: 27485
* move board_HW553 inside the ifdef ..BCM6358 .. endif blockFlorian Fainelli2011-07-064-20/+20
| | | | SVN-Revision: 27484
* refresh 2.6.39 geode patchesFlorian Fainelli2011-07-062-4/+4
| | | | SVN-Revision: 27483
* ath9k: fix some more "DMA failed to stop in 10 ms" issues on AR913x (#9654)Felix Fietkau2011-07-061-0/+13
| | | | SVN-Revision: 27482
* ath9k: fix reliability issues with TKIP MIC verificationFelix Fietkau2011-07-061-0/+73
| | | | SVN-Revision: 27481
* ath9k: always enable fast clock for 5 ghz regardless of the eeprom settingFelix Fietkau2011-07-061-0/+14
| | | | SVN-Revision: 27480
* ramips: add diag support for RT-N15 and PWH2004Gabor Juhos2011-07-061-6/+12
| | | | | | Also sort the board names alphabetically. SVN-Revision: 27478
* ramips: use the 'router' LED for diagnostic on the WHR-G300N boardGabor Juhos2011-07-061-1/+1
| | | | SVN-Revision: 27477
* ramips: create tftp image for the WHR-G300N boardGabor Juhos2011-07-061-0/+7
| | | | SVN-Revision: 27476
* tools/firmware-utils: add yet another buffalo toolGabor Juhos2011-07-062-0/+180
| | | | SVN-Revision: 27475
* ramips: create factory image for the WHR-G300N boardGabor Juhos2011-07-061-0/+24
| | | | SVN-Revision: 27474
* tools/firmware-utils: allow to create buffalo image from two filesGabor Juhos2011-07-062-17/+111
| | | | SVN-Revision: 27473
* tools/firmware-utils: allow to create buffalo tags w/o hw versionGabor Juhos2011-07-061-1/+3
| | | | SVN-Revision: 27472
* Makefile: fixed inclusion of kmod-leds-gpio as a module (breaks Image ↵Daniel Dickinson2011-07-061-1/+1
| | | | | | Generator) - the module is built into the kernel. SVN-Revision: 27471
* profiles: GW6X00: fixed inclusion of both wl and wlc wireless tools...should ↵Daniel Dickinson2011-07-061-1/+1
| | | | | | be just wlc SVN-Revision: 27470
* firewall: fix udp rules for tcpudp proto rules using src_port and dest_port ↵Daniel Dickinson2011-07-061-0/+7
| | | | | | after modification by the parsing of the tcp rule SVN-Revision: 27469
* e2fsprogs: Fixed filename of patch (needed .patch extension)Daniel Dickinson2011-07-051-0/+0
| | | | SVN-Revision: 27467
* e2fsprogs: Added libpthread back to blkid link, otherwise blkid fails to link)Daniel Dickinson2011-07-051-0/+11
| | | | SVN-Revision: 27466
* add some symbolsImre Kaloz2011-07-051-0/+2
| | | | SVN-Revision: 27464
* iptables: add iptables-mod-led (#9400)Florian Fainelli2011-07-051-0/+12
| | | | SVN-Revision: 27460
* e2fsprogs: fix blkid dependencies (#9377)Florian Fainelli2011-07-051-4/+21
| | | | SVN-Revision: 27459
* add kmod-sched-netem (#8839)Florian Fainelli2011-07-051-0/+15
| | | | SVN-Revision: 27458
* sched_connmark depends on NF_CONNTRACK_MARK (#8976, #9423)Florian Fainelli2011-07-056-6/+12
| | | | SVN-Revision: 27457