Merge changes from trunk

svn path=/dists/sid/linux/; revision=20343
This commit is contained in:
Ben Hutchings 2013-07-15 01:19:10 +00:00
commit 325371c040
568 changed files with 3941 additions and 431052 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
TMPDIR=$(mktemp -d)
trap "rm -rf $TMPDIR" EXIT
sed '/^#/d; /^[[:space:]]*$/d; s/^[+X] //; s,^,debian/patches/,' debian/patches/series* | sort -u > $TMPDIR/used
sed '/^#/d; /^[[:space:]]*$/d; /^X /d; s/^+ //; s,^,debian/patches/,' debian/patches/series* | sort -u > $TMPDIR/used
find debian/patches ! -path '*/series*' -type f -name "*.diff" -o -name "*.patch" -printf "%p\n" | sort > $TMPDIR/avail
echo "Used patches"
echo "=============="
@ -10,4 +10,13 @@ cat $TMPDIR/used
echo
echo "Unused patches"
echo "=============="
fgrep -v -f $TMPDIR/used $TMPDIR/avail
fgrep -v -f $TMPDIR/used $TMPDIR/avail || test $? = 1
echo
echo "Patches without required headers"
echo "================================"
xargs egrep -l '^(Subject|Description):' < $TMPDIR/used | xargs egrep -l '^(From|Author|Origin):' > $TMPDIR/goodheaders || test $? = 1
fgrep -v -f $TMPDIR/goodheaders $TMPDIR/used
echo
echo "Patches without Origin or Forwarded header"
echo "=========================================="
xargs egrep -L '^(Origin|Forwarded):' < $TMPDIR/used || test $? = 1

View File

@ -24,7 +24,7 @@ class Main(object):
version = changelog.version
if override_version:
version = VersionLinux('%s-undef' % override_version)
version = VersionLinux('%s-0' % override_version)
self.version_dfsg = version.linux_dfsg
if self.version_dfsg is None:

19
debian/bin/uscan-hook vendored Executable file
View File

@ -0,0 +1,19 @@
#!/bin/bash -e
# This script is invoked by uscan after downloading a new tarball
if [ "x$1" != "x--upstream-version" -o $# != 3 ]; then
echo >&2 "invalid arguments: $*"
exit 2
fi
version="$2"
filename="$3"
upstream_tarball="$(readlink -f "$filename")"
rm "$filename"
debian/bin/genorig.py --override-version "$version" "$upstream_tarball"
dch -v "$version-1" 'New upstream release'
debian/rules orig

96
debian/changelog vendored
View File

@ -1,3 +1,99 @@
linux (3.10-1~exp1) UNRELEASED; urgency=low
* New upstream release: http://kernelnewbies.org/Linux_3.10
- netfilter: nf_nat_sip: fix mangling (Closes: #715822)
- Interrupt storm detection in intel driver (Closes: #572537)
[ Ben Hutchings ]
* cassini: Make missing firmware non-fatal (Closes: #714128)
* debian/patches: Add DEP-3 headers (From/Author, Subject/Description,
Forwarded/Origin) to all patches
* aufs: Add DEP-3 headers to generated/copied patches
* [rt] genpatch.py: Work with upstream patch series as well as git
- Fold convert-series into genpatch.py
* [rt] genpatch.py: Add Origin header to all patches
* debian/bin/check-patches.sh: Report missing DEP-3 headers
* alx: Use upstream minimal driver
- Apply bug fixes accepted for 3.11
* [x86] efivars: Reenable 'paranoid' size check by default, as it should
no longer have false positives
* debian/patches: Reorder and group patches in series
* debian/rules.real: Remove support for pre-multiarch dpkg
* Update policy version to 3.9.4
- debian/control: Put xen-linux-system-* in the 'metapackages' section
* linux-source: Add bc to recommended packages (Closes: #715413)
-- Ben Hutchings <ben@decadent.org.uk> Mon, 01 Jul 2013 00:58:08 +0100
linux (3.10~rc7-1~exp1) experimental; urgency=low
* New upstream release candidate
[ Ben Hutchings ]
* [armhf/armmp] Add EMAC ethernet driver found on Allwinner A10 SoCs,
thanks to Niall Walsh (Closes: #711998)
- Add MDIO bus driver for the Allwinner EMAC
- Add EMAC controller node to sun4i DTSI
- cubieboard: Enable ethernet (EMAC) support in dts
- Add EMAC Controller to Hackberry dt
* [x86] cpufreq: Enable X86_INTEL_PSTATE (Closes: #712062)
* debian/control: Add Homepage field
* debian/watch: Add watch file and update script
* misc/bmp085: Enable building as a module
* misc: Enable BMP085_I2C as module
* team: Enable NET_TEAM_MODE_RANDOM as module
* 8021q: Enable VLAN_8021Q_MVRP
* batman: Enable BATMAN_ADV_NC
* netlink: Enable NETLINK_MMAP, NETLINK_DIAG [!armel/{iop32x,ixp4xx,orion5x}]
* sctp: Enable SCTP_COOKIE_HMAC_SHA1
* tipc: Enable TIPC_MEDIA_IB
* [x86] cpufreq: Enable X86_AMD_FREQ_SENSITIVITY as module
* [x86] i2c: Enable I2C_ISMT, I2C_DESIGNWARE_PCI as modules
* [x86] mouse: Enable MOUSE_CYAPA as modules
* [armel/{iop32x,ixp4xx,orion5x}] Disable features to reduce kernel size
- Disable KSM, YAMA
- [armel/orion5x] Disable FTRACE
-- Ben Hutchings <ben@decadent.org.uk> Mon, 24 Jun 2013 14:55:23 +0100
linux (3.10~rc5-1~exp1) experimental; urgency=low
* New upstream release candidate
[ Ben Hutchings ]
* [x86] Enable HYPERVISOR_GUEST
* udeb: Clean up configuration:
- Move i2c-algo-bit to i2c-modules
- Remove redundant control file overrides
- [s390] Use symlinks to follow s390x configuration
- [sparc64] Use symlinks to follow sparc configuration
- Only list the 'new' firewire modules in firewire-core-modules
- Remove obsolete eth1394 and firewire-core-modules dependency from
nic-modules
- Move ide-modules and ide-core-modules into ia64 configuration
- [powerpc,x86] Fold nic-extra-modules into nic-modules
* iwlegacy: Use consistent condition for il_pm_ops (fixes FTBFS on ia64)
-- Ben Hutchings <ben@decadent.org.uk> Tue, 11 Jun 2013 04:44:05 +0100
linux (3.10~rc4-1~exp1) experimental; urgency=low
* New upstream release candidate
[ Ben Hutchings ]
* aufs: Update to aufs3.x-rcN-20130520
* alx: Update VLAN tag handling for 3.10
* md: Enable BCACHE as module
* net/usb: Enable USB_RTL8152 as module
- udeb: Add r8152 to nic-usb-modules
* rt2800usb: Enable RT2800USB_RT55XX
* net/wireless: Enable RTL8188EE
- udeb: Add rtl8188ee to nic-wireless-modules
* linux-image: Restore package date (in ISO format) to utsname version
string ('uname -v' output)
-- Ben Hutchings <ben@decadent.org.uk> Mon, 03 Jun 2013 02:43:51 +0100
linux (3.9.8-1) unstable; urgency=low
* New upstream stable update:

55
debian/config/armel/config-reduced vendored Normal file
View File

@ -0,0 +1,55 @@
##
## file: arch/arm/Kconfig
##
#. This also disables FP emulation, which saves over 20K
# CONFIG_OABI_COMPAT is not set
##
## file: crypto/Kconfig
##
# CONFIG_CRYPTO_FIPS is not set
##
## file: drivers/gpu/vga/Kconfig
##
# CONFIG_VGA_ARB is not set
##
## file: drivers/pci/Kconfig
##
#. Saves about 17K, and none of the quirks are likely to be needed
# CONFIG_PCI_QUIRKS is not set
##
## file: init/Kconfig
##
# CONFIG_AUDITSYSCALL is not set
CONFIG_EXPERT=y
# CONFIG_SYSCTL_SYSCALL is not set
##
## file: kernel/trace/Kconfig
##
# CONFIG_FTRACE is not set
##
## file: mm/Kconfig
##
# CONFIG_KSM is not set
##
## file: net/ipv6/Kconfig
##
CONFIG_IPV6=m
##
## file: net/netlink/Kconfig
##
# CONFIG_NETLINK_MMAP is not set
# CONFIG_NETLINK_DIAG is not set
##
## file: security/yama/Kconfig
##
# CONFIG_SECURITY_YAMA is not set

View File

@ -22,8 +22,6 @@ CONFIG_ARCH_IOP32X=y
# CONFIG_ARCH_OMAP is not set
## end choice
CONFIG_PCI=y
#. This also disables FP emulation, which saves over 20K
# CONFIG_OABI_COMPAT is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE=""
@ -70,11 +68,6 @@ CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
##
## file: crypto/Kconfig
##
# CONFIG_CRYPTO_FIPS is not set
##
## file: drivers/ata/Kconfig
##
@ -171,11 +164,6 @@ CONFIG_INTEL_IOP_ADMA=y
##
# CONFIG_DRM is not set
##
## file: drivers/gpu/vga/Kconfig
##
# CONFIG_VGA_ARB is not set
##
## file: drivers/hwmon/Kconfig
##
@ -462,12 +450,6 @@ CONFIG_TMD_HERMES=m
CONFIG_NORTEL_HERMES=m
CONFIG_PCI_HERMES=m
##
## file: drivers/pci/Kconfig
##
#. Saves about 17K, and none of the quirks are likely to be needed
# CONFIG_PCI_QUIRKS is not set
##
## file: drivers/pcmcia/Kconfig
##
@ -572,10 +554,7 @@ CONFIG_BINFMT_AOUT=m
##
## file: init/Kconfig
##
# CONFIG_AUDITSYSCALL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_EXPERT=y
# CONFIG_SYSCTL_SYSCALL is not set
##
## file: kernel/Kconfig.preempt
@ -584,11 +563,6 @@ CONFIG_EXPERT=y
# CONFIG_PREEMPT is not set
## end choice
##
## file: kernel/trace/Kconfig
##
# CONFIG_FTRACE is not set
##
## file: lib/Kconfig.debug
##
@ -623,11 +597,6 @@ CONFIG_DECNET=m
##
# CONFIG_DECNET_NF_GRABULATOR is not set
##
## file: net/ipv6/Kconfig
##
CONFIG_IPV6=m
##
## file: net/ipx/Kconfig
##

View File

@ -22,8 +22,6 @@ CONFIG_ARCH_IXP4XX=y
# CONFIG_ARCH_OMAP is not set
## end choice
CONFIG_PCI=y
#. This also disables FP emulation, which saves over 20K
# CONFIG_OABI_COMPAT is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE="console=ttyS0,115200"
@ -79,11 +77,6 @@ CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
##
## file: crypto/Kconfig
##
# CONFIG_CRYPTO_FIPS is not set
##
## file: drivers/ata/Kconfig
##
@ -194,11 +187,6 @@ CONFIG_TELCLOCK=m
##
# CONFIG_DRM is not set
##
## file: drivers/gpu/vga/Kconfig
##
# CONFIG_VGA_ARB is not set
##
## file: drivers/hwmon/Kconfig
##
@ -540,12 +528,6 @@ CONFIG_TMD_HERMES=m
CONFIG_NORTEL_HERMES=m
CONFIG_PCI_HERMES=m
##
## file: drivers/pci/Kconfig
##
#. Saves about 17K, and none of the quirks are likely to be needed
# CONFIG_PCI_QUIRKS is not set
##
## file: drivers/pcmcia/Kconfig
##
@ -706,10 +688,7 @@ CONFIG_BINFMT_AOUT=m
##
## file: init/Kconfig
##
# CONFIG_AUDITSYSCALL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_EXPERT=y
# CONFIG_SYSCTL_SYSCALL is not set
##
## file: kernel/Kconfig.preempt
@ -718,11 +697,6 @@ CONFIG_EXPERT=y
# CONFIG_PREEMPT is not set
## end choice
##
## file: kernel/trace/Kconfig
##
# CONFIG_FTRACE is not set
##
## file: lib/Kconfig.debug
##
@ -757,11 +731,6 @@ CONFIG_DECNET_ROUTER=y
##
# CONFIG_DECNET_NF_GRABULATOR is not set
##
## file: net/ipv6/Kconfig
##
CONFIG_IPV6=m
##
## file: net/ipx/Kconfig
##

View File

@ -26,8 +26,6 @@ CONFIG_ARCH_ORION5X=y
# CONFIG_ARCH_OMAP is not set
## end choice
CONFIG_PCI=y
#. This also disables FP emulation, which saves over 20K
# CONFIG_OABI_COMPAT is not set
CONFIG_UACCESS_WITH_MEMCPY=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
@ -102,11 +100,6 @@ CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
##
## file: crypto/Kconfig
##
# CONFIG_CRYPTO_FIPS is not set
##
## file: drivers/ata/Kconfig
##
@ -200,11 +193,6 @@ CONFIG_GPIO_SYSFS=y
##
# CONFIG_DRM is not set
##
## file: drivers/gpu/vga/Kconfig
##
# CONFIG_VGA_ARB is not set
##
## file: drivers/hwmon/Kconfig
##
@ -451,12 +439,6 @@ CONFIG_MV643XX_ETH=m
#. Turned off because this causes networking on some Orion machines to fail
# CONFIG_MARVELL_PHY is not set
##
## file: drivers/pci/Kconfig
##
#. Saves about 17K, and none of the quirks are likely to be needed
# CONFIG_PCI_QUIRKS is not set
##
## file: drivers/pcmcia/Kconfig
##
@ -592,13 +574,6 @@ CONFIG_ORION_WATCHDOG=m
##
CONFIG_BINFMT_AOUT=m
##
## file: init/Kconfig
##
# CONFIG_AUDITSYSCALL is not set
CONFIG_EXPERT=y
# CONFIG_SYSCTL_SYSCALL is not set
##
## file: mm/Kconfig
##
@ -622,11 +597,6 @@ CONFIG_AX25=m
CONFIG_NETROM=m
CONFIG_ROSE=m
##
## file: net/ipv6/Kconfig
##
CONFIG_IPV6=m
##
## file: unknown
##

View File

@ -21,6 +21,9 @@ hardware-long: IOP32x based systems (Thecus N2100, etc)
[iop32x_image]
# Thecus N2100: 1441792 - 8 = 1441784
check-size: 1441784
configs:
armel/config-reduced
armel/config.iop32x
[ixp4xx_build]
image-file: arch/arm/boot/zImage
@ -32,6 +35,9 @@ hardware-long: IXP4xx based systems (Linksys NSLU2, etc)
[ixp4xx_image]
# Linksys NSLU2: 1441792 - 16 - 16 = 1441760
check-size: 1441760
configs:
armel/config-reduced
armel/config.ixp4xx
[kirkwood_build]
image-file: arch/arm/boot/zImage
@ -66,6 +72,9 @@ recommends: uboot-mkimage
# HP Media Vault mv2120: ca 2 MB
# QNAP TS-109/TS-209 & TS-409: 2097152 - 8 - 64 = 2097080
check-size: 1572792
configs:
armel/config-reduced
armel/config.orion5x
[versatile_description]
hardware: Versatile

View File

@ -332,6 +332,11 @@ CONFIG_MTD_NAND_MXC=m
CONFIG_MTD_ONENAND=y
CONFIG_MTD_ONENAND_OMAP2=m
##
## file: drivers/net/ethernet/allwinner/Kconfig
##
CONFIG_SUN4I_EMAC=m
##
## file: drivers/net/ethernet/marvell/Kconfig
##
@ -353,6 +358,11 @@ CONFIG_TI_DAVINCI_MDIO=m
CONFIG_TI_DAVINCI_CPDMA=m
CONFIG_TI_CPSW=m
##
## file: drivers/net/phy/Kconfig
##
CONFIG_MDIO_SUN4I=y
##
## file: drivers/net/wireless/ti/wl1251/Kconfig
##

View File

@ -1,8 +1,3 @@
[abi]
ignore-changes:
musb_*
tusb_*
[base]
flavours:
armmp

72
debian/config/config vendored
View File

@ -220,6 +220,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
@ -616,6 +617,7 @@ CONFIG_I2C_HELPER_AUTO=y
##
CONFIG_I2C_ISCH=m
CONFIG_I2C_NFORCE2_S4985=m
# CONFIG_I2C_CBUS_GPIO is not set
# CONFIG_I2C_EG20T is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_INTEL_MID is not set
@ -826,6 +828,7 @@ CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=m
# CONFIG_INPUT_POLLDEV is not set
CONFIG_INPUT_SPARSEKMAP=m
# CONFIG_INPUT_MATRIXKMAP is not set
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
@ -882,8 +885,10 @@ CONFIG_KEYBOARD_QT2160=m
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
CONFIG_KEYBOARD_LM8323=m
# CONFIG_KEYBOARD_LM8333 is not set
CONFIG_KEYBOARD_MAX7359=m
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
@ -926,6 +931,7 @@ CONFIG_MOUSE_SYNAPTICS_USB=m
##
CONFIG_SERIO_ALTERA_PS2=m
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
##
## file: drivers/input/tablet/Kconfig
@ -1095,6 +1101,14 @@ CONFIG_DM_UEVENT=y
CONFIG_DM_FLAKEY=m
CONFIG_DM_VERITY=m
##
## file: drivers/md/bcache/Kconfig
##
CONFIG_BCACHE=m
# CONFIG_BCACHE_DEBUG is not set
# CONFIG_BCACHE_EDEBUG is not set
# CONFIG_BCACHE_CLOSURES_DEBUG is not set
##
## file: drivers/media/Kconfig
##
@ -1758,11 +1772,13 @@ CONFIG_LPC_SCH=m
CONFIG_AD525X_DPOT=m
CONFIG_AD525X_DPOT_I2C=m
CONFIG_AD525X_DPOT_SPI=m
# CONFIG_DUMMY_IRQ is not set
# CONFIG_INTEL_MID_PTI is not set
CONFIG_SGI_IOC4=m
CONFIG_TIFM_CORE=m
CONFIG_TIFM_7XX1=m
CONFIG_ICS932S401=m
# CONFIG_ATMEL_SSC is not set
CONFIG_ENCLOSURE_SERVICES=m
CONFIG_SGI_XP=m
CONFIG_CS5535_CLOCK_EVENT_SRC=m
@ -1779,8 +1795,10 @@ CONFIG_HMC6352=m
CONFIG_DS1682=m
CONFIG_TI_DAC7512=m
CONFIG_VMWARE_BALLOON=m
CONFIG_BMP085_I2C=m
# CONFIG_PCH_PHUB is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_SRAM is not set
##
## file: drivers/misc/c2port/Kconfig
@ -1995,6 +2013,13 @@ CONFIG_CAN_KVASER_USB=m
CONFIG_CAN_PEAK_USB=m
CONFIG_CAN_8DEV_USB=m
##
## file: drivers/net/dsa/Kconfig
##
# CONFIG_NET_DSA_MV88E6060 is not set
# CONFIG_NET_DSA_MV88E6131 is not set
# CONFIG_NET_DSA_MV88E6123_61_65 is not set
##
## file: drivers/net/ethernet/Kconfig
##
@ -2046,6 +2071,13 @@ CONFIG_NET_VENDOR_BROCADE=y
##
CONFIG_BNA=m
##
## file: drivers/net/ethernet/cadence/Kconfig
##
CONFIG_NET_CADENCE=y
# CONFIG_ARM_AT91_ETHER is not set
# CONFIG_MACB is not set
##
## file: drivers/net/ethernet/calxeda/Kconfig
##
@ -2101,6 +2133,11 @@ CONFIG_NET_VENDOR_EMULEX=y
##
CONFIG_BE2NET=m
##
## file: drivers/net/ethernet/i825xx/Kconfig
##
CONFIG_NET_VENDOR_I825XX=y
##
## file: drivers/net/ethernet/icplus/Kconfig
##
@ -2127,6 +2164,7 @@ CONFIG_IXGBEVF=m
## file: drivers/net/ethernet/marvell/Kconfig
##
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
CONFIG_SKGE=m
# CONFIG_SKGE_DEBUG is not set
CONFIG_SKGE_GENESIS=y
@ -2205,6 +2243,7 @@ CONFIG_YELLOWFIN=m
CONFIG_NET_VENDOR_QLOGIC=y
CONFIG_QLA3XXX=m
CONFIG_QLCNIC=m
CONFIG_QLCNIC_SRIOV=y
CONFIG_QLGE=m
CONFIG_NETXEN_NIC=m
@ -2362,6 +2401,7 @@ CONFIG_MICREL_PHY=m
# CONFIG_FIXED_PHY is not set
CONFIG_MDIO_BITBANG=m
# CONFIG_MDIO_GPIO is not set
# CONFIG_MICREL_KS8995MA is not set
##
## file: drivers/net/ppp/Kconfig
@ -2395,6 +2435,7 @@ CONFIG_NET_TEAM_MODE_BROADCAST=m
CONFIG_NET_TEAM_MODE_ROUNDROBIN=m
CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=m
CONFIG_NET_TEAM_MODE_LOADBALANCE=m
CONFIG_NET_TEAM_MODE_RANDOM=m
##
## file: drivers/net/usb/Kconfig
@ -2403,6 +2444,7 @@ CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_RTL8150=m
CONFIG_USB_RTL8152=m
CONFIG_USB_USBNET=m
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_AX88179_178A=m
@ -2494,6 +2536,7 @@ CONFIG_ATH6KL=m
CONFIG_ATH6KL_SDIO=m
CONFIG_ATH6KL_USB=m
# CONFIG_ATH6KL_DEBUG is not set
# CONFIG_ATH6KL_TRACING is not set
##
## file: drivers/net/wireless/ath/ath9k/Kconfig
@ -2503,7 +2546,7 @@ CONFIG_ATH9K=m
CONFIG_ATH9K_PCI=y
# CONFIG_ATH9K_AHB is not set
# CONFIG_ATH9K_DEBUGFS is not set
CONFIG_ATH9K_RATE_CONTROL=y
# CONFIG_ATH9K_LEGACY_RATE_CONTROL is not set
CONFIG_ATH9K_HTC=m
# CONFIG_ATH9K_HTC_DEBUGFS is not set
@ -2551,6 +2594,7 @@ CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
CONFIG_BRCMSMAC=m
# CONFIG_BRCMFMAC is not set
# CONFIG_BRCMDBG is not set
# CONFIG_BRCM_TRACING is not set
##
## file: drivers/net/wireless/hostap/Kconfig
@ -2588,6 +2632,7 @@ CONFIG_IWLDVM=m
CONFIG_IWLMVM=m
# CONFIG_IWLWIFI_DEBUG is not set
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
CONFIG_IWLWIFI_P2P=y
##
## file: drivers/net/wireless/libertas/Kconfig
@ -2636,6 +2681,7 @@ CONFIG_RT2800USB=m
CONFIG_RT2800USB_RT33XX=y
CONFIG_RT2800USB_RT35XX=y
CONFIG_RT2800USB_RT53XX=y
CONFIG_RT2800USB_RT55XX=y
# CONFIG_RT2800USB_UNKNOWN is not set
# CONFIG_RT2X00_DEBUG is not set
@ -2653,6 +2699,7 @@ CONFIG_RTL8192CE=m
CONFIG_RTL8192SE=m
CONFIG_RTL8192DE=m
CONFIG_RTL8723AE=m
CONFIG_RTL8188EE=m
CONFIG_RTL8192CU=m
# CONFIG_RTLWIFI_DEBUG is not set
@ -3077,6 +3124,7 @@ CONFIG_SCSI_QLA_ISCSI=m
##
CONFIG_SCSI_UFSHCD=m
CONFIG_SCSI_UFSHCD_PCI=m
# CONFIG_SCSI_UFSHCD_PLATFORM is not set
##
## file: drivers/spi/Kconfig
@ -3267,13 +3315,16 @@ CONFIG_HVC_XEN_FRONTEND=y
## file: drivers/tty/serial/Kconfig
##
CONFIG_SERIAL_MAX3100=m
# CONFIG_SERIAL_MAX310X is not set
CONFIG_SERIAL_MFD_HSU=m
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_TIMBERDALE is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_IFX6X60 is not set
# CONFIG_SERIAL_PCH_UART is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_SERIAL_ARC is not set
CONFIG_SERIAL_RP2=m
CONFIG_SERIAL_RP2_NR_UARTS=32
@ -3287,6 +3338,7 @@ CONFIG_SERIAL_8250_FOURPORT=m
CONFIG_SERIAL_8250_ACCENT=m
CONFIG_SERIAL_8250_BOCA=m
CONFIG_SERIAL_8250_HUB6=m
# CONFIG_SERIAL_8250_DW is not set
##
## file: drivers/uio/Kconfig
@ -3701,6 +3753,7 @@ CONFIG_BFS_FS=m
##
CONFIG_BINFMT_ELF=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
CONFIG_BINFMT_MISC=m
##
@ -4420,6 +4473,7 @@ CONFIG_WIRELESS=y
##
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_VLAN_8021Q_MVRP=y
##
## file: net/9p/Kconfig
@ -4446,6 +4500,7 @@ CONFIG_ATM_BR2684=m
CONFIG_BATMAN_ADV=m
CONFIG_BATMAN_ADV_BLA=y
CONFIG_BATMAN_ADV_DAT=y
CONFIG_BATMAN_ADV_NC=y
# CONFIG_BATMAN_ADV_DEBUG is not set
##
@ -4553,6 +4608,11 @@ CONFIG_IP_DCCP_CCID3=y
##
# CONFIG_DECNET is not set
##
## file: net/dns_resolver/Kconfig
##
CONFIG_DNS_RESOLVER=m
##
## file: net/ieee802154/Kconfig
##
@ -4723,6 +4783,7 @@ CONFIG_NF_CONNTRACK=m
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_ZONES=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
CONFIG_NF_CONNTRACK_TIMESTAMP=y
@ -4859,6 +4920,12 @@ CONFIG_IP_VS_PE_SIP=m
##
# CONFIG_NETLABEL is not set
##
## file: net/netlink/Kconfig
##
CONFIG_NETLINK_MMAP=y
CONFIG_NETLINK_DIAG=y
##
## file: net/nfc/Kconfig
##
@ -4983,6 +5050,8 @@ CONFIG_IP_SCTP=m
CONFIG_NET_SCTPPROBE=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
CONFIG_SCTP_COOKIE_HMAC_MD5=y
CONFIG_SCTP_COOKIE_HMAC_SHA1=y
##
## file: net/sunrpc/Kconfig
@ -4994,6 +5063,7 @@ CONFIG_RPCSEC_GSS_KRB5=m
##
CONFIG_TIPC=m
CONFIG_TIPC_PORTS=8191
CONFIG_TIPC_MEDIA_IB=y
##
## file: net/unix/Kconfig

11
debian/config/defines vendored
View File

@ -1,14 +1,5 @@
[abi]
abiname: 1
ignore-changes:
module:drivers/net/wireless/rtlwifi/rtlwifi
module:drivers/scsi/qla2xxx/qla2xxx
module:drivers/target/*
module:drivers/usb/serial/*
module:net/ceph/libceph
module:sound/pci/hda/*
# Only for tc modules; don't think they are implemented OOT
psched_ratecfg_precompute
abiname: trunk
[base]
arches:

View File

@ -12,11 +12,12 @@ CONFIG_X86_MPPARSE=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_PARAVIRT_GUEST=y
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_KVM_GUEST=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_SPINLOCKS is not set
# CONFIG_PARAVIRT_DEBUG is not set
# CONFIG_PARAVIRT_SPINLOCKS is not set
CONFIG_KVM_GUEST=y
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_MEMTEST=y
CONFIG_HPET_TIMER=y
CONFIG_SCHED_SMT=y
@ -31,6 +32,7 @@ CONFIG_I8K=m
CONFIG_MICROCODE=m
CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_MICROCODE_INTEL_EARLY=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_NODES_SHIFT=6
@ -352,10 +354,12 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
##
## file: drivers/cpufreq/Kconfig.x86
##
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_PCC_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_X86_ACPI_CPUFREQ_CPB=y
CONFIG_X86_POWERNOW_K8=m
CONFIG_X86_AMD_FREQ_SENSITIVITY=m
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_P4_CLOCKMOD=m
@ -553,6 +557,7 @@ CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD756_S4882=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_I801=m
CONFIG_I2C_ISMT=m
CONFIG_I2C_PIIX4=m
CONFIG_I2C_NFORCE2=m
CONFIG_I2C_SIS5595=m
@ -561,6 +566,7 @@ CONFIG_I2C_SIS96X=m
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m
CONFIG_I2C_SCMI=m
CONFIG_I2C_DESIGNWARE_PCI=m
CONFIG_I2C_EG20T=m
CONFIG_I2C_PARPORT=m
CONFIG_I2C_PARPORT_LIGHT=m
@ -613,6 +619,7 @@ CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_SERIAL=m
CONFIG_MOUSE_APPLETOUCH=m
CONFIG_MOUSE_BCM5974=m
CONFIG_MOUSE_CYAPA=m
CONFIG_MOUSE_VSXXXAA=m
##

6
debian/copyright vendored
View File

@ -1,12 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Linux kernel
Source: http://ftp.kernel.org/pub/linux/kernel/
Comment:
The 'perf' tool is dynamically linked with the Python interpreter,
which is itself dynamically linked with OpenSSL, which is not
GPL-compatible. However, since perf itself does not link with or use
OpenSSL, we believe that this indirect linking does not require
additional permissions beyond the GPL.
Files: *
Copyright: 1991-2012 Linus Torvalds and many others

View File

@ -1 +0,0 @@
#include <nic-extra-modules>

View File

@ -7,14 +7,5 @@
Package: fat-modules
Priority: standard
Package: nic-modules
Depends: kernel-image, nic-shared-modules, core-modules, firewire-core-modules
Package: scsi-modules
Depends: kernel-image, scsi-core-modules, scsi-common-modules, parport-modules, cdrom-core-modules, core-modules, ata-modules
Package: pcmcia-modules
Depends: kernel-image, core-modules
Package: nbd-modules
Depends: kernel-image

View File

@ -17,10 +17,3 @@ Description: Beeper support
Package: fb-modules
Depends: kernel-image, usb-modules, nls-core-modules
Package: pata-modules
Depends: kernel-image, ata-modules
Priority: standard
Package: nbd-modules
Depends: kernel-image

View File

@ -7,18 +7,5 @@ Package: kernel-image
Provides_mx5: rtc-modules
Provides_vexpress: rtc-modules
# Package: beeper-modules
# Depends: event-modules
# Priority: extra
# Description: Beeper support
# This package contains beeper drivers for the kernel.
# Package: fb-modules
# Depends: usb-modules, nls-core-modules
Package: pata-modules
Depends: kernel-image, ata-modules
Priority: extra
Package: nbd-modules
Depends: kernel-image

View File

@ -14,6 +14,3 @@ Depends: kernel-image, ide-core-modules, nls-core-modules
Package: pata-modules
Depends: kernel-image, scsi-core-modules
Package: nbd-modules
Depends: kernel-image

View File

@ -1,2 +1 @@
#include <i2c-modules>
i2c-algo-bit

View File

@ -1 +0,0 @@
#include <nic-extra-modules>

View File

@ -10,17 +10,5 @@ Provides: rtc-modules
Package: fat-modules
Priority: standard
Package: nic-modules
Depends: kernel-image, nic-shared-modules, core-modules, firewire-core-modules
Package: scsi-modules
Depends: kernel-image, scsi-core-modules, parport-modules, cdrom-core-modules, core-modules, ata-modules
Package: pcmcia-modules
Depends: kernel-image, core-modules
Package: nbd-modules
Depends: kernel-image
Package: fb-modules
Depends: kernel-image, i2c-modules

View File

@ -1,2 +1,2 @@
#include <cdrom-core-modules>
ide-cd_mod

View File

@ -1,2 +1 @@
#include <ide-core-modules>
ide-core

View File

@ -1,2 +1,3 @@
#include <ide-modules>
ide-gd_mod
sgiioc4
trm290

View File

@ -1,2 +1 @@
#include <nic-modules>
#include <nic-extra-modules>

View File

@ -6,14 +6,23 @@
Package: fat-modules
Priority: standard
Package: ide-core-modules
Depends: kernel-image
Priority: standard
Description: IDE support
This package contains core IDE support for the kernel.
Package: ide-modules
Depends: kernel-image, ide-core-modules, sn-modules
Priority: standard
Description: IDE drivers
This package contains IDE drivers for the kernel.
Package: cdrom-core-modules
Depends: kernel-image, scsi-core-modules, ide-modules, isofs-modules
Package: nic-modules
Depends: kernel-image, nic-shared-modules, core-modules, firewire-core-modules, crc-modules
Package: pcmcia-modules
Depends: kernel-image, core-modules
Depends: kernel-image, nic-shared-modules, core-modules, crc-modules
Package: serial-modules
Depends: kernel-image, pcmcia-modules, sn-modules
@ -24,8 +33,5 @@ Priority: extra
Description: SN modules
This package contains SN modules for Altix systems
Package: nbd-modules
Depends: kernel-image
Package: kernel-image
Provides: efi-modules

View File

@ -6,7 +6,3 @@
Package: kernel-image
Provides: loop-modules, ext2-modules, ext3-modules
#Provides_mac: loop-modules, ext2-modules, ext3-modules, hfs-modules
Package: nbd-modules
Depends: kernel-image

View File

@ -7,6 +7,3 @@ Package: kernel-image
Provides: ext2-modules, ext3-modules, ext4-modules, rtc-modules
Provides_4kc-malta: ata-modules, ext2-modules, ext3-modules, ext4-modules, rtc-modules
Provides_sb1-bcm91250a: ata-modules, ext2-modules, ext3-modules, ext4-modules, rtc-modules
Package: nbd-modules
Depends: kernel-image

View File

@ -8,6 +8,3 @@ Provides_sb1-bcm91250a: ata-modules, ext2-modules, ext3-modules, ext4-modules, r
Provides_r5k-cobalt: ata-modules, ext2-modules, ext3-modules, ext4-modules, rtc-modules
Provides_4kc-malta: ata-modules, ext2-modules, ext3-modules, ext4-modules, rtc-modules
Provides_loongson-2f: ata-modules, ext2-modules, ext3-modules, ext4-modules, rtc-modules
Package: nbd-modules
Depends: kernel-image

View File

@ -1,3 +1,2 @@
cdrom ?
sr_mod ?
ide-cd_mod ?

View File

@ -1,5 +1,3 @@
ieee1394 ?
ohci1394 ?
sbp2 ?
firewire-ohci ?
firewire-sbp2 ?
firewire-core
firewire-ohci
firewire-sbp2

View File

@ -1 +1,2 @@
i2c-core
i2c-algo-bit

View File

@ -1 +0,0 @@
ide-core

View File

@ -1,3 +0,0 @@
ide-generic ?
ide-gd_mod ?
trm290 ?

View File

@ -1,110 +0,0 @@
alx ?
amd8111e ?
cs89x0 ?
dl2k
dmfe
enc28j60
et131x ?
forcedeth ?
hamachi
igb
ipg ?
lance ?
ne ?
ne2 ?
ni65 ?
niu ?
r8169
rrunner ?
skfp
sky2
skge
smc-ultra ?
tlan ?
typhoon
yellowfin
3c509 ?
3c515 ?
3c523 ?
3c527 ?
8139cp
epic100
fealnx
ns83820
smc9194 ?
starfire
sundance
arlan ?
de2104x ?
defxx ?
e1000 ?
e1000e ?
ixgb ?
ixgbe ?
pcnet32 ?
s2io ?
sis190 ?
sis900 ?
via-rhine ?
via-velocity ?
wd ?
bnx2 ?
bnx2x ?
cassini ?
cxgb ?
sis190 ?
skge ?
uli526x ?
sky2 ?
acenic ?
netxen_nic ?
qla3xxx ?
cxgb3 ?
atl1 ?
atl1c ?
atl1e ?
atl2 ?
r6040
sfc
jme ?
enic ?
be2net ?
myri10ge ?
# inet_lro is shared but now only used by myri10ge (and the iw_nes IB driver)
inet_lro ?
sc92031 ?
qlcnic ?
bna ?
cxgb4 ?
cxgb4vf ?
igbvf ?
ixgbevf ?
mlx4_en ?
vxge ?
pch_gbe ?
qlge ?
smsc9420 ?
tehuti ?
# phy drivers
# broadcom is in nic-modules
cicada ?
davicom ?
et1011c ?
icplus ?
lxt ?
marvell ?
mdio-bitbang ?
micrel ?
national ?
qsemi ?
realtek ?
smsc ?
ste10Xp ?
vitesse ?
# VMWare
vmxnet3 ?
# VLAN
8021q

View File

@ -1,14 +1,115 @@
# Some historically common net drivers
3c509 ?
3c515 ?
3c523 ?
3c527 ?
3c59x
8139cp
8139too
acenic ?
alx ?
amd8111e ?
arlan ?
atl1 ?
atl1c ?
atl1e ?
atl2 ?
be2net ?
bna ?
bnx2 ?
bnx2x ?
cassini ?
cs89x0 ?
cxgb ?
cxgb3 ?
cxgb4 ?
cxgb4vf ?
de2104x ?
defxx ?
dl2k
dmfe
e100
e1000 ?
e1000e ?
enc28j60
enic ?
epic100
et131x ?
fealnx
forcedeth ?
hamachi
igb
igbvf ?
ipg ?
ixgb ?
ixgbe ?
ixgbevf ?
jme ?
lance ?
mlx4_en ?
myri10ge ?
natsemi
ne ?
ne2 ?
ne2k-pci
netxen_nic ?
ni65 ?
niu ?
ns83820
pch_gbe ?
pcnet32 ?
qla3xxx ?
qlcnic ?
qlge ?
r6040
r8169
rrunner ?
s2io ?
sc92031 ?
sfc
sis190 ?
sis900 ?
skfp
skge
sky2
smc-ultra ?
smc9194 ?
smsc9420 ?
starfire
sundance
tehuti ?
tg3 ?
tlan ?
tulip
typhoon
uli526x ?
via-rhine ?
via-velocity ?
vmxnet3 ?
vxge ?
wd ?
winbond-840
eth1394 ?
xen-netfront ?
yellowfin
# PHY driver, may be needed by tg3
# inet_lro is shared but now only used by myri10ge (and the iw_nes IB driver)
inet_lro ?
# phy drivers
broadcom ?
cicada ?
davicom ?
et1011c ?
icplus ?
lxt ?
marvell ?
mdio-bitbang ?
micrel ?
national ?
qsemi ?
realtek ?
smsc ?
ste10Xp ?
vitesse ?
# VLAN
8021q

View File

@ -9,6 +9,7 @@ int51x1 ?
kaweth
mcs7830 ?
pegasus
r8152 ?
rndis_wlan ?
rtl8150
rtl8187 ?

View File

@ -41,6 +41,7 @@ rt2800usb ?
rt61pci ?
rt73usb ?
rtl8180 ?
rtl8188ee ?
rtl8192ce ?
rtl8192cu ?
rtl8192de ?

View File

@ -10,30 +10,26 @@ Description: Linux kernel binary image for the Debian installer
Debian system.
Package: nic-modules
Depends: kernel-image, nic-shared-modules, core-modules
Priority: standard
Description: Common NIC drivers
This package contains common NIC drivers for the kernel.
Package: nic-extra-modules
Depends: kernel-image, nic-shared-modules, core-modules, i2c-modules, crc-modules
Provides: nic-extra-modules
Priority: standard
Description: Rare NIC drivers
This package contains rare NIC drivers for the kernel.
Description: NIC drivers
This package contains Ethernet and some paravirtualised network drivers
for the kernel.
Package: nic-wireless-modules
Depends: kernel-image, nic-shared-modules, core-modules, usb-modules, mmc-modules, pcmcia-modules, crc-modules
Priority: standard
Description: Wireless NIC drivers
This package contains wireless NIC drivers for the kernel.
Includes crypto modules only needed for wireless (WEP).
Includes crypto modules only needed for wireless (WEP, WPA).
Package: nic-shared-modules
Depends: kernel-image
Priority: standard
Description: Shared NIC drivers
This package contains NIC drivers needed by combinations of nic-modules,
nic-extra-modules, nic-pcmcia-modules, and nic-wireless-modules.
nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules.
Package: serial-modules
Depends: kernel-image, pcmcia-modules
@ -53,26 +49,14 @@ Priority: optional
Description: PPP drivers
This package contains PPP drivers for the kernel.
Package: ide-modules
Depends: kernel-image, ide-core-modules
Priority: standard
Description: IDE drivers
This package contains IDE drivers for the kernel.
Package: pata-modules
Depends: kernel-image, ata-modules
Priority: standard
Description: PATA drivers
This package contains PATA drivers for the kernel.
Package: ide-core-modules
Depends: kernel-image
Priority: standard
Description: IDE support
This package contains core IDE support for the kernel.
Package: cdrom-core-modules
Depends: kernel-image, scsi-core-modules, ide-modules, isofs-modules
Depends: kernel-image, scsi-core-modules, isofs-modules
Priority: standard
Description: CDROM support
This package contains core CDROM support for the kernel.
@ -308,7 +292,7 @@ Description: Common PCMCIA NIC drivers
This package contains common PCMCIA NIC drivers for the kernel.
Package: pcmcia-modules
Depends: kernel-image
Depends: kernel-image, core-modules
Priority: standard
Description: Common PCMCIA drivers
This package contains common PCMCIA drivers for the kernel.

View File

@ -1,17 +0,0 @@
dl2k
fealnx
hamachi
ixgb
ns83820
r8169
s2io
starfire
tlan
de2104x
dmfe
winbond-840
prism54 ?
p54pci
p54usb
yellowfin
8021q

View File

@ -1 +1,28 @@
#include "../powerpc/nic-modules"
3c59x
8139too
de2104x
dl2k
dmfe
e100
fealnx
hamachi
ixgb
natsemi
ne2k-pci
ns83820
p54pci
p54usb
prism54 ?
r8169
s2io
starfire
tg3 ?
tlan
tulip
winbond-840
winbond-840
yellowfin
broadcom ?
8021q

View File

@ -1,4 +0,0 @@
#include "../powerpc/nic-extra-modules"
ehea
ps3_gelic

View File

@ -1,5 +1,7 @@
#include "../powerpc/nic-modules"
ehea
ibmveth
spidernet
pasemi_mac ?
ps3_gelic
spidernet

View File

@ -1 +0,0 @@
#include <nic-extra-modules>

View File

@ -7,12 +7,6 @@
Package: pata-modules
Depends: kernel-image, ata-modules, core-modules
Package: scsi-modules
Depends: kernel-image, scsi-core-modules, parport-modules, cdrom-core-modules, core-modules, ata-modules
Package: pcmcia-modules
Depends: kernel-image, core-modules
Package: nic-pcmcia-modules
Depends: kernel-image, nic-modules, nic-shared-modules, nic-wireless-modules, pcmcia-modules, core-modules
@ -29,6 +23,3 @@ Priority: standard
Description: Apple powermac fancontrol modules
Contains drivers for macintosh i2c bus as well as for the monitoring devices
connected to it. This allows to control the fans during installation.
Package: nbd-modules
Depends: kernel-image

1
debian/installer/s390/modules vendored Symbolic link
View File

@ -0,0 +1 @@
../s390x/modules

View File

@ -1,2 +0,0 @@
#include <core-modules>
vmcp ?

View File

@ -1 +0,0 @@
#include <crypto-dm-modules>

View File

@ -1 +0,0 @@
#include <crypto-modules>

View File

@ -1 +0,0 @@
dasd_diag_mod

View File

@ -1,2 +0,0 @@
dasd_eckd_mod
dasd_fba_mod

View File

@ -1,2 +0,0 @@
#include <ext2-modules>

View File

@ -1,2 +0,0 @@
#include <ext3-modules>

View File

@ -1 +0,0 @@
#include <ext4-modules>

View File

@ -1,2 +0,0 @@
#include <fat-modules>

View File

@ -1 +0,0 @@
#include <fuse-modules>

View File

@ -1 +0,0 @@
# empty

View File

@ -1,2 +0,0 @@
#include <md-modules>

View File

@ -1 +0,0 @@
#include <multipath-modules>

View File

@ -1 +0,0 @@
#include <nbd-modules>

View File

@ -1,6 +0,0 @@
netiucv
ctcm
lcs
qeth
qeth_l2
qeth_l3

View File

@ -1,2 +0,0 @@
#include <scsi-core-modules>

View File

@ -1 +0,0 @@
zfcp

View File

@ -1 +0,0 @@
#include <virtio-modules>

Some files were not shown because too many files have changed in this diff Show More