aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/block.mk
Commit message (Collapse)AuthorAgeFilesLines
* add dm-crypt and fix tabsFlorian Fainelli2010-09-041-13/+13
| | | | | | Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 22916
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-33/+33
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-6/+2
| | | | SVN-Revision: 21956
* package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵Nicolas Thill2010-04-291-1/+4
| | | | | | only SVN-Revision: 21251
* package/kernel: move AddDepends calls at the end of package definitions, ↵Nicolas Thill2010-04-291-13/+18
| | | | | | move back some dependencies in DEPENDS for clarity SVN-Revision: 21248
* package/kernel: move block2mtd to block.mkNicolas Thill2010-04-241-0/+10
| | | | SVN-Revision: 21134
* package/kernel: sort block package definitionsNicolas Thill2010-04-241-124/+126
| | | | SVN-Revision: 21133
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-105/+0
| | | | SVN-Revision: 21132
* package/kernel: rename KernelPackage/*/Depends to AddDepends/*Nicolas Thill2010-04-241-20/+20
| | | | SVN-Revision: 21124
* add kmod-ata-pdc202xx-old (#6950)Florian Fainelli2010-04-111-0/+19
| | | | SVN-Revision: 20808
* kernel: move support for generic IDE chipsets out of ide-core in their own ↵Nicolas Thill2010-04-031-23/+47
| | | | | | packages, fix ixp4xx build issue (closes: #6939) SVN-Revision: 20664
* kernel: fix some minor error:Hauke Mehrtens2010-03-211-4/+14
| | | | | | | | * module ide-pci-generic is also included if it was build * correct loading queue for kmod-dm * place for mvsas.ko changed in new kernel. SVN-Revision: 20348
* kernel: x86 remove dependency on ata-core and scsi-coreHauke Mehrtens2010-03-211-3/+4
| | | | | | | | | The x86 image includes the modules out of ata-core and scsi-core directly in the kernel image. Do not depend on these packages, because they are not build in a x86 image. This fixes #6873 SVN-Revision: 20346
* fix kernel modules dependences for i2c and ata-coreClaudio Mignanti2010-03-111-1/+1
| | | | SVN-Revision: 20146
* drop support for the old style magicbox-cf driverImre Kaloz2010-03-011-17/+2
| | | | SVN-Revision: 19932
* partly revert [19925] as the ata version builds fineImre Kaloz2010-03-011-1/+1
| | | | SVN-Revision: 19931
* kernel: mark ata-magicbox-cf & ide-magicbox as BROKEN for now (they don't ↵Nicolas Thill2010-03-011-2/+2
| | | | | | build on 2.6.32) SVN-Revision: 19925
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵Felix Fietkau2010-02-261-29/+29
| | | | | | by cshore) SVN-Revision: 19879
* kmod-dm: Set CONFIG_DM_LOG_USERSPACE=nLars-Peter Clausen2010-02-181-0/+1
| | | | SVN-Revision: 19712
* kernel: build the scsi core package even if CONFIG_SCSI=yFelix Fietkau2010-02-161-1/+1
| | | | SVN-Revision: 19666
* kernel: add a package for kmod-ata-silFelix Fietkau2010-02-161-0/+14
| | | | SVN-Revision: 19664
* Here is LVM support for OpenWRT. It introduces 3 new packages: - kmod-dm for ↵Travis Kemen2010-02-121-0/+29
| | | | | | the device mapper kernel module. - kmod-libdevmapper for the device-mapper library. - kmod-lvm2 for the lvm tool. Note that it currently does not create the symlinks for all the lvm tools, so you have to use lvm pvs rather than just pvs. Thanks Stefan Monnier SVN-Revision: 19595
* kernel: specify kmod packages dependencies in a uniform wayNicolas Thill2010-01-221-30/+27
| | | | SVN-Revision: 19271
* kernel: fix IDE modules on 2.4Nicolas Thill2010-01-061-4/+16
| | | | SVN-Revision: 19048
* fix bluetooth and ide breakage after r18955 (#6422)Florian Fainelli2009-12-301-5/+5
| | | | SVN-Revision: 18972
* remove 2.6.28 specific stuff from kernel packagesImre Kaloz2009-12-271-19/+0
| | | | SVN-Revision: 18954
* prevent some modules from being built on ubicom32 since they do not compile ↵Florian Fainelli2009-11-291-1/+1
| | | | | | or link SVN-Revision: 18595
* package the octeon compact flash driverFlorian Fainelli2009-10-091-0/+15
| | | | SVN-Revision: 18012
* 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
* kernel: fix Promise PDC202xx IDE driver locationNicolas Thill2009-10-051-0/+4
| | | | SVN-Revision: 17909
* small fixes mostly for kernel 2.6.31Hauke Mehrtens2009-09-261-2/+5
| | | | | | | | | | | - 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
* 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
* kernel/modules: package ATA version of the Magicbox CF driverGabor Juhos2009-07-221-2/+20
| | | | SVN-Revision: 16957
* make libsas depend on x86, over targets using it may unmask it laterFlorian Fainelli2009-07-221-1/+1
| | | | SVN-Revision: 16953
* add libsas and mvsas required for VIA NAS7800Florian Fainelli2009-07-211-0/+32
| | | | SVN-Revision: 16941
* kernel/modules: enable Magicbox CF driver on 2.6.28Gabor Juhos2009-07-191-1/+1
| | | | SVN-Revision: 16924
* kernel/modules: fix Magicbox CF card driver definitionsGabor Juhos2009-07-191-4/+4
| | | | SVN-Revision: 16911
* This patch adds a target for the IBM PowerXCell Accelerator Board. (aka ↵Florian Fainelli2009-07-161-0/+15
| | | | | | | | | | | | | | | | mvXCell-8i from MatrixVision or GigaAccel 180 from Fixstars) http://us.fixstars.com/products/gigaaccel/ This build will create zImage suitable for TFTP boot image. * v2 - add axonram device driver - switch to 2.6.30.1 Signed-off-by: Akinobu Mita <mita@fixstars.com> SVN-Revision: 16860
* remove 2.6.26 check, do not build ide-generic on arm it is not available (#5303)Florian Fainelli2009-07-041-6/+1
| | | | SVN-Revision: 16670
* The it821x is at an other location in older kernels.Hauke Mehrtens2009-05-111-0/+4
| | | | SVN-Revision: 15787
* fix kernel module name for autoloadingFlorian Fainelli2009-05-071-1/+1
| | | | SVN-Revision: 15649
* 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 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
* modules: fix several typos in block.mkGabor Juhos2009-04-231-6/+6
| | | | SVN-Revision: 15350
* update dependenciesHamish Guthrie2009-04-201-1/+1
| | | | SVN-Revision: 15292