aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* kernel/modules: move SPI drivers into a new submenuGabor Juhos2009-06-042-96/+107
| | | | SVN-Revision: 16323
* package the e1000e driverImre Kaloz2009-06-021-2/+18
| | | | SVN-Revision: 16295
* another 2.6.30 related crypto fixImre Kaloz2009-06-011-1/+3
| | | | SVN-Revision: 16253
* Config symbol is boolean.Hauke Mehrtens2009-05-291-1/+1
| | | | SVN-Revision: 16198
* fix kmod-crypto-core compile with 2.6.30 (#5201)Felix Fietkau2009-05-291-3/+9
| | | | SVN-Revision: 16175
* fix missing kernel config symbol for ipv6Felix Fietkau2009-05-251-0/+1
| | | | SVN-Revision: 16056
* enable multicast routing by defaultFelix Fietkau2009-05-241-0/+1
| | | | SVN-Revision: 16044
* yenta is build in an other package.Hauke Mehrtens2009-05-241-2/+0
| | | | SVN-Revision: 16024
* Remove pcmcia support from ssb.Hauke Mehrtens2009-05-241-4/+0
| | | | SVN-Revision: 16023
* kernel: change dependency on kmod-nfs-common in kmod-nfs & kmod-nfsd from ↵Nicolas Thill2009-05-171-2/+2
| | | | | | "depends" to "select" SVN-Revision: 15888
* set CONFIG_CRYPTO_HW for ixp4xx_crypto -- closes #4831Imre Kaloz2009-05-151-1/+3
| | | | SVN-Revision: 15869
* orinoco is only one module with kernel 2.6.30Hauke Mehrtens2009-05-141-0/+6
| | | | SVN-Revision: 15852
* RTCs shouldn't be modules, ever..Imre Kaloz2009-05-141-37/+0
| | | | SVN-Revision: 15837
* Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx.Hauke Mehrtens2009-05-121-1/+0
| | | | SVN-Revision: 15807
* fix crypto pcompress configuration symbol name w/ 2.6.30Florian Fainelli2009-05-121-1/+1
| | | | SVN-Revision: 15798
* 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
* Add support for pcmcia to ssb. b43 will build now with pcmcia support.Hauke Mehrtens2009-05-111-2/+6
| | | | 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
* /net/ieee80211/ was removed in new kernel versions. This adds lib80211 for ↵Hauke Mehrtens2009-05-111-9/+75
| | | | | | new kernel versions and make ipw2x00 and hostap driver depend on it. SVN-Revision: 15777
* kernel/modules: build pcompress.ko for kernel >=2.6.30Gabor Juhos2009-05-091-1/+4
| | | | SVN-Revision: 15737
* kernel/modules: add ar71xx specific KCONFIG options for the OHCI/EHCI driversGabor Juhos2009-05-071-2/+4
| | | | SVN-Revision: 15695
* Add support for pc speaker PC speaker could be very useful on platforms ↵Jo-Philipp Wich2009-05-071-0/+17
| | | | | | | | 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
* add missing backslash, thanks juhosgFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15657
* kernel: prepare kconfig for imq updateJo-Philipp Wich2009-05-071-1/+1
| | | | SVN-Revision: 15652
* fix kernel module name for autoloadingFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15649
* add missing rtc-lib module to rtc-coreFlorian Fainelli2009-05-071-2/+4
| | | | SVN-Revision: 15648
* package the rtc-core and rtc-m48t86 driverFlorian Fainelli2009-05-061-0/+34
| | | | SVN-Revision: 15647
* package the Winbond w83627hf super i/o controllerFlorian Fainelli2009-05-061-0/+18
| | | | SVN-Revision: 15646
* package the ITE it821x IDE controller driverFlorian Fainelli2009-05-061-0/+16
| | | | SVN-Revision: 15645
* kernel: fix conditional handling of ide-supportJo-Philipp Wich2009-05-041-35/+22
| | | | SVN-Revision: 15577
* kernel: fix dependencies for kmod-ipt-filter (required by qos-scripts)Jo-Philipp Wich2009-05-021-1/+2
| | | | SVN-Revision: 15563
* kernel: make kmod-ipt-filter available on brcm-2.4, kernel 2.4 provides a ↵Jo-Philipp Wich2009-05-011-1/+1
| | | | | | textsearch implementation SVN-Revision: 15549
* The location of eeprom_93cx6.ko has chanced.Hauke Mehrtens2009-05-011-0/+4
| | | | SVN-Revision: 15540
* kernel: fix syntax error introduced with r15524Jo-Philipp Wich2009-04-301-2/+2
| | | | SVN-Revision: 15529
* kernel: fix ide-disk problems on newer kernels - thanks russell!Jo-Philipp Wich2009-04-301-21/+43
| | | | SVN-Revision: 15524
* kernel: mask pcompress.ko crypto module for non-2.6.30 kernelsJo-Philipp Wich2009-04-301-1/+1
| | | | SVN-Revision: 15503
* cryptomgr needs pcomp and hash loaded in 2.6.30Imre Kaloz2009-04-291-1/+2
| | | | SVN-Revision: 15499
* kernel: add missing kconfig symbol related to SSBNicolas Thill2009-04-271-0/+1
| | | | SVN-Revision: 15449
* kernel: disable kmod-rfkill on UMLNicolas Thill2009-04-261-1/+1
| | | | SVN-Revision: 15425
* add missing dependenciesHauke Mehrtens2009-04-251-4/+12
| | | | SVN-Revision: 15411
* r6040 kernel module also needs to set the CONFIG_R6040_NAPI symbolFlorian Fainelli2009-04-241-1/+2
| | | | SVN-Revision: 15377
* kmod-bluetooth includes hidp, which needs input-core. add the missing dependencyFelix Fietkau2009-04-231-1/+1
| | | | SVN-Revision: 15355
* modules: fix several typos in block.mkGabor Juhos2009-04-231-6/+6
| | | | SVN-Revision: 15350
* hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile to ↵Hamish Guthrie2009-04-221-0/+33
| | | | | | handle this condition based upon kernel revision SVN-Revision: 15336