summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* even more config file cleanupImre Kaloz2009-05-1831-78/+32
| | | | SVN-Revision: 15913
* upgrade to 2.6.30-rc6, refresh patchesImre Kaloz2009-05-1830-761/+95
| | | | SVN-Revision: 15912
* add missing SSB_BLOCKIO to prevent build failres, will resolve that globally ↵Florian Fainelli2009-05-181-0/+1
| | | | | | later SVN-Revision: 15911
* enable command line mtd partitionning and enable bridgingFlorian Fainelli2009-05-181-2/+1
| | | | SVN-Revision: 15910
* add support for sysupgrade (#5117)Florian Fainelli2009-05-172-1/+24
| | | | SVN-Revision: 15900
* revert r15861 for generic-2.4 configJo-Philipp Wich2009-05-161-0/+1
| | | | SVN-Revision: 15879
* add missing includesGabor Juhos2009-05-153-4/+45
| | | | SVN-Revision: 15876
* adjust patches and config once again...Mirko Vogt2009-05-154-50723/+1780
| | | | SVN-Revision: 15875
* add static mtd map for the WBD-111Gabor Juhos2009-05-152-0/+92
| | | | SVN-Revision: 15874
* refresh kernel configMirko Vogt2009-05-151-5/+47
| | | | SVN-Revision: 15873
* set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831Imre Kaloz2009-05-151-2/+0
| | | | SVN-Revision: 15869
* generic/2.6.{29,30}: fix rootfs_split with squashfs4Gabor Juhos2009-05-152-0/+54
| | | | SVN-Revision: 15867
* add OpenWrt-logo (480x480) besides the well known penguin and prevent early ↵Mirko Vogt2009-05-152-0/+38531
| | | | | | printk's to scroll into the image SVN-Revision: 15863
* without generic 2.6.26 support it doesn't make sense to keep 2.6.26 configs ↵Imre Kaloz2009-05-153-984/+0
| | | | | | around.. SVN-Revision: 15862
* config cleanupsImre Kaloz2009-05-1550-225/+47
| | | | SVN-Revision: 15861
* generic-2.4: refresh patchesAndy Boyett2009-05-1568-3453/+1624
| | | | SVN-Revision: 15860
* generic-2.4: renumber netfilter patchesAndy Boyett2009-05-153-0/+0
| | | | | | | both the netfilter_random and tc_esfq patches were numbered 621 in the patch series, bumped index of tc_esfq and all following 62x patches by one SVN-Revision: 15859
* generic-2.4: fix ipt_random patch after removal of ipt_timeAndy Boyett2009-05-151-1/+1
| | | | SVN-Revision: 15858
* cardbus != pcmcia -- disable it in b43Imre Kaloz2009-05-151-1/+0
| | | | SVN-Revision: 15857
* add missing configuration symbolFlorian Fainelli2009-05-151-0/+1
| | | | SVN-Revision: 15856
* remove lzma kernel compression.Hauke Mehrtens2009-05-141-2/+2
| | | | SVN-Revision: 15853
* fix a compile error in the netfilter match speedup patch for 2.6.30Felix Fietkau2009-05-141-1/+1
| | | | SVN-Revision: 15849
* enable the rtc m48t86 on r8610 eval boardFlorian Fainelli2009-05-141-0/+2
| | | | SVN-Revision: 15847
* do not enable the rtc m48t86Florian Fainelli2009-05-141-2/+0
| | | | SVN-Revision: 15846
* some additional config file cleanup..Imre Kaloz2009-05-1439-194/+27
| | | | SVN-Revision: 15845
* unify congestion control optionsImre Kaloz2009-05-1429-126/+31
| | | | SVN-Revision: 15844
* netfilter: remove ipt_limit (CONFIG_IP_NF_MATCH_TIME) superseeded by ↵Nicolas Thill2009-05-142-479/+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-1421-509/+283
| | | | SVN-Revision: 15842
* remove debugging options from the gemini kernel configImre Kaloz2009-05-141-2/+0
| | | | SVN-Revision: 15841
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-1457-90/+168
| | | | SVN-Revision: 15840
* add a few fixes for the sibyte targetImre Kaloz2009-05-144-3/+140
| | | | SVN-Revision: 15839
* nuke the old sibyte network setupImre Kaloz2009-05-141-14/+0
| | | | SVN-Revision: 15838
* RTCs shouldn't be modules, ever..Imre Kaloz2009-05-141-0/+2
| | | | SVN-Revision: 15837
* add support for cobalt microservers (mips-based)Florian Fainelli2009-05-143-0/+464
| | | | SVN-Revision: 15836
* reorder mtd partitions on the WRT400NGabor Juhos2009-05-131-4/+4
| | | | SVN-Revision: 15829
* create image for the WRT400N board (thanks to netprince)Gabor Juhos2009-05-132-0/+38
| | | | SVN-Revision: 15828
* rename s3c24xx-specific serial devices on 2.6.29 as wellMirko Vogt2009-05-131-0/+11
| | | | SVN-Revision: 15827
* resync kernel configurationFlorian Fainelli2009-05-131-9/+47
| | | | SVN-Revision: 15826
* 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
* workaround a bootloader bug on the WBD111Imre Kaloz2009-05-131-1/+3
| | | | SVN-Revision: 15818
* add missing configuration symbolFlorian Fainelli2009-05-131-0/+1
| | | | SVN-Revision: 15817
* Cleanup kernel configClaudio Mignanti2009-05-132-26/+3
| | | | SVN-Revision: 15815
* unset CONFIG_WATCHDOG_NOWAYOUT in default kernel configJo-Philipp Wich2009-05-131-1/+1
| | | | SVN-Revision: 15809
* Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx.Hauke Mehrtens2009-05-122-0/+14
| | | | SVN-Revision: 15807
* 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
* 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