aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* orinoco is only one module with kernel 2.6.30Hauke Mehrtens2009-05-141-0/+6
| | | | SVN-Revision: 15852
* ipt_TTL and ipt_ttl moved and were renamed in kernel 2.6.30Hauke Mehrtens2009-05-141-2/+8
| | | | SVN-Revision: 15851
* Make madwifi compile with kernel 2.6.30.Hauke Mehrtens2009-05-143-3/+151
| | | | SVN-Revision: 15850
* fix a compile error in the netfilter match speedup patch for 2.6.30Felix Fietkau2009-05-141-1/+1
| | | | SVN-Revision: 15849
* lua: install lua.pc pkgconfig file as well (closes: #5132)Nicolas Thill2009-05-141-2/+4
| | | | SVN-Revision: 15848
* 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-142-37/+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
* madwifi: fix distance settingFelix Fietkau2009-05-131-0/+2
| | | | SVN-Revision: 15824
* 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-123-1/+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
* libpcap: fix typo in protocol api patchNicolas Thill2009-05-121-1/+1
| | | | SVN-Revision: 15802
* fix padding between end of the kernel and beginning of the rootfs in ↵Florian Fainelli2009-05-121-2/+3
| | | | | | imagetag (#5108) SVN-Revision: 15801
* update to 2.6.30-rc5Florian Fainelli2009-05-127-23/+77
| | | | SVN-Revision: 15799
* fix crypto pcompress configuration symbol name w/ 2.6.30Florian Fainelli2009-05-121-1/+1
| | | | SVN-Revision: 15798
* add linux-mips div64 rewrite to work with gcc-4.4.0 (#5023)Florian Fainelli2009-05-123-0/+519
| | | | SVN-Revision: 15797
* madwifi: the openwrt build system usually has a better idea of what the ↵Felix Fietkau2009-05-111-0/+1
| | | | | | target arch is than the madwifi build system :) SVN-Revision: 15788
* The it821x is at an other location in older kernels.Hauke Mehrtens2009-05-111-0/+4
| | | | SVN-Revision: 15787
* hci_usb.ko is not availably in kernel newer than 2.6.27.Hauke Mehrtens2009-05-111-3/+3
| | | | SVN-Revision: 15786
* load usb8xxx after usb.Hauke Mehrtens2009-05-111-1/+1
| | | | SVN-Revision: 15785
* Add support for pcmcia to ssb. b43 will build now with pcmcia support.Hauke Mehrtens2009-05-115-5/+34
| | | | SVN-Revision: 15784
* Conditionals are not supported in Kconfig.Hauke Mehrtens2009-05-111-19/+0
| | | | SVN-Revision: 15783
* The vfat directory have chanced with all newer kernel.Hauke Mehrtens2009-05-111-1/+5
| | | | SVN-Revision: 15782
* Make nfs and xfs load again.Hauke Mehrtens2009-05-111-9/+23
| | | | SVN-Revision: 15781
* kmod-libphy also needed with kernel 2.6.30Hauke Mehrtens2009-05-111-1/+1
| | | | SVN-Revision: 15780
* With kernel bigger than 2.6.29 compat_ioctl32 will not be build.Hauke Mehrtens2009-05-111-2/+16
| | | | SVN-Revision: 15779
* Remove ieee80211-softmac and net-bcm43xx, because it is not used any more. ↵Hauke Mehrtens2009-05-111-34/+0
| | | | | | This is only included in old kernel versions. SVN-Revision: 15778