Commit Graph

225 Commits

Author SHA1 Message Date
Ben Hutchings 2165116cd9 [hppa] udeb: Fix duplicate modules in ata-modules, pata-modules (thanks to Helge Deller) (Closes: #770102)
svn path=/dists/sid/linux/; revision=22276
2015-01-17 09:54:16 +00:00
Ian Campbell 6fed3d5643 [arm64] udeb: Remove zlib-modules, as ZLIB_DEFLATE is now built-in (fixes FTBFS)
svn path=/dists/sid/linux/; revision=22273
2015-01-16 15:19:28 +00:00
Ben Hutchings 147729defc udeb: Add i2c-designware-{core,platform} to i2c-modules and i2c-hid to input-modules (Closes: #772578)
svn path=/dists/sid/linux/; revision=22241
2015-01-02 04:19:56 +00:00
Ian Campbell d0e9352ff8 [armhf] Updates to udebs for OMAP5432 uEVM support.
Based on a patch from Chen Baozi. Added pbias-regulator to mmc-modules and
ohci-omap3, ehci-omap and phy-omap-usb2 to usb-modules (dwc3-omap was already
present).

Enabled CONFIG_REGULATOR_PALMAS and CONFIG_TI_PIPE3 as builtin since they are
used by multiple subsystems.

svn path=/dists/sid/linux/; revision=22234
2014-12-29 23:16:37 +00:00
Ian Campbell 0ab43721fa [armhf] Enable support for support OMAP5432 uEVM
Based on a patch from Chen Baozi (Closes: #772953)

svn path=/dists/sid/linux/; revision=22194
2014-12-13 12:20:44 +00:00
Ian Campbell 62427bce8f [armhf] Add udeb modules to support video and keyboard for imx6.
Patch from Vagrant Cascadian (Closes: #770635)

svn path=/dists/sid/linux/; revision=22079
2014-11-23 11:10:11 +00:00
Ben Hutchings d41803dc84 [hppa] udeb: Fix modules in multiple packages (Closes: 768297)
svn path=/dists/sid/linux/; revision=22047
2014-11-06 16:41:04 +00:00
Aurelien Jarno f06a9bf272 [i386] Rename 486 flavour to 586 for udebs.
svn path=/dists/sid/linux/; revision=22038
2014-11-04 21:25:00 +00:00
Ben Hutchings 6692d97e08 [hppa] udeb: Add many more module packages (Closes: #766793)
svn path=/dists/sid/linux/; revision=22028
2014-11-03 23:41:19 +00:00
Ian Campbell 22d18b3b32 [armhf] Add mtd-modules udeb. Patch from Uwe Kleine-Koenig.
svn path=/dists/sid/linux/; revision=22009
2014-10-31 15:22:02 +00:00
Uwe Kleine-König f52ed32bc5 [armhf] add chipidea driver to usb-modules udeb.
I didn't test it, but my expectation is that this should make usb functional on
i.MX6 during installation.


svn path=/dists/sid/linux/; revision=21945
2014-10-12 19:07:23 +00:00
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