aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/block.mk
Commit message (Collapse)AuthorAgeFilesLines
* [package] add dm-crypt and fix tabsFlorian Fainelli2010-09-041-13/+13
| | | | | | Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22916 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-33/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-6/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move block2mtd to block.mkNicolas Thill2010-04-241-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] package/kernel: sort block package definitionsNicolas Thill2010-04-241-124/+126
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21133 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-105/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: rename KernelPackage/*/Depends to AddDepends/*Nicolas Thill2010-04-241-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21124 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-ata-pdc202xx-old (#6950)Florian Fainelli2010-04-111-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: move support for generic IDE chipsets out of ide-core in ↵Nicolas Thill2010-04-031-23/+47
| | | | | | their own packages, fix ixp4xx build issue (closes: #6939) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [etrax] fix kernel modules dependences for i2c and ata-coreClaudio Mignanti2010-03-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel]: drop support for the old style magicbox-cf driverImre Kaloz2010-03-011-17/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel]: partly revert [19925] as the ata version builds fineImre Kaloz2010-03-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵Felix Fietkau2010-02-261-29/+29
| | | | | | by cshore) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] kmod-dm: Set CONFIG_DM_LOG_USERSPACE=nLars-Peter Clausen2010-02-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: build the scsi core package even if CONFIG_SCSI=yFelix Fietkau2010-02-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a package for kmod-ata-silFelix Fietkau2010-02-161-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Here is LVM support for OpenWRT. It introduces 3 new packages:Travis Kemen2010-02-121-0/+29
| | | | | | | | | | | - kmod-dm for 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: specify kmod packages dependencies in a uniform wayNicolas Thill2010-01-221-30/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19271 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix IDE modules on 2.4Nicolas Thill2010-01-061-4/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix bluetooth and ide breakage after r18955 (#6422)Florian Fainelli2009-12-301-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.28 specific stuff from kernel packagesImre Kaloz2009-12-271-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ubicom32] prevent some modules from being built on ubicom32 since they do ↵Florian Fainelli2009-11-291-1/+1
| | | | | | not compile or link git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] package the octeon compact flash driverFlorian Fainelli2009-10-091-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable ATA_SFF (PATA support) in the generic configsImre Kaloz2009-10-081-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package* ata-ixp4xx-cf depends on TARGET_ixp4xxFlorian Fainelli2009-10-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix Promise PDC202xx IDE driver locationNicolas Thill2009-10-051-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17909 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pdc20xx compile for linux 2.6Felix Fietkau2009-08-241-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4: fix ide disk detection on the wl-hddFelix Fietkau2009-08-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add missing libsas configuration symbolFlorian Fainelli2009-08-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: package ATA version of the Magicbox CF driverGabor Juhos2009-07-221-2/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16957 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make libsas depend on x86, over targets using it may unmask it laterFlorian Fainelli2009-07-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add libsas and mvsas required for VIA NAS7800Florian Fainelli2009-07-211-0/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: enable Magicbox CF driver on 2.6.28Gabor Juhos2009-07-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel/modules: fix Magicbox CF card driver definitionsGabor Juhos2009-07-191-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This patch adds a target for the IBM PowerXCell Accelerator Board.Florian Fainelli2009-07-161-0/+15
| | | | | | | | | | | | | | | | | (aka 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] remove 2.6.26 check, do not build ide-generic on arm it is not ↵Florian Fainelli2009-07-041-6/+1
| | | | | | available (#5303) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [it821x] The it821x is at an other location in older kernels.Hauke Mehrtens2009-05-111-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15787 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix kernel module name for autoloadingFlorian Fainelli2009-05-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] package the ITE it821x IDE controller driverFlorian Fainelli2009-05-061-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15645 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix conditional handling of ide-supportJo-Philipp Wich2009-05-041-35/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15577 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix syntax error introduced with r15524Jo-Philipp Wich2009-04-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix ide-disk problems on newer kernels - thanks russell!Jo-Philipp Wich2009-04-301-21/+43
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] modules: fix several typos in block.mkGabor Juhos2009-04-231-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel module ps3vram] update dependenciesHamish Guthrie2009-04-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15292 3c298f89-4303-0410-b956-a3cf2f4a3e73