summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix typo after r19054Jo-Philipp Wich2010-01-061-1/+1
| | | | SVN-Revision: 19059
* kernel: cleanup crypto stuff and fix module names on 2.4Nicolas Thill2010-01-061-25/+12
| | | | SVN-Revision: 19058
* kernel: remove even more calls to CompareKernelPatchVerNicolas Thill2010-01-063-41/+6
| | | | SVN-Revision: 19057
* mac80211: merge some further fixes to the queue stop patchFelix Fietkau2010-01-061-2/+60
| | | | SVN-Revision: 19056
* ar71xx: don't include nvram.h for the WRT400NGabor Juhos2010-01-061-1/+0
| | | | SVN-Revision: 19055
* ar71xx: add detailed interrupt statistics for the ag71xx driverGabor Juhos2010-01-063-11/+92
| | | | SVN-Revision: 19054
* kernel: use generic thread_info allocator on MIPSGabor Juhos2010-01-063-0/+54
| | | | | | * Fixes kernel panic if SLUB_DEBUG is enabled. SVN-Revision: 19053
* wpa_supplicant: remove legacy PS3 gelic wpa driver supportHamish Guthrie2010-01-061-0/+251
| | | | SVN-Revision: 19052
* ixp4xx: allocate all skbs using GFP_DMA this ensures that dma bounce buffers ↵Felix Fietkau2010-01-062-17/+13
| | | | | | will not be used frequently when bridging or routing frames between ethernet and wifi. significantly improves ath9k performance and obsoletes an ath specific patch SVN-Revision: 19051
* run led init after /etc/init.d/done to keep the configured led settings ↵Felix Fietkau2010-01-061-1/+1
| | | | | | active after the system has finished booting Signed-off-by: Nuno Goncalves <nunojpg@gmail.com> SVN-Revision: 19050
* kernel: remove more calls to CompareKernelPatchVer and use 2.4 exceptions ↵Nicolas Thill2010-01-061-12/+10
| | | | | | instead SVN-Revision: 19049
* kernel: fix IDE modules on 2.4Nicolas Thill2010-01-061-4/+16
| | | | SVN-Revision: 19048
* ar71xx: init PCI on the WRT400N board (thanks to Ben Pfountz for testing)Gabor Juhos2010-01-052-2/+20
| | | | SVN-Revision: 19047
* ixp4xx: add missing config symbol for 2.6.30Nicolas Thill2010-01-051-0/+1
| | | | SVN-Revision: 19046
* mac80211: merge johill's tx queue stop fix patch from the linux-wireless ↵Felix Fietkau2010-01-051-0/+322
| | | | | | list - fixes serious latency spike and tcp throughput drop issues SVN-Revision: 19045
* ar71xx: fix ubntxm image buildsFelix Fietkau2010-01-051-8/+8
| | | | SVN-Revision: 19044
* mac80211: update ath9k tx fix with changes from upstreamFelix Fietkau2010-01-051-1/+13
| | | | SVN-Revision: 19043
* adjust svn:ignore for cygwin buildsFlorian Fainelli2010-01-051-2/+2
| | | | SVN-Revision: 19040
* make mtd-utils compile correctly on cygwinFlorian Fainelli2010-01-051-0/+466
| | | | SVN-Revision: 19039
* remove target since it was merged as a subtarget of x86Florian Fainelli2010-01-0413-1015/+0
| | | | SVN-Revision: 19035
* ar71xx: clean up image fs selection templatesFelix Fietkau2010-01-041-99/+43
| | | | SVN-Revision: 19034
* ar71xx: add missing templates for PB4X image generationGabor Juhos2010-01-041-2/+10
| | | | SVN-Revision: 19033
* ar71xx: update Kconfig of the ag71xx driverGabor Juhos2010-01-041-3/+5
| | | | SVN-Revision: 19032
* ar71xx: add dummy debugfs support for the ag71xx driverGabor Juhos2010-01-0412-11/+112
| | | | SVN-Revision: 19031
* ar71xx: fix RB-450G board detection (closes: #6453)Gabor Juhos2010-01-043-15/+18
| | | | SVN-Revision: 19030
* ar71xx: fix generating pb4x imagesFelix Fietkau2010-01-041-2/+2
| | | | SVN-Revision: 19029
* add support for titan variant (WRTP54G) (#6185)Florian Fainelli2010-01-038-11/+705
| | | | SVN-Revision: 19022
* Prevent unnecessary host package rebuilds.Lars-Peter Clausen2010-01-031-11/+14
| | | | | | | | Sometimes `make install` touches a file inside the build directory, so it is betterr to create the build stamp after calling `make install` otherwise the package is going to be rebuild even though nothing really changed. SVN-Revision: 19021
* update-package-md5sum: A tool to update the md5sum of openwrt packages. ↵Lars-Peter Clausen2010-01-031-0/+38
| | | | | | Useful when upgrading a set of packages. SVN-Revision: 19019
* dl_cleanup: Utility to delete all but the very last version of the tarballs ↵Michael Büsch2010-01-031-0/+176
| | | | | | in the download directory. The tool does currently have a few false positives (probably below 1%), but this is harmless, because buildroot will just redownload them. SVN-Revision: 19018
* adm5120: don't use IRQF_DISABLED flag in the switch driverGabor Juhos2010-01-031-2/+2
| | | | SVN-Revision: 19017
* adm5120: improve sysupgrade supportGabor Juhos2010-01-031-6/+25
| | | | SVN-Revision: 19016
* adm5120: fix board detectionGabor Juhos2010-01-031-1/+1
| | | | SVN-Revision: 19015
* amazon: readd wrongly removed fileHauke Mehrtens2010-01-031-0/+52
| | | | SVN-Revision: 19014
* amazon: work on pci controllerHauke Mehrtens2010-01-026-101/+54
| | | | SVN-Revision: 19013
* fix zlib linking failures with gcc-4.4+ (#6173)Florian Fainelli2010-01-021-0/+1
| | | | SVN-Revision: 19012
* ar71xx: create firmware images for the AP81/PB42/PB44 boardsGabor Juhos2010-01-023-3/+80
| | | | SVN-Revision: 19011
* ar71xx: simplify image generation a bitGabor Juhos2010-01-021-68/+20
| | | | SVN-Revision: 19010
* add western digital netcenter support to broadcom-diag (#6124) original ↵Florian Fainelli2010-01-021-0/+31
| | | | | | patch from Christoph Muellner SVN-Revision: 19008
* adm5120: preliminary 2.6.32 support (closes: #6304)Gabor Juhos2010-01-0216-0/+1305
| | | | SVN-Revision: 19005
* adm5120: use enum for MACH_ADM5120_ definitionsGabor Juhos2010-01-021-46/+48
| | | | SVN-Revision: 19004
* adm5120: nuke adm5120_mach_type, use mips_machtype insteadGabor Juhos2010-01-024-11/+8
| | | | SVN-Revision: 19003
* adm5120: split bootext partition on the ZyXEL P-33x boardsGabor Juhos2010-01-021-4/+8
| | | | SVN-Revision: 19002
* adm5120: add kmod-leds-gpio and kmod-ledtrig-adm5120-switch to the default ↵Gabor Juhos2010-01-022-1/+3
| | | | | | packages SVN-Revision: 19001
* adm5120: move early-printk support into a separate fileGabor Juhos2010-01-023-16/+31
| | | | SVN-Revision: 19000
* adm5120: merge 2.6.30+ specific patchesGabor Juhos2010-01-0214-263/+27
| | | | SVN-Revision: 18999
* enable hso on ar71xx (#6432)Florian Fainelli2010-01-021-1/+1
| | | | SVN-Revision: 18995
* mazon: use platform_device for most drivers and fix some printk'sHauke Mehrtens2010-01-017-39/+197
| | | | SVN-Revision: 18989
* ar71xx: fix bi-color QSS LED on the TL-WR941ND v2 boardGabor Juhos2010-01-011-4/+7
| | | | SVN-Revision: 18988
* ar71xx: update mips multi-machine stuffGabor Juhos2010-01-0129-183/+460
| | | | SVN-Revision: 18985