summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/block.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining etrax referencesblogic2013-01-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: remove references to TARGET_ubicom32florian2012-11-301-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] make kmod-mvsas depend on x86 since it fails building on other ↵florian2012-07-261-1/+1
| | | | | | targets (eg: brcm63xx) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix libsas and mvsas dependencies against PCI and not x86florian2012-07-251-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] move x86 specific ide/pata modules to x86' modules.mkflorian2012-07-251-64/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32846 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove obsolete CompareKernelPatchVer callsnbd2012-05-171-17/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove kernel modules and references to kernels <= 2.6.36hauke2012-05-061-5/+1
| | | | | | | OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31634 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add some more additional missing config symbols for 3.2 and 3.3jogo2012-04-091-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm ↵jow2012-03-191-0/+1
| | | | | | and kmod-ata-sis git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31029 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add kmod-ata-sis (#8259)jow2012-03-181-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30978 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix KCONFIG depends of kmod-md modulesjow2012-02-151-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: This adds support for Marvell S-ATA.blogic2011-11-301-0/+15
| | | | | | | | Useful for kirkwood and probably other Marvell SoCs. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: enable kmod-ata-core & kmod-scsi-core on x86nico2011-10-281-5/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: typo in cs5535 and cs5536 pata driver kernel definitionshauke2011-08-061-4/+4
| | | | | | | closes #9773 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27924 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536hauke2011-06-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536hauke2011-06-071-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: remove pata-amd driver from generic x86 images, add addition cs553x modulesnbd2011-05-311-0/+64
| | | | | | | | | | The pata-cs5535/pata-cs5536 driver is actually fairly rare: it only gets used on embedded platforms. Therefore, we remove it from the generic x86 configuration. Also, add definitions for other useful geode modules (high-res timers, MFGPT timers, etc). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Remove all 2.4 definitionsacinonyx2011-05-151-41/+6
| | | | | | | | | With no 2.4 support in trunk, we can safely remove any 2.4 definitions for kmods and merge the 2.6 definitions into the generic ones. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: Remove $(KMOD_SUFFIX) usageacinonyx2011-05-151-15/+15
| | | | | | | | | Since there's only 2.6 in trunk $(KMOD_SUFFIX) can be safely replaced with ko for all mainline kernel modules. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add scsi cdrom supporthauke2011-04-091-0/+18
| | | | | | | This closes #9125. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a missing module for ahci on 2.6.35+nbd2011-02-161-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add missing 2.6.37 config symbols.florian2011-02-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: fix raid module packaging on newer kernels (#8384)jow2010-12-091-1/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: package md and raid level modules (#7184)jow2010-12-021-0/+144
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove 2.6.25 supportkaloz2010-11-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add dm-crypt and fix tabsflorian2010-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 r21950claudio2010-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 checksnbd2010-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 ↵nico2010-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, ↵nico2010-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.mknico2010-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 definitionsnico2010-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 filesnico2010-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/*nico2010-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)florian2010-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 ↵nico2010-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:hauke2010-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-corehauke2010-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-coreclaudio2010-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 driverkaloz2010-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 finekaloz2010-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 ↵nico2010-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 ↵nbd2010-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=nlars2010-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=ynbd2010-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-silnbd2010-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:thepeople2010-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 waynico2010-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.4nico2010-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)florian2009-12-301-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18972 3c298f89-4303-0410-b956-a3cf2f4a3e73