Commit Graph

13 Commits

Author SHA1 Message Date
Ben Hutchings f98f9b5dcf udeb: Move drivers from {hyperv,virtio}-modules to {fb,input,nic,scsi}-modules
Now that the shared dependencies of these drivers are in kernel-image,
we can safely move them into the packages for each driver class.
2019-02-13 01:23:11 +00:00
Ben Hutchings 07c5106918 udeb: Add scsi-nic-modules containing Chelsio and Qlogic iSCSI/FC drivers
These drivers depend on the corresponding net drivers, or at least
common modules built under drivers/net/ethernet, currently leading
to duplicate modules.

I don't want to resolve this by adding a dependency between
nic-modules and scsi-modules, as that would pull in both into
installer images that previously only needed one set of drivers.  I
also don't want to add the common modules into kernel-image as that
would bloat all installer images.  Instead, put the drivers in a new
package and we can work out which installer images should include it
later.

Build scsi-nic-modules for all architectures/flavours that build
scsi-modules using the common module list now.
2019-02-11 14:00:58 +00:00
Bastian Blank 503143acab Enable NVME_MULTIPATH, NVME_FC, NVME_TARGET_FC
This enables NVME support in various SCSI host adapters, so move the
nvme module into the scsi-modules installer udeb.
2018-01-18 20:20:14 +01:00
Ben Hutchings d4ee4a1bbc udeb: Remove references to cciss in scsi-modules lists
cciss has now been fully replaced by hpsa, so these lines have no effect.
2017-10-04 02:32:15 +01:00
Ben Hutchings 71665302ad udeb: Make DAC960 and cciss optional in scsi-modules again
They are only built on some architectures, but armhf and arm64 #include
this file so currently FTBFS.
2016-02-18 16:45:09 +00:00
Ben Hutchings 9264d0947e udeb: scsi-modules: Include SCSI drivers by default 2016-02-15 03:06:32 +00:00
Ben Hutchings b8c3eeca7f udeb: Combine scsi-{common,extra}-modules with scsi-modules 2016-02-15 02:40:09 +00:00
Ben Hutchings a2db815fa1 Enable many new drivers and other features 2015-10-28 05:46:45 +09:00
Maximilian Attems 55fd275a2c udebs: no tmscim around anymore.
axe any ref

Signed-off-by: maximilian attems <maks@debian.org>

svn path=/dists/trunk/linux/; revision=22382
2015-02-12 07:53:59 +00:00
Ben Hutchings 100f6e9285 udeb: Add various recently enabled drivers
svn path=/dists/sid/linux/; revision=21053
2014-02-22 03:02:18 +00:00
Ben Hutchings 0cbce9b1f3 udeb: Update config to match previous kernel config changes
svn path=/dists/trunk/linux/; revision=20612
2013-09-13 03:41:14 +00:00
Ben Hutchings 492ce02d51 udeb: Remove obsolete and unsupported drivers and filesystems
- Remove ppa from scsi-modules
- Remove floppy-modules, irda-modules, parport-modules, plip-modules,
  qnx4-modules, reiserfs-modules, ufs-modules

svn path=/dists/sid/linux/; revision=20353
2013-07-16 01:02:44 +00:00
Ben Hutchings cc4b96aba3 udeb: Provide the default configuration for kernel-wedge
The default (arch-independent) configuration was previously provided
by the kernel-wedge package, but we want to be able to update it
without changing that in future.  Copy the configuration files from
kernel-wedge 2.82 (except loop-aes-modules which is now unused).

Depend on kernel-wedge 2.83, which adds this feature.

svn path=/dists/trunk/linux-2.6/; revision=18347
2011-12-04 05:58:44 +00:00