Commit Graph

214 Commits

Author SHA1 Message Date
Ben Hutchings bc1d790d5f udeb: Add pata_rdc to pata-modules (Closes: #633128)
svn path=/dists/sid/linux/; revision=21904
2014-09-24 12:20:30 +00:00
Ian Campbell dbae63b887 [armhf] Add Exynos5 disk/usb/nic modules to udebs.
svn path=/dists/sid/linux/; revision=21885
2014-09-21 11:10:34 +00:00
Aurelien Jarno 2bb3fb3938 [mips*/octeon] Enable OCTEON_USB, USB_EHCI_HCD, USB_OHCI_HCD,
and USB_OCTEON_EHCI, USB_OCTEON_OHCI (Closes: #762066).

svn path=/dists/sid/linux/; revision=21881
2014-09-20 02:38:04 +00:00
Ian Campbell 8ae89f44df [arm64] Add cdrom-core-modules udeb
svn path=/dists/sid/linux/; revision=21862
2014-09-17 15:39:56 +00:00
Ben Hutchings 196543cef2 [armhf] udeb: Add ehci-platform, ohci-platform and phy-sun4i-usb to usb-modules (Closes: #761591)
svn path=/dists/sid/linux/; revision=21858
2014-09-16 18:42:44 +00:00
Ben Hutchings 782d644da7 udeb: Add ccm, ctr to crypto-modules (Closes: #761902)
svn path=/dists/sid/linux/; revision=21856
2014-09-16 17:52:59 +00:00
Ben Hutchings fbff0a02fd udeb: Fix typo in dependencies of speakup-modules
We currently FTBFS on mips64el:

    cannot read /tmp/linux/linux-3.16.2/debian/installer/mips64el/modules/mips64el-sb1-bcm91250a/mips64el-sb1-bcm91250a
    ...
    cannot read /tmp/linux/linux-3.16.2/debian/installer/mips64el/modules/mips64el-loongson-3/mips64el-loongson-3
    ...
    find: `debian/speakup-modules-3.16-1-loongson-3-di': No such file or directory
    speakup-modules-3.16-1-loongson-3-di will be empty

The 'cannot read' warnings are due to a bug in kernel-wedge
copy-modules (fixed in version 2.90) that affects module list
directories that are symlinked.  Instead of getting a list of files
and symlinks in the directory, it only finds the directory-symlink.

The bug was generally harmless because copy-modules also gets a
list of inter-package dependencies (without relying on the first
list), and this includes all package names.  Except that
speakup-modules has 'Depends: kernel-image!', and as there is
no package definition for 'kernel-image!' this dependency is
not included in the second list and copy-modules does not see
'speakup-modules'.

mips64el seems to be the only architecture which has a symlink to a
module list directory including speakup-modules.

Delete the '!'.

svn path=/dists/sid/linux/; revision=21834
2014-09-13 02:30:57 +00:00
Aurelien Jarno ad2d30001b [mips64el] Drop loongson-2e and loongson-2f flavour as the minimum
supported ISA will be at least MIPS64.

svn path=/dists/sid/linux/; revision=21833
2014-09-12 22:00:07 +00:00
Ian Campbell 64d07e85d9 [arm64] Backport xgene Ethernet and include phy-xgene in udebs
phy-xgene is needed for ahci_xgene not the Ethernet driver, so place in
sata-modules for now. While there move ahci_xgene from the toplevel list into
the arm64 specific list.

svn path=/dists/sid/linux/; revision=21828
2014-09-12 15:20:43 +00:00
Ben Hutchings a3cf070da5 udeb: Add many wireless drivers to nic-wireless-modules
svn path=/dists/sid/linux/; revision=21824
2014-09-12 14:20:16 +00:00
Ian Campbell be11f37efd [armel/orion5x] udeb: Include mvmdio in nic-modules udeb.
svn path=/dists/sid/linux/; revision=21802
2014-09-10 09:19:23 +00:00
Ben Hutchings 9c46c1cf9e [arm64] Enable more X-Gene drivers as modules
svn path=/dists/sid/linux/; revision=21801
2014-09-09 12:57:53 +00:00
Ben Hutchings c8ec0ef68c [armhf] udeb: Remove efi-modules, as EFI is not yet supported on ARM!
svn path=/dists/sid/linux/; revision=21800
2014-09-09 12:42:30 +00:00
Ben Hutchings d53fe15ef5 [armel,mips*] udeb: Remove lzo-modules, as LZO_COMPRESS is now built-in (fixes FTBFS)
svn path=/dists/sid/linux/; revision=21787
2014-09-08 17:24:27 +00:00
Ben Hutchings edbecf46f8 [armhf,arm64] udeb: Add efi-modules
svn path=/dists/trunk/linux/; revision=21743
2014-08-24 21:27:25 +00:00
Ben Hutchings 41ca67f86b udeb: Add new sound drivers to sound-modules (thanks to Samuel Thibault) (Closes: #756998)
svn path=/dists/trunk/linux/; revision=21687
2014-08-06 01:46:11 +00:00
Aurelien Jarno ddc89279e2 udeb: rename crc32c.ko into crc32c_generic.ko in crc-modules.
svn path=/dists/trunk/linux/; revision=21669
2014-08-03 15:50:36 +00:00
Ben Hutchings 55b65741c1 Merge changes from sid up to 3.14.13-2
svn path=/dists/trunk/linux/; revision=21638
2014-07-27 22:55:29 +00:00
Aurelien Jarno 201cb7f8bd [mips*] Add few new udebs and use standard udebs configuration when
possible.

svn path=/dists/sid/linux/; revision=21626
2014-07-24 05:46:46 +00:00
Aurelien Jarno 276e281b7f Add scsi_transport_sas and scsi_transport_spi to scsi-core-modules udeb
as optional so that these modules do not end up in two different udebs
as dependencies. Remove them from the i386, ia64, powerpc and sparc
definition.

svn path=/dists/sid/linux/; revision=21621
2014-07-23 09:38:19 +00:00
Aurelien Jarno 8301be0dca [mipsel,mips64el/loongson-3] Disable not built modules in nic-modules,
scsi-common-modules, scsi-extra-modules, scsi-modules (fixes FTBFS).

svn path=/dists/sid/linux/; revision=21615
2014-07-22 21:55:20 +00:00
Aurelien Jarno e42e5415c1 [mips64,mips64el] Build udebs for 5kc-malta flavour.
svn path=/dists/sid/linux/; revision=21614
2014-07-21 21:23:00 +00:00
Ben Hutchings 659b610ffd Merge changes from sid up to 3.14.13-1
svn path=/dists/trunk/linux/; revision=21607
2014-07-21 16:08:39 +00:00
Ben Hutchings d94e944064 udeb: Add sdhci-acpi to mmc-modules (Closes: #747284)
svn path=/dists/sid/linux/; revision=21601
2014-07-20 23:12:08 +00:00
Aurelien Jarno bedcc1d86e Backport mips configuration files changes and loongson 3 support from trunk
svn path=/dists/sid/linux/; revision=21583
2014-07-20 12:04:40 +00:00
Ian Campbell 4ace2fe928 [arm64] Add xen-netfront to nic-modules udeb.
svn path=/dists/sid/linux/; revision=21567
2014-07-19 15:31:05 +00:00
Ian Campbell 948f634d12 [arm64] Add xfs-modules udeb
svn path=/dists/sid/linux/; revision=21566
2014-07-19 15:31:02 +00:00
Aurelien Jarno d5dbe30e17 [mips64,mips64el] Add a 5kc-malta flavour.
svn path=/dists/trunk/linux/; revision=21556
2014-07-16 22:03:37 +00:00
Ian Campbell 95cadf635f [armhf] Add MMC and NIC modules for BeagleBone Black to udebs. (Closes: #754491)
svn path=/dists/sid/linux/; revision=21540
2014-07-12 20:26:30 +00:00
Aurelien Jarno c6a044d95f [mips,mipsel] Add mips64 and mips64el support (Closes: #749688).
svn path=/dists/trunk/linux/; revision=21495
2014-07-02 09:25:44 +00:00
Aurelien Jarno 2977360c94 [mips/mipsel] Clean mipsel installer by using symlinks to the mips
versions.

svn path=/dists/trunk/linux/; revision=21492
2014-07-02 07:07:12 +00:00
Ben Hutchings a50e53cccf Merge changes from sid up to 3.14.7-1
Replace 'powerpc/powernv: Add calls to support little endian host'
with the version committed upstream.

Drop the ABI-preserving changes.

svn path=/dists/trunk/linux/; revision=21452
2014-06-16 12:24:52 +00:00
Ben Hutchings ade863b65b ppc64el: installer: new files
This creates the debian/installer/ppc64el dir with the usual contents
(kernel-versions, packages-list, and modules/).

For commonality with the other powerpc-based ports, make the installer's
module lists '#include' those from the ppc64 port (which in turn '#includes'
some from the powerpc port).

The differences are 4 modules from ps3/cell/powermacs systems removed from
nic-modules and scsi-modules.

Changes from V2 [1]:
- Removed symlinks 'debian/installer/ppc64el/modules/{powerpc,ppc64}'.
- Updated #include paths in module lists accordingly (path of ppc64 port).

[2] https://lists.debian.org/debian-kernel/2014/06/msg00064.html

Signed-off-by: Mauricio Faria de Oliveira <mauricfo@linux.vnet.ibm.com>

svn path=/dists/sid/linux/; revision=21437
2014-06-15 15:13:18 +00:00
Ian Campbell e68b65e578 Include virtio_mmio in virtio-modules udeb when available.
svn path=/dists/sid/linux/; revision=21409
2014-06-07 07:42:00 +00:00
Ian Campbell 6a7c0fe64e [arm64] Update modules included in installer udebs.
- Enable input
- Correct nic-modules and scsi-modules, no PCI on this platform yet.

svn path=/dists/sid/linux/; revision=21408
2014-06-07 07:41:57 +00:00
Ben Hutchings 7c0cc59b3c Merge changes from sid up to 3.14.5-1
svn path=/dists/trunk/linux/; revision=21401
2014-06-05 17:57:19 +00:00
Ian Campbell 2cd173247d [armhf] Add sunxi mmc driver to udebs
svn path=/dists/trunk/linux/; revision=21374
2014-06-02 06:42:56 +00:00
Ian Campbell 5c79ca4fc1 [armhf] Add virtio-modules udeb
svn path=/dists/sid/linux/; revision=21366
2014-05-31 10:34:09 +00:00
Ian Campbell df5e9abf74 arm64: Add some NIC drivers and virtio udebs
Used for vexpress/qemu/fastmodel.

svn path=/dists/sid/linux/; revision=21365
2014-05-31 10:34:06 +00:00
Ian Campbell 235e811596 [arm64] Initial kernel configuration and packaging.
svn path=/dists/sid/linux/; revision=21356
2014-05-22 18:23:45 +00:00
Ben Hutchings 18c24a0d32 Merge changes from sid up to 3.14.4-1
Except for:
- ABI reference
- ABI workarounds
- rt patch changes
- Backported patches not needed here

svn path=/dists/trunk/linux/; revision=21348
2014-05-14 13:35:05 +00:00
Ben Hutchings 895dfae614 udeb: Add mtip32xx, nvme to sata-modules
svn path=/dists/sid/linux/; revision=21332
2014-05-13 16:18:22 +00:00
Ben Hutchings 9859eefaff [hppa] udeb: Add xfs-modules (Closes: #746506)
svn path=/dists/sid/linux/; revision=21331
2014-05-13 16:11:31 +00:00
Aurelien Jarno 624c9d16b6 [mipsel] Add a loongson-3 flavour to support Loongson 3A/3B machines.
svn path=/dists/trunk/linux/; revision=21298
2014-05-03 19:02:09 +00:00
Ben Hutchings 0b4267b0a7 [x86] udeb: Add hyperv-keyboard to hyperv-modules
svn path=/dists/sid/linux/; revision=21294
2014-05-01 01:32:46 +00:00
Ian Campbell 5c8f84221c [armhf] Backport sunxi AHCI and GMAC drivers from v3.15-rc1
svn path=/dists/trunk/linux/; revision=21258
2014-04-21 15:52:21 +00:00
Ian Campbell bbd09ff62b [armhf] Drop suffix from kernel udeb
svn path=/dists/trunk/linux/; revision=21247
2014-04-20 14:43:46 +00:00
Ben Hutchings 5d7ed2a7bd udeb: Update sound-modules, thanks to Samuel Thibault (Closes: #743319)
svn path=/dists/trunk/linux/; revision=21206
2014-04-02 01:14:47 +00:00
Ben Hutchings 6cc559c336 [armel/!kirkwood] udeb: Re-add lzo-modules udeb as lzo_compress is a module again (fixes FTBFS)
svn path=/dists/sid/linux/; revision=21113
2014-02-26 02:35:22 +00:00
Ben Hutchings 59e95bb501 udeb: Make ISA drivers optional in speakup-modules
ISA speakup drivers are no longer built on amd64 so we need to
allow them to be missing.

svn path=/dists/sid/linux/; revision=21055
2014-02-22 03:16:47 +00:00