summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* Only build the modules needed by mac80211 as module.Hauke Mehrtens2009-05-121-3/+5
| | | | SVN-Revision: 15805
* x86 Kernel configuration for kernel 2.6.30.Hauke Mehrtens2009-05-121-0/+450
| | | | SVN-Revision: 15804
* Compile fix. Port r15775 to kernel 2.6.30.Hauke Mehrtens2009-05-122-24/+22
| | | | SVN-Revision: 15803
* update to 2.6.30-rc5Florian Fainelli2009-05-127-23/+77
| | | | SVN-Revision: 15799
* add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023)Florian Fainelli2009-05-123-0/+519
| | | | SVN-Revision: 15797
* Add support for pcmcia to ssb. b43 will build now with pcmcia support.Hauke Mehrtens2009-05-113-0/+27
| | | | SVN-Revision: 15784
* Refresh patches.Hauke Mehrtens2009-05-1115-111/+106
| | | | SVN-Revision: 15776
* Compile fixes for kernel 2.6.29. The 200-sched_esfq.patch is based on ↵Hauke Mehrtens2009-05-112-24/+22
| | | | | | http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/~checkout~/SOURCES.old/kernel-esfq.patch?rev=1.4;content-type=text%2Fplain SVN-Revision: 15775
* Add some missing kernel configurations.Hauke Mehrtens2009-05-113-0/+25
| | | | SVN-Revision: 15774
* add preliminary support for the successor of the storm portImre Kaloz2009-05-115-0/+5576
| | | | SVN-Revision: 15772
* enable support for GTA02-batteriesMirko Vogt2009-05-111-1/+1
| | | | SVN-Revision: 15767
* rb532: preserve commandline-patched kernel images for faster kernel testing ↵Felix Fietkau2009-05-111-2/+3
| | | | | | via netboot SVN-Revision: 15766
* rb532: check the link status with a timerFelix Fietkau2009-05-111-0/+51
| | | | SVN-Revision: 15765
* add support for kernel 2.6.29 (rc3) by a patch based on the Openmoko ↵Mirko Vogt2009-05-105-1/+267324
| | | | | | patchset (git rev. f656a97d946a2529630c9770a72c10a24dc397f9) adjusted to work within the OpenWrt environment SVN-Revision: 15764
* improve the skb padding performance change to avoid unnecessary ↵Felix Fietkau2009-05-103-12/+132
| | | | | | reallocations in the routing code SVN-Revision: 15761
* upgrade ppc40x to 2.6.28.10Imre Kaloz2009-05-106-340/+9
| | | | SVN-Revision: 15755
* dump to 2.6.30-rc5, override device_typeClaudio Mignanti2009-05-091-1/+2
| | | | SVN-Revision: 15744
* add patches for 2.6.30, remove config-defaultClaudio Mignanti2009-05-099-498/+42
| | | | SVN-Revision: 15743
* refresh patches for 2.6.30Gabor Juhos2009-05-096-6/+6
| | | | SVN-Revision: 15741
* bump to 2.6.30-rc5Gabor Juhos2009-05-091-1/+1
| | | | SVN-Revision: 15740
* bump to 2.6.30-rc5Gabor Juhos2009-05-091-2/+2
| | | | SVN-Revision: 15739
* generic-2.6/2.6.30: resync patches for 2.6.30-rc5Gabor Juhos2009-05-097-42/+42
| | | | SVN-Revision: 15736
* remove extern directivesGabor Juhos2009-05-091-6/+6
| | | | SVN-Revision: 15735
* increase AR71XX_MEM_SIZE_MAX (thanks to Leo Galambos for reporting)Gabor Juhos2009-05-091-1/+1
| | | | SVN-Revision: 15734
* rb532: add missing drivers and adjust the kernel command line for the right ↵Felix Fietkau2009-05-082-5/+8
| | | | | | device name SVN-Revision: 15725
* rb532: restore command line patching functionalityFelix Fietkau2009-05-081-0/+20
| | | | SVN-Revision: 15724
* rb532: disable the automatic rootfs selection - it breaks the cmdline based ↵Felix Fietkau2009-05-081-0/+2
| | | | | | selection SVN-Revision: 15723
* rb532: bring the target specific default /etc/config/network closer to the ↵Felix Fietkau2009-05-081-2/+4
| | | | | | global default by setting it to static instead of dhcp SVN-Revision: 15722
* backport mv88e6095 support for orion - this also fixes the non-working ↵Imre Kaloz2009-05-071-0/+115
| | | | | | switch-port on some routers SVN-Revision: 15697
* add missing RTC_DEBUG symbolImre Kaloz2009-05-075-0/+5
| | | | SVN-Revision: 15696
* also supports pcmciaFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15693
* include kmod-acx in default imagesFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15691
* Add pcmcia support on x86 target This is useful for some notebooks which ↵Jo-Philipp Wich2009-05-071-1/+1
| | | | | | | | still exist and have this hardware. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15685
* Add support for pc speaker PC speaker could be very useful on platforms ↵Jo-Philipp Wich2009-05-077-7/+7
| | | | | | | | which implement it. One could easily use the speaker to produce a sound where its pitch or duration varies according to signal strength or SNR of a wireless link. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15684
* Fix building of iso filesystem This fixes two errors when building iso ↵Jo-Philipp Wich2009-05-071-2/+5
| | | | | | | | | | | | filesystem: a) dir root.grub/boot doesn't get created. b) the creation of .image file by gen_image.sh which apparently is not needed when building an iso. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15682
* remove 2.6.26 since there are no remaining candidates for itFlorian Fainelli2009-05-0781-47765/+0
| | | | SVN-Revision: 15666
* update to 2.6.27 (#4122)Florian Fainelli2009-05-0710-2/+430
| | | | SVN-Revision: 15665
* update to 2.6.28Florian Fainelli2009-05-079-42/+493
| | | | SVN-Revision: 15661
* update imq patches for 2.6.26, 2.6.27, 2.6.28, 2.6.29 and 2.6.30Jo-Philipp Wich2009-05-0722-1727/+3022
| | | | SVN-Revision: 15655
* prepare default configuration for kernel side imq updateJo-Philipp Wich2009-05-075-0/+5
| | | | SVN-Revision: 15654
* add better support for the RDC R8610 evaluation board: ide, rtc, super I/OFlorian Fainelli2009-05-075-0/+145
| | | | SVN-Revision: 15651
* also copy bzImage when generating initramfs imagesFlorian Fainelli2009-05-071-7/+8
| | | | SVN-Revision: 15650
* add default network configurationFlorian Fainelli2009-05-061-0/+18
| | | | SVN-Revision: 15643
* use force_sig when handling address errorsFlorian Fainelli2009-05-061-0/+45
| | | | SVN-Revision: 15642
* add missing patchesFlorian Fainelli2009-05-062-0/+113
| | | | SVN-Revision: 15641
* add support for the Cavium Octeon SoC, tested on a Mototech evaluation boardFlorian Fainelli2009-05-0618-0/+45789
| | | | SVN-Revision: 15640
* workaround a gcc-4.1 bug which cannot see that word will be initializedFlorian Fainelli2009-05-061-0/+11
| | | | SVN-Revision: 15639
* refresh patchesGabor Juhos2009-05-054-14/+14
| | | | SVN-Revision: 15630
* use dev_name() instead of bus_id in ag71xx, ohci-ar71xx, ehci-ar71xx driversGabor Juhos2009-05-057-117/+12
| | | | SVN-Revision: 15629
* sync kernel configGabor Juhos2009-05-053-2/+1
| | | | SVN-Revision: 15628