Commit Graph

12 Commits

Author SHA1 Message Date
Ben Hutchings 4220b94e90 udeb: Add zstd_decompress to compress-modules and make squashfs-modules depend on it
zstd_decompress is now used by both btrfs and squashfs, so it needs
to be in a common dependency of their udebs.
2018-04-19 11:12:40 +01:00
Ben Hutchings cdd19a1d2d udeb: Rename lzo-modules to compress-modules 2018-04-19 11:12:13 +01:00
Roger Shimizu 926704f2b9 [armel] Add dependency of udeb to fix FTBFS
* [armel] Add dependency of udeb modules (fixes FTBFS):
  - Add lzo_decompress to lzo-modules.
  - Add cmdlinepart to mtd-modules.
* [armel] Add dependency of udeb packages (fixes FTBFS):
  - Add package dependency of mtd-modules to jffs2-modules.
  - Add package dependency of lzo-modules to squashfs-modules.

(cherry picked from commit 175171d42d)
2018-04-16 00:16:47 +09:00
Ben Hutchings 04774ae4fa udeb: Remove dependencies on nonexistent nls-core-modules packages
These dependencies are deleted by kernel-wedge automatically, but let's
not leave such misleading references around.
2016-10-02 01:51:06 +01:00
Ben Hutchings 19630e9d2b [armel] udeb: Remove obsolete control stanza for beeper-modules
There hasn't been a beeper-modules package since before the
kernel-wedge configuration was added to src:linux.
2016-02-08 02:41:47 +00:00
Ben Hutchings 24ff745737 [armel] udeb: Update kernel-image Provides field for marvell flavour
For marvell, only the RTC drivers are built-in.

Remove the Provides definitions for kirkwood and orion5x.
2016-02-08 02:40:47 +00:00
Ben Hutchings 2e06c068d6 [armel] Remove iop32x flavour (fixes FTBFS)
I'm not about to fix it again, and no-one else seems to care for this
flavour any more.

svn path=/dists/trunk/linux/; revision=20972
2014-01-11 02:48:38 +00:00
Ben Hutchings 8a04da01dc udeb: Remove redundant control file overrides
svn path=/dists/trunk/linux/; revision=20235
2013-06-11 02:19:45 +00:00
Ben Hutchings b59c576e26 Merge changes from sid up to 3.8.11-1
svn path=/dists/trunk/linux/; revision=20053
2013-05-06 22:10:37 +00:00
Ben Hutchings 6beea61250 udeb: Add missing dependencies for various modules (see #678587)
- [armel/kirkwood] fb-modules depends on kernel-image
- [ia64] nic-usb-modules depends on kernel-image, nic-shared-modules,
  usb-modules
- [ia64] sata-modules depends on kernel-image, scsi-core-modules
- [ia64] scsi-modules depends on scsi-core-modules
- [ia64,powerpc,ppc64] pcmcia-modules depends on kernel-image
- [powerpc,ppc64] nic-pcmcia-modules depends on kernel-image,
  nic-shared-modules, pcmcia-modules
- [powerpc,ppc64,x86] scsi-modules depends on ata-modules
- [x86] nic-extra-modules depends on i2c-modules

These are the dependencies assumed by kernel-wedge gen-deps (which
adds per-arch Depends to the default) but not included by kernel-wedge
gen-control (which makes per-arch Depends override the default).

For all the release architectures, the two sub-commands should now
agree, whether or not #678587 is fixed.

svn path=/dists/sid/linux/; revision=19196
2012-06-24 19:31:27 +00:00
Martin Michlmayr ce522b033c Set the priority of pata-modules to standard since the
GLAN Tank uses PATA.

svn path=/dists/sid/linux-2.6/; revision=18311
2011-11-22 15:26:19 +00:00
Ben Hutchings ed776fb227 Build udebs for the installer
Use kernel-wedge in gencontrol.py and during the build process to
generate the udeb packages required by debian-installer.

Add the kernel-wedge configuration files from all the current
linux-kernel-di-$arch-2.6 packages.

svn path=/dists/trunk/linux-2.6/; revision=18121
2011-09-25 03:12:12 +00:00