summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* when using -O2 instead of -Os, get rid of the two optimizations that are ↵Felix Fietkau2009-09-223-0/+27
| | | | | | causing most of the extra bloat. brings kernel size close to the -Os size again SVN-Revision: 17679
* unlzma: fix a race condition and add some optimizations to improve ↵Felix Fietkau2009-09-222-36/+124
| | | | | | performance also make peek_old_byte errors non-fatal SVN-Revision: 17678
* Implement a preliminary combined image format. - add sysupgrade support for ↵Jo-Philipp Wich2009-09-222-0/+82
| | | | | | combined images by providing a platform.sh backend - use the mtd fis partition table rewrite facility to resize partitions on demand - generate generic combined images for the atheros target SVN-Revision: 17668
* Add 2.6.31 patchesLars-Peter Clausen2009-09-21156-0/+51350
| | | | SVN-Revision: 17665
* Cleaned config-2.6.31 defaults for PPCHamish Guthrie2009-09-211-0/+1
| | | | SVN-Revision: 17664
* implement write support for partitions covering only a part of an eraseblock ↵Felix Fietkau2009-09-214-2/+294
| | | | | | (buffer data that would otherwise be erased) SVN-Revision: 17658
* atheros: use the correct mtd erase callback in the spiflash driverFelix Fietkau2009-09-211-3/+2
| | | | SVN-Revision: 17657
* remove board name hack (#5823)Florian Fainelli2009-09-201-1/+0
| | | | SVN-Revision: 17652
* add support for the Brain Fuck Scheduler v230 for 2.6.30 (disabled by default)Felix Fietkau2009-09-192-0/+6413
| | | | SVN-Revision: 17606
* Fix lzma cmd args.Lars-Peter Clausen2009-09-171-1/+1
| | | | SVN-Revision: 17604
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-1724-24/+24
| | | | SVN-Revision: 17602
* adm5120: use netdev_ops on kernels >= 2.6.30 (based on a patch by Alexandros ↵Gabor Juhos2009-09-171-0/+52
| | | | | | C. Couloumbis, closes #5846) SVN-Revision: 17601
* adm5120: refresh 2.6.30 patchesGabor Juhos2009-09-172-2/+2
| | | | SVN-Revision: 17600
* Fix Buffalo WBR-G54 and WBR-B11 support (updated patch)Felix Fietkau2009-09-161-0/+7
| | | | | | Signed-off-by: Roger Hardiman <roger@rjh.org.uk> SVN-Revision: 17598
* atheros: disable CONFIG_COMPAT_NET_DEV_OPS, it is no longer necessaryFelix Fietkau2009-09-161-6/+1
| | | | SVN-Revision: 17595
* move the updated version (for 2.6.30+) of ar8216/mvswitch to the generic ↵Felix Fietkau2009-09-1610-2313/+37
| | | | | | files directory and remove patches for older kernel versions (no longer in use) SVN-Revision: 17594
* atheros: remove 2.6.28 supportFelix Fietkau2009-09-1612-6513/+0
| | | | SVN-Revision: 17593
* ar71xx: preliminary Ubiquiti Bullet M supportMatteo Croce2009-09-153-0/+50
| | | | SVN-Revision: 17586
* Backport arm ppoll()/pselect6() etc. implementation from linux-next@36984265a3Peter Denison2009-09-121-0/+354
| | | | SVN-Revision: 17573
* kernel: wrong image_cmdline patches has been sent by accidentaly, replace themGabor Juhos2009-09-114-124/+0
| | | | SVN-Revision: 17570
* update to 2.6.27.33Florian Fainelli2009-09-112-2/+2
| | | | SVN-Revision: 17569
* kernel: add missing symbols to the 2.6.31 configGabor Juhos2009-09-101-0/+2
| | | | SVN-Revision: 17568
* kernel: get rid of the simple_prom_emulator, it is not really usefulGabor Juhos2009-09-1031-254/+2
| | | | SVN-Revision: 17567
* ar71xx: rewrite prom code (based on a patch by Jeff Hansen)Gabor Juhos2009-09-104-70/+117
| | | | SVN-Revision: 17566
* rb532: use the generic image_cmdline hackGabor Juhos2009-09-102-18/+4
| | | | SVN-Revision: 17565
* adm5120: use the generic image_cmdline hackGabor Juhos2009-09-105-35/+9
| | | | SVN-Revision: 17564
* kernel: add generic image_cmdline hack to MIPS targetsGabor Juhos2009-09-1033-24/+285
| | | | SVN-Revision: 17563
* ar71xx: refresh patchesGabor Juhos2009-09-106-11/+11
| | | | SVN-Revision: 17559
* kernel: add md5sum for 2.6.31 final, and refresh 2.6.31 patchesGabor Juhos2009-09-103-3/+3
| | | | SVN-Revision: 17558
* kernel: refresh 2.6.30 patchesGabor Juhos2009-09-102-2/+2
| | | | SVN-Revision: 17557
* refresh patchesAndy Boyett2009-09-1023-184/+139
| | | | SVN-Revision: 17553
* remove nat pptp conntracking patchAndy Boyett2009-09-105-2563/+125
| | | | | | | | | | | | | | | Patch 603-netfilter_nat_pptp.patch appears to be the cause of the longstanding brcm-2.4 dnat off-by-one port forwarding bug. Months of testing builds with this patch removed have not been able to reproduce the issue. The 603 patch is rather large and we (the OpenWrt developers) have not been able to isolate the cause of the bug within the patch. The number of people have actually use pptp nat conntracking is far less than number of people that use port forwarding and as a result we must drop this patch to ensure proper behavior for the majority of users. SVN-Revision: 17552
* patches/607-netfilter_connmark: fix typoAndy Boyett2009-09-101-2/+1
| | | | SVN-Revision: 17551
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-0922-22/+22
| | | | SVN-Revision: 17549
* update to 2.6.27.32Florian Fainelli2009-09-092-2/+2
| | | | SVN-Revision: 17548
* ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for ↵Gabor Juhos2009-09-083-0/+21
| | | | | | testing) SVN-Revision: 17543
* prevent gpio-buttons registration failureFlorian Fainelli2009-09-081-3/+5
| | | | SVN-Revision: 17542
* ar71xx: the adm6996 phy driver does not work with the RouterStation, disable ↵Gabor Juhos2009-09-083-3/+0
| | | | | | it until we find a better solution SVN-Revision: 17539
* fix typos against the gpio buttons driver (#5804)Florian Fainelli2009-09-071-2/+3
| | | | SVN-Revision: 17538
* bcm47xx: Fix EHCI/OHCI dependenciesMichael Büsch2009-09-061-4/+8
| | | | SVN-Revision: 17536
* bcm47xx: Fix EHCI/OHCI dependenciesMichael Büsch2009-09-061-4/+8
| | | | SVN-Revision: 17535
* Fix merge errorMichael Büsch2009-09-061-1/+1
| | | | SVN-Revision: 17534
* bcm47xx: Port usb fixes to .30Michael Büsch2009-09-064-57/+117
| | | | SVN-Revision: 17533
* bcm47xx: Apply bcm5354 USB fixMichael Büsch2009-09-061-0/+63
| | | | SVN-Revision: 17531
* bcm47xx: Clean up USB patchesMichael Büsch2009-09-063-56/+53
| | | | SVN-Revision: 17530
* add infrastructure to register gpio-input reset buttonFlorian Fainelli2009-09-063-1/+20
| | | | SVN-Revision: 17526
* fix build failures with bash4Florian Fainelli2009-09-061-0/+49
| | | | SVN-Revision: 17525
* fix some section warningsFlorian Fainelli2009-09-061-0/+47
| | | | SVN-Revision: 17524
* remove an empty patch file (thx, xiangfu)Felix Fietkau2009-09-051-0/+0
| | | | SVN-Revision: 17521
* ar71xx: use WPS led for diagnostic on WRT160NLGabor Juhos2009-09-051-1/+1
| | | | SVN-Revision: 17518