Commit Graph

86 Commits (45d77a950cae058f5e200404d50790404212cbbc)

Author SHA1 Message Date
Nicolas Thill 45d77a950c [cosmetic] package/kernel: sort block package definitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21133 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24 13:43:30 +00:00
Nicolas Thill ae9b96421b package/kernel: move target specific modules to their own target files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21132 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24 13:34:51 +00:00
Nicolas Thill b873d7f0fe package/kernel: rename KernelPackage/*/Depends to AddDepends/*
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-24 11:42:17 +00:00
Florian Fainelli c7dc060be4 [package] add kmod-ata-pdc202xx-old (#6950)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20808 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-11 18:39:03 +00:00
Nicolas Thill e8e70099ee [package] kernel: move support for generic IDE chipsets out of ide-core in their own packages, fix ixp4xx build issue (closes: #6939)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-03 01:36:27 +00:00
Hauke Mehrtens 5b4779560a kernel: fix some minor error:
* 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
2010-03-21 14:22:38 +00:00
Hauke Mehrtens 3f551b3549 kernel: x86 remove dependency on ata-core and scsi-core
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
2010-03-21 14:18:11 +00:00
Claudio Mignanti 1586348a1a [etrax] fix kernel modules dependences for i2c and ata-core
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20146 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-11 15:38:50 +00:00
Imre Kaloz 0c88acaeea [kernel]: drop support for the old style magicbox-cf driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-01 08:04:14 +00:00
Imre Kaloz abecfb13fc [kernel]: partly revert [19925] as the ata version builds fine
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19931 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-01 08:00:03 +00:00
Nicolas Thill 833da719ef kernel: mark ata-magicbox-cf & ide-magicbox as BROKEN for now (they don't build on 2.6.32)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-01 06:25:44 +00:00
Felix Fietkau 2de472e0f1 mark relevant kmod-* packages as being required for rootfs mounting (patch by cshore)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-26 22:46:00 +00:00
Lars-Peter Clausen 00cbf5ebe3 [packages] kmod-dm: Set CONFIG_DM_LOG_USERSPACE=n
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19712 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-18 23:31:08 +00:00
Felix Fietkau 736f2a848d kernel: build the scsi core package even if CONFIG_SCSI=y
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19666 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:28:59 +00:00
Felix Fietkau 7257c1cad9 kernel: add a package for kmod-ata-sil
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-16 18:28:50 +00:00
Travis Kemen c25c2a676d Here is LVM support for OpenWRT. It introduces 3 new packages:
- 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
2010-02-12 01:37:02 +00:00
Nicolas Thill 2ffc0e4fbf [package] kernel: specify kmod packages dependencies in a uniform way
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19271 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-22 08:18:04 +00:00
Nicolas Thill eaf2a5cfd7 [package] kernel: fix IDE modules on 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19048 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-06 01:08:00 +00:00
Florian Fainelli 4b4c80cc58 [package] fix bluetooth and ide breakage after r18955 (#6422)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18972 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-30 10:52:28 +00:00
Imre Kaloz 27cae68270 remove 2.6.28 specific stuff from kernel packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-27 21:42:38 +00:00
Florian Fainelli f6c457dbde [ubicom32] prevent some modules from being built on ubicom32 since they do not compile or link
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-29 00:33:32 +00:00
Florian Fainelli a8be10c230 [octeon] package the octeon compact flash driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18012 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-09 07:36:19 +00:00
Imre Kaloz 99d8fa6f15 enable ATA_SFF (PATA support) in the generic configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17993 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-08 09:40:38 +00:00
Florian Fainelli 94e8310e00 [package* ata-ixp4xx-cf depends on TARGET_ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-06 15:24:28 +00:00
Nicolas Thill 59c181a38e [package] kernel: fix Promise PDC202xx IDE driver location
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-05 17:08:44 +00:00
Hauke Mehrtens f8688b5d90 small fixes mostly for kernel 2.6.31
- 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
2009-09-26 21:23:53 +00:00
Felix Fietkau c0af1b7faa fix pdc20xx compile for linux 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17359 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-24 00:52:00 +00:00
Felix Fietkau 27c1c93d6f brcm-2.4: fix ide disk detection on the wl-hdd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17358 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-23 23:56:19 +00:00
Florian Fainelli 3900114d34 [package] add missing libsas configuration symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-18 12:46:39 +00:00
Gabor Juhos ad45bf4408 [package] kernel/modules: package ATA version of the Magicbox CF driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-22 10:45:04 +00:00
Florian Fainelli 5639aafe1d [package] make libsas depend on x86, over targets using it may unmask it later
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-22 08:32:51 +00:00
Florian Fainelli dcae252fe3 [package] add libsas and mvsas required for VIA NAS7800
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-21 11:37:12 +00:00
Gabor Juhos 5c483a5b9b [package] kernel/modules: enable Magicbox CF driver on 2.6.28
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-19 17:46:46 +00:00
Gabor Juhos 69d8e574d7 [package] kernel/modules: fix Magicbox CF card driver definitions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-19 09:13:25 +00:00
Florian Fainelli f49a6c5859 This patch adds a target for the IBM PowerXCell Accelerator Board.
(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
2009-07-16 10:19:13 +00:00
Florian Fainelli f20e508256 [kernel] remove 2.6.26 check, do not build ide-generic on arm it is not available (#5303)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-04 09:54:46 +00:00
Hauke Mehrtens 3db9527d39 [it821x] The it821x is at an other location in older kernels.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15787 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-11 20:58:08 +00:00
Florian Fainelli 478ae16f6b [package] fix kernel module name for autoloading
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15649 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-07 00:23:44 +00:00
Florian Fainelli 8b84b9462f [kernel] package the ITE it821x IDE controller driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-06 23:49:17 +00:00
Jo-Philipp Wich b04ce7b30d [package] kernel: fix conditional handling of ide-support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-04 00:38:53 +00:00
Jo-Philipp Wich 9061cd2d81 [package] kernel: fix syntax error introduced with r15524
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15529 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-30 21:24:20 +00:00
Jo-Philipp Wich 3342cf9296 [package] kernel: fix ide-disk problems on newer kernels - thanks russell!
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-30 20:03:42 +00:00
Gabor Juhos 1c8ce1d893 [package] modules: fix several typos in block.mk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23 14:22:31 +00:00
Hamish Guthrie fb326d5683 [kernel module ps3vram] update dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-20 12:23:22 +00:00
Jo-Philipp Wich c5824507b5 [PATCH] [kernel] add sata_sil24 module
Signed-off-by: Erik Inge Bols? <knan-openwrt@anduin.net>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15261 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-19 15:42:16 +00:00
Felix Fietkau 5bdd866100 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:09:46 +00:00
Hamish Guthrie 6ae808ef56 Add ps3vram kernel module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-19 14:17:46 +00:00
Hauke Mehrtens 69a82afb67 [kernel] aec62xx is working with kernel 2.6.28 agagin.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-07 14:03:12 +00:00
Nicolas Thill 9c6d3972ae [package] kernel: mark modules that won't build on 2.6.28 as broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14356 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-02 15:48:52 +00:00
Nicolas Thill c4024c9378 mark kmod-ata-rb532-cf as broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-27 22:02:43 +00:00