summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6
Commit message (Collapse)AuthorAgeFilesLines
* add ip175c switch driver patch to 2.6.30Felix Fietkau2009-06-012-0/+24
| | | | SVN-Revision: 16287
* ocf: fix uninitialized variable access (thx, Dakon)Felix Fietkau2009-06-014-4/+4
| | | | SVN-Revision: 16285
* temporary, hackish, etc, etc.. lzma support for the arm zImage loaderImre Kaloz2009-06-011-0/+911
| | | | SVN-Revision: 16284
* use the openwrt lzma options for nowImre Kaloz2009-06-011-0/+8
| | | | SVN-Revision: 16281
* add missing config optionImre Kaloz2009-06-011-0/+1
| | | | SVN-Revision: 16280
* remove some more obsolete filesFelix Fietkau2009-06-0129-7767/+0
| | | | SVN-Revision: 16276
* remove 2.6.23 support, as the last target using that has been nuked, tooImre Kaloz2009-06-0159-42323/+0
| | | | SVN-Revision: 16275
* Add missing kernel symbol.Hauke Mehrtens2009-06-011-0/+1
| | | | SVN-Revision: 16264
* fix mv643xx_eth dma maskImre Kaloz2009-06-011-0/+112
| | | | SVN-Revision: 16247
* fix VFP handling on feroceon coresImre Kaloz2009-06-011-0/+70
| | | | SVN-Revision: 16246
* fix typo and add nand_gpio to the generic configImre Kaloz2009-06-011-1/+2
| | | | SVN-Revision: 16245
* refresh 2.6.30 patchesFlorian Fainelli2009-06-012-16/+5
| | | | SVN-Revision: 16241
* mips: fix gcc 4.4.0 build failure on delay.h (#5116)Florian Fainelli2009-05-303-0/+489
| | | | SVN-Revision: 16209
* refresh generic-2.6.29 patchesFlorian Fainelli2009-05-293-4/+2
| | | | SVN-Revision: 16169
* refresh patchesFlorian Fainelli2009-05-281-2/+2
| | | | SVN-Revision: 16156
* revert 15922 - add back 2.6.29 kernel supportHamish Guthrie2009-05-2892-0/+43947
| | | | SVN-Revision: 16127
* Add buildfix for kernel 2.6.21Hauke Mehrtens2009-05-271-0/+7
| | | | SVN-Revision: 16117
* update to 2.6.30-rc7Imre Kaloz2009-05-251-1/+1
| | | | SVN-Revision: 16048
* enable multicast routing by defaultFelix Fietkau2009-05-246-6/+18
| | | | SVN-Revision: 16044
* move the hostap firmware kernel config options to KCONFIG for the hostap ↵Felix Fietkau2009-05-246-12/+0
| | | | | | package to keep it consistent SVN-Revision: 16031
* fix typo in squashfs-lzma patch (thx, hauke)Felix Fietkau2009-05-241-1/+1
| | | | SVN-Revision: 16028
* Remove pcmcia support from ssb.Hauke Mehrtens2009-05-242-18/+0
| | | | SVN-Revision: 16023
* generic-2.6/2.6.30: mini_fo fixesGabor Juhos2009-05-221-0/+122
| | | | SVN-Revision: 15991
* generic-2.6: move PCI quirk patch from the adm5120 target into the generic ↵Gabor Juhos2009-05-224-0/+88
| | | | | | patches SVN-Revision: 15985
* generic-2.6/2.6.28: refresh patchesGabor Juhos2009-05-222-3/+0
| | | | SVN-Revision: 15982
* generic-2.6/2.6.30: refresh patchesGabor Juhos2009-05-224-7/+7
| | | | SVN-Revision: 15981
* generic-2.6/2.6.30: nuke unnecessary patchGabor Juhos2009-05-221-11/+0
| | | | SVN-Revision: 15978
* generic-2.6/2.6.30: CONFIG_CRYPTO_ALGAPI must be equal with ↵Gabor Juhos2009-05-211-1/+1
| | | | | | CONFIG_CRYPTO_ALGAPI2 SVN-Revision: 15960
* 2.6.30: add lzma support to squashfs through pcompFelix Fietkau2009-05-205-3/+1556
| | | | SVN-Revision: 15934
* generic-2.6/2.6.30: gets rid of the length limitation on the name in the ↵Gabor Juhos2009-05-201-13/+24
| | | | | | mips_machine stuff SVN-Revision: 15930
* disable CONFIG_SSB_BLOCKIO by default until we fix it properly in mac80211Florian Fainelli2009-05-193-0/+3
| | | | SVN-Revision: 15926
* remove 2.6.29 since there are no remaining users of itFlorian Fainelli2009-05-1992-43947/+0
| | | | SVN-Revision: 15922
* even more config file cleanupImre Kaloz2009-05-187-4/+32
| | | | SVN-Revision: 15913
* upgrade to 2.6.30-rc6, refresh patchesImre Kaloz2009-05-186-178/+6
| | | | SVN-Revision: 15912
* generic/2.6.{29,30}: fix rootfs_split with squashfs4Gabor Juhos2009-05-152-0/+54
| | | | SVN-Revision: 15867
* config cleanupsImre Kaloz2009-05-157-18/+40
| | | | SVN-Revision: 15861
* fix a compile error in the netfilter match speedup patch for 2.6.30Felix Fietkau2009-05-141-1/+1
| | | | SVN-Revision: 15849
* some additional config file cleanup..Imre Kaloz2009-05-147-14/+27
| | | | SVN-Revision: 15845
* unify congestion control optionsImre Kaloz2009-05-147-31/+31
| | | | SVN-Revision: 15844
* netfilter: remove ipt_limit (CONFIG_IP_NF_MATCH_TIME) superseeded by ↵Nicolas Thill2009-05-141-237/+0
| | | | | | xt_limit (CONFIG_NETFILTER_XT_MATCH_TIME) in 2.6.24 and newer, remove ipt_limit in 2.4 since we don't have userland support for it in iptables v1.3.8 SVN-Revision: 15843
* move arm ARCH symbols to the generic configsImre Kaloz2009-05-147-4/+283
| | | | SVN-Revision: 15842
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-147-0/+98
| | | | SVN-Revision: 15840
* also workaround gcc4.1 bug with binfmt_elf for 2.6.30Florian Fainelli2009-05-131-0/+11
| | | | SVN-Revision: 15825
* reduce the total cpu usage of ipt_do_table under high network load from 3.1% ↵Felix Fietkau2009-05-133-0/+129
| | | | | | down to 1.6% (tested with oprofile) SVN-Revision: 15822
* turn off -Os by default for the kernel and stick to -O2 repeated tests have ↵Felix Fietkau2009-05-137-7/+7
| | | | | | shown the -O2 kernel to react much better to high cpu/network load situations SVN-Revision: 15821
* add missing configuration symbolFlorian Fainelli2009-05-131-0/+1
| | | | SVN-Revision: 15817
* Add missing kernel configuration options.Hauke Mehrtens2009-05-121-1/+26
| | | | SVN-Revision: 15806
* Only build the modules needed by mac80211 as module.Hauke Mehrtens2009-05-121-3/+5
| | | | SVN-Revision: 15805
* Compile fix. Port r15775 to kernel 2.6.30.Hauke Mehrtens2009-05-122-24/+22
| | | | SVN-Revision: 15803
* add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023)Florian Fainelli2009-05-123-0/+519
| | | | SVN-Revision: 15797