summaryrefslogtreecommitdiff
path: root/package/kernel
Commit message (Collapse)AuthorAgeFilesLines
* e1000: add CONFIG_E1000_NAPI=y for older kernelsFelix Fietkau2009-11-141-1/+2
| | | | SVN-Revision: 18416
* e1000: depend on pci support instead of x86 target - some people have ↵Felix Fietkau2009-11-111-1/+1
| | | | | | minipci cards with this chipset SVN-Revision: 18376
* add preliminary MPC83xx supportImre Kaloz2009-11-091-1/+1
| | | | SVN-Revision: 18353
* oops, forgot the autoloadFelix Fietkau2009-11-051-1/+1
| | | | SVN-Revision: 18319
* fix kmod-leds-alix (#6079, #6105)Felix Fietkau2009-11-051-2/+2
| | | | SVN-Revision: 18318
* add missing CONFIG_MEDIA_SUPPORT symbol for v4l (fixes #6108)Felix Fietkau2009-11-051-0/+1
| | | | SVN-Revision: 18309
* make rdc321-wdt become a package, saves some space in the kernelFlorian Fainelli2009-11-041-0/+15
| | | | SVN-Revision: 18298
* fixes bluetooth dependency, thx sn9John Crispin2009-10-291-1/+1
| | | | SVN-Revision: 18213
* remove references to 2_6_27Florian Fainelli2009-10-295-5/+5
| | | | SVN-Revision: 18202
* fixes DEPENDS of SSB module, thx sn9John Crispin2009-10-281-1/+1
| | | | SVN-Revision: 18196
* usb-core: Add dependency to nls-base (#5973)Vasilis Tsiligiannis2009-10-121-1/+1
| | | | SVN-Revision: 18041
* package the octeon compact flash driverFlorian Fainelli2009-10-091-0/+15
| | | | SVN-Revision: 18012
* add support for the dwc_otg USB controllerFlorian Fainelli2009-10-081-0/+14
| | | | SVN-Revision: 18006
* enable ATA_SFF (PATA support) in the generic configsImre Kaloz2009-10-081-3/+1
| | | | SVN-Revision: 17993
* [package* ata-ixp4xx-cf depends on TARGET_ixp4xxFlorian Fainelli2009-10-061-1/+1
| | | | SVN-Revision: 17956
* add kmod-input-rb532, driver for the rb532 user buttonFlorian Fainelli2009-10-051-0/+17
| | | | SVN-Revision: 17927
* kernel: fix Promise PDC202xx IDE driver locationNicolas Thill2009-10-051-0/+4
| | | | SVN-Revision: 17909
* modules/crypto: package AMCC ppc4xx hardware crypto driverAndy Boyett2009-10-051-0/+19
| | | | SVN-Revision: 17906
* add missing kconfig option to ps3 sound moduleAndy Boyett2009-10-051-2/+3
| | | | SVN-Revision: 17899
* modules/usb: fix usb-etrax dependenciesAndy Boyett2009-10-051-1/+0
| | | | SVN-Revision: 17898
* adds mountd. There is still much space for improvement, static mounts and ↵John Crispin2009-10-041-0/+14
| | | | | | fstab are not supported yet SVN-Revision: 17853
* remove ipset support from core, it is now provided by xtables-addons from ↵Nicolas Thill2009-10-031-31/+0
| | | | | | the packages feed SVN-Revision: 17844
* Export USB host driver as kernel packageClaudio Mignanti2009-10-021-0/+16
| | | | SVN-Revision: 17818
* Update ipset to version 3.2Hauke Mehrtens2009-09-271-0/+3
| | | | SVN-Revision: 17764
* small fixes mostly for kernel 2.6.31Hauke Mehrtens2009-09-263-2/+12
| | | | | | | | | | | - libsas needs symbols from scsi_transport_sas - autoload line in pppoe was missing - rfkill-input does not exist in kernel 2.6.31 - password for download server of r8101 changed - r8101 and siit do not build with kernel 2.6.31 - fix build of net sched esfq SVN-Revision: 17752
* fixes for kernel 2.6.31Hauke Mehrtens2009-09-262-5/+5
| | | | SVN-Revision: 17739
* now that $(BOARD) is part of the opkg ARCH, there's no reason to keep the ↵Felix Fietkau2009-09-061-1/+1
| | | | | | board name around in kmod-* package versions anymore SVN-Revision: 17528
* fix wrong kernel version based nls dependencyFelix Fietkau2009-08-281-3/+1
| | | | SVN-Revision: 17436
* add missing dependency for kmod-ntfs (patch from #5638)Felix Fietkau2009-08-281-0/+1
| | | | SVN-Revision: 17435
* add the in-tree gspca driverFlorian Fainelli2009-08-271-4/+453
| | | | | | Signed-off-by: David Cooper <dave at kupesoft.com> SVN-Revision: 17421
* fix pdc20xx compile for linux 2.6Felix Fietkau2009-08-241-2/+6
| | | | SVN-Revision: 17359
* brcm-2.4: fix ide disk detection on the wl-hddFelix Fietkau2009-08-231-1/+1
| | | | SVN-Revision: 17358
* add missing libsas configuration symbolFlorian Fainelli2009-08-181-0/+1
| | | | SVN-Revision: 17297
* Fix broken i2c module loading in R17269Gabor Juhos2009-08-161-2/+2
| | | | | | | | | | | | Strip .ko suffix from module name. Fix typo in name of i2c-scx200-acb module to be loaded. Steve Signed-off-by: Steve Brown <sbrown@cortland.com> SVN-Revision: 17288
* exclude kernel 2.6.27Hauke Mehrtens2009-08-151-1/+1
| | | | SVN-Revision: 17274
* kernel/modules: allow I2C modules to be compiled into the kernel (closes #5702)Gabor Juhos2009-08-151-41/+52
| | | | SVN-Revision: 17269
* fix path to orinoco wireless modules (#5701)Florian Fainelli2009-08-141-2/+2
| | | | SVN-Revision: 17264
* kmod-ipt-nathelper-extra: Fix kmod-textsearch dependency (#5665)Vasilis Tsiligiannis2009-08-111-1/+1
| | | | SVN-Revision: 17225
* Correct bool expressions in dependencies. This fixes #5627Hauke Mehrtens2009-08-101-1/+1
| | | | SVN-Revision: 17208
* kmod-net-hermes-pci, kmod-net-hermes-plx: Fix kmod-net-hermes dependencyVasilis Tsiligiannis2009-08-091-2/+2
| | | | SVN-Revision: 17206
* add usb-net-dm9601-ether, thanks grozFlorian Fainelli2009-08-051-0/+13
| | | | SVN-Revision: 17133
* add usb-serial-motorola-phone, thanks grozFlorian Fainelli2009-08-051-0/+16
| | | | SVN-Revision: 17132
* fix isdn symbols for 2.4 kernelsFlorian Fainelli2009-07-291-2/+10
| | | | SVN-Revision: 17044
* add btrfs filesystem support, patch from Benjamin CamaFlorian Fainelli2009-07-261-0/+23
| | | | SVN-Revision: 16999
* add kmod-pppol2tp, patch from Vladimir VoronkovFlorian Fainelli2009-07-261-1/+15
| | | | SVN-Revision: 16995
* add support for the sn9c102 video chips (#3976)Florian Fainelli2009-07-251-0/+18
| | | | SVN-Revision: 16991
* add support for mcs-7830 usb ethernet adapter (#3977)Florian Fainelli2009-07-251-0/+15
| | | | SVN-Revision: 16990
* split ebtables packages and modules into ebtables ipv4/6 and watchers (#5001)Florian Fainelli2009-07-251-4/+53
| | | | SVN-Revision: 16980
* kernel/modules: package driver for the LM75 sensorGabor Juhos2009-07-221-4/+20
| | | | SVN-Revision: 16958
* kernel/modules: package ATA version of the Magicbox CF driverGabor Juhos2009-07-221-2/+20
| | | | SVN-Revision: 16957