Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel: remove obsolete CompareKernelPatchVer calls | Felix Fietkau | 2012-05-17 | 1 | -17/+5 |
| | | | | SVN-Revision: 31775 | ||||
* | kernel: remove kernel modules and references to kernels <= 2.6.36 | Hauke Mehrtens | 2012-05-06 | 1 | -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. SVN-Revision: 31634 | ||||
* | kernel: add some more additional missing config symbols for 3.2 and 3.3 | Jonas Gorski | 2012-04-09 | 1 | -1/+3 |
| | | | | SVN-Revision: 31221 | ||||
* | kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and ↵ | Jo-Philipp Wich | 2012-03-19 | 1 | -0/+1 |
| | | | | | | kmod-ata-sis SVN-Revision: 31029 | ||||
* | kernel: add kmod-ata-sis (#8259) | Jo-Philipp Wich | 2012-03-18 | 1 | -1/+15 |
| | | | | SVN-Revision: 30978 | ||||
* | kernel: fix KCONFIG depends of kmod-md modules | Jo-Philipp Wich | 2012-02-15 | 1 | -13/+13 |
| | | | | SVN-Revision: 30564 | ||||
* | kernel: This adds support for Marvell S-ATA. | John Crispin | 2011-11-30 | 1 | -0/+15 |
| | | | | | | | | Useful for kirkwood and probably other Marvell SoCs. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29364 | ||||
* | package/kernel: enable kmod-ata-core & kmod-scsi-core on x86 | Nicolas Thill | 2011-10-28 | 1 | -5/+4 |
| | | | | SVN-Revision: 28662 | ||||
* | kernel: typo in cs5535 and cs5536 pata driver kernel definitions | Hauke Mehrtens | 2011-08-06 | 1 | -4/+4 |
| | | | | | | closes #9773 SVN-Revision: 27924 | ||||
* | kernel: fix description of kmod-pata-cs5535 and kmod-pata-cs5536 | Hauke Mehrtens | 2011-06-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 27126 | ||||
* | kernel: fix call of kmod-pata-cs5535 and kmod-pata-cs5536 | Hauke Mehrtens | 2011-06-07 | 1 | -2/+2 |
| | | | | SVN-Revision: 27125 | ||||
* | x86: remove pata-amd driver from generic x86 images, add addition cs553x modules | Felix Fietkau | 2011-05-31 | 1 | -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> SVN-Revision: 27037 | ||||
* | package/kernel: Remove all 2.4 definitions | Vasilis Tsiligiannis | 2011-05-15 | 1 | -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> SVN-Revision: 26901 | ||||
* | package/kernel: Remove $(KMOD_SUFFIX) usage | Vasilis Tsiligiannis | 2011-05-15 | 1 | -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> SVN-Revision: 26900 | ||||
* | kernel: add scsi cdrom support | Hauke Mehrtens | 2011-04-09 | 1 | -0/+18 |
| | | | | | | This closes #9125. SVN-Revision: 26548 | ||||
* | kernel: add a missing module for ahci on 2.6.35+ | Felix Fietkau | 2011-02-16 | 1 | -1/+6 |
| | | | | SVN-Revision: 25553 | ||||
* | add missing 2.6.37 config symbols. | Florian Fainelli | 2011-02-10 | 1 | -0/+1 |
| | | | | SVN-Revision: 25447 | ||||
* | kernel: fix raid module packaging on newer kernels (#8384) | Jo-Philipp Wich | 2010-12-09 | 1 | -1/+10 |
| | | | | SVN-Revision: 24394 | ||||
* | kernel: package md and raid level modules (#7184) | Jo-Philipp Wich | 2010-12-02 | 1 | -0/+144 |
| | | | | SVN-Revision: 24214 | ||||
* | remove 2.6.25 support | Imre Kaloz | 2010-11-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 24089 | ||||
* | add dm-crypt and fix tabs | Florian Fainelli | 2010-09-04 | 1 | -13/+13 |
| | | | | | | Signed-off-by: Jan Willies <jan@willies.info> SVN-Revision: 22916 | ||||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 1 | -33/+33 |
| | | | | SVN-Revision: 22145 | ||||
* | remove obsolete kernel dependencies and version checks | Felix Fietkau | 2010-06-26 | 1 | -6/+2 |
| | | | | SVN-Revision: 21956 | ||||
* | package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵ | Nicolas Thill | 2010-04-29 | 1 | -1/+4 |
| | | | | | | only SVN-Revision: 21251 | ||||
* | package/kernel: move AddDepends calls at the end of package definitions, ↵ | Nicolas Thill | 2010-04-29 | 1 | -13/+18 |
| | | | | | | move back some dependencies in DEPENDS for clarity SVN-Revision: 21248 | ||||
* | package/kernel: move block2mtd to block.mk | Nicolas Thill | 2010-04-24 | 1 | -0/+10 |
| | | | | SVN-Revision: 21134 | ||||
* | package/kernel: sort block package definitions | Nicolas Thill | 2010-04-24 | 1 | -124/+126 |
| | | | | SVN-Revision: 21133 | ||||
* | package/kernel: move target specific modules to their own target files | Nicolas Thill | 2010-04-24 | 1 | -105/+0 |
| | | | | SVN-Revision: 21132 | ||||
* | package/kernel: rename KernelPackage/*/Depends to AddDepends/* | Nicolas Thill | 2010-04-24 | 1 | -20/+20 |
| | | | | SVN-Revision: 21124 | ||||
* | add kmod-ata-pdc202xx-old (#6950) | Florian Fainelli | 2010-04-11 | 1 | -0/+19 |
| | | | | SVN-Revision: 20808 | ||||
* | kernel: move support for generic IDE chipsets out of ide-core in their own ↵ | Nicolas Thill | 2010-04-03 | 1 | -23/+47 |
| | | | | | | packages, fix ixp4xx build issue (closes: #6939) SVN-Revision: 20664 | ||||
* | kernel: fix some minor error: | Hauke Mehrtens | 2010-03-21 | 1 | -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-core | Hauke Mehrtens | 2010-03-21 | 1 | -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-core | Claudio Mignanti | 2010-03-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 20146 | ||||
* | drop support for the old style magicbox-cf driver | Imre Kaloz | 2010-03-01 | 1 | -17/+2 |
| | | | | SVN-Revision: 19932 | ||||
* | partly revert [19925] as the ata version builds fine | Imre Kaloz | 2010-03-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 19931 | ||||
* | kernel: mark ata-magicbox-cf & ide-magicbox as BROKEN for now (they don't ↵ | Nicolas Thill | 2010-03-01 | 1 | -2/+2 |
| | | | | | | build on 2.6.32) SVN-Revision: 19925 | ||||
* | mark relevant kmod-* packages as being required for rootfs mounting (patch ↵ | Felix Fietkau | 2010-02-26 | 1 | -29/+29 |
| | | | | | | by cshore) SVN-Revision: 19879 | ||||
* | kmod-dm: Set CONFIG_DM_LOG_USERSPACE=n | Lars-Peter Clausen | 2010-02-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 19712 | ||||
* | kernel: build the scsi core package even if CONFIG_SCSI=y | Felix Fietkau | 2010-02-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 19666 | ||||
* | kernel: add a package for kmod-ata-sil | Felix Fietkau | 2010-02-16 | 1 | -0/+14 |
| | | | | SVN-Revision: 19664 | ||||
* | Here is LVM support for OpenWRT. It introduces 3 new packages: - kmod-dm for ↵ | Travis Kemen | 2010-02-12 | 1 | -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 way | Nicolas Thill | 2010-01-22 | 1 | -30/+27 |
| | | | | SVN-Revision: 19271 | ||||
* | kernel: fix IDE modules on 2.4 | Nicolas Thill | 2010-01-06 | 1 | -4/+16 |
| | | | | SVN-Revision: 19048 | ||||
* | fix bluetooth and ide breakage after r18955 (#6422) | Florian Fainelli | 2009-12-30 | 1 | -5/+5 |
| | | | | SVN-Revision: 18972 | ||||
* | remove 2.6.28 specific stuff from kernel packages | Imre Kaloz | 2009-12-27 | 1 | -19/+0 |
| | | | | SVN-Revision: 18954 | ||||
* | prevent some modules from being built on ubicom32 since they do not compile ↵ | Florian Fainelli | 2009-11-29 | 1 | -1/+1 |
| | | | | | | or link SVN-Revision: 18595 | ||||
* | package the octeon compact flash driver | Florian Fainelli | 2009-10-09 | 1 | -0/+15 |
| | | | | SVN-Revision: 18012 | ||||
* | enable ATA_SFF (PATA support) in the generic configs | Imre Kaloz | 2009-10-08 | 1 | -3/+1 |
| | | | | SVN-Revision: 17993 | ||||
* | [package* ata-ixp4xx-cf depends on TARGET_ixp4xx | Florian Fainelli | 2009-10-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 17956 |