From ff73ac1544b9ba6db58a091fa443c77c2b1d91d1 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Tue, 12 Jul 2005 17:20:39 +0000 Subject: [PATCH] Providing those seems to be premature when nothing else works. svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3479 --- debian/arch/mips/Makefile.inc | 9 ---- debian/arch/mips/control.in | 79 --------------------------------- debian/arch/mipsel/Makefile.inc | 9 ---- debian/arch/mipsel/control.in | 52 ---------------------- 4 files changed, 149 deletions(-) delete mode 100644 debian/arch/mips/Makefile.inc delete mode 100644 debian/arch/mips/control.in delete mode 100644 debian/arch/mipsel/Makefile.inc delete mode 100644 debian/arch/mipsel/control.in diff --git a/debian/arch/mips/Makefile.inc b/debian/arch/mips/Makefile.inc deleted file mode 100644 index 1fc10c2d8..000000000 --- a/debian/arch/mips/Makefile.inc +++ /dev/null @@ -1,9 +0,0 @@ -# -# Variables -# -include_common_config := no -#headers_extra := include/asm/offset.h -initrd_modules := kernel/security/capability.ko -#headers_dirs := mips -#build_makeflags := 'V=1 CC=gcc-4.0' -default_config := r4k-ip22 diff --git a/debian/arch/mips/control.in b/debian/arch/mips/control.in deleted file mode 100644 index ce99b3fab..000000000 --- a/debian/arch/mips/control.in +++ /dev/null @@ -1,79 +0,0 @@ -Package: linux-headers-@version@-@abiname@-r10k-ip27 -Architecture: mips -Section: devel -Priority: optional -Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ -Provides: linux-headers, linux-headers-@major@ -Description: Header files for Linux kernel @version@ on SGI Origin - This package provides kernel header files for version @version@ on SGI - Origin 200/2000 and Onyx2 systems. These files are going to be installed - in /usr/src/linux-headers-@version@-@abiname@-r10k-ip27. They may be used - to build third-party kernel modules, matching the kernel image provided by - the linux-image-@version@-@abiname@-r10k-ip27 package. - -Package: linux-image-@version@-@abiname@-r10k-ip27 -Architecture: mips -Section: base -Priority: optional -Provides: linux-image, linux-image-@major@ -Depends: initrd-tools (>= 0.1.76), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13) -Conflicts: hotplug (<< 0.0.20040105-1) -Suggests: arcboot (>= 0.3.8.4), linux-doc-@version@ | linux-source-@version@ -Description: Linux kernel @version@ image on SGI Origin - This package provides the binary image and pre-built loadable modules of - Linux kernel @version@ for SGI Origin 200/2000 and Onyx2 systems. - -Package: linux-headers-@version@-@abiname@-r10k-ip30 -Architecture: mips -Section: devel -Priority: optional -Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ -Provides: linux-headers, linux-headers-@major@ -Description: Header files for Linux kernel @version@ on SGI Octane - This package provides kernel header files for version @version@ on SGI - Octane1/Octane2 systems. These files are going to be installed in - /usr/src/linux-headers-@version@-@abiname@-r10k-ip30. They may be used to - build third-party kernel modules, matching the kernel image provided by - the linux-image-@version@-@abiname@-r10k-ip30 package. - -Package: linux-image-@version@-@abiname@-r10k-ip30 -Architecture: mips -Section: base -Priority: optional -Provides: linux-image, linux-image-@major@ -Depends: initrd-tools (>= 0.1.76), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13) -Conflicts: hotplug (<< 0.0.20040105-1) -Suggests: arcboot (>= 0.3.8.4), linux-doc-@version@ | linux-source-@version@ -Description: Linux kernel @version@ image on SGI Octane - This package provides the binary image and pre-built loadable modules of - Linux kernel @version@ for SGI Octane1/Octane2 systems. -e a custom kernel from the sources. - -Package: linux-headers-@version@-@abiname@-r5k-ip32 -Architecture: mips -Section: devel -Priority: optional -Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ -Provides: linux-headers, linux-headers-@major@ -Description: Header files for Linux kernel @version@ on SGI O2 with R5x00 CPU - This package provides kernel header files for version @version@ on SGI O2 - systems with R5000/R5200/RM7000 CPUs. These files are going to be installed - in /usr/src/linux-headers-@version@-@abiname@-r5k-ip32. They may be used to - build third-party kernel modules, matching the kernel image provided by the - linux-image-@version@-@abiname@-r5k-ip32 package. - . - O2 systems with R10000 and R12000 CPUs are currently not supported. - -Package: linux-image-@version@-@abiname@-r5k-ip32 -Architecture: mips -Section: base -Priority: optional -Provides: linux-image, linux-image-@major@ -Depends: initrd-tools (>= 0.1.76), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13) -Conflicts: hotplug (<< 0.0.20040105-1) -Suggests: arcboot (>= 0.3.8.4), linux-doc-@version@ | linux-source-@version@ -Description: Linux kernel @version@ image on SGI O2 with R5x00 CPU - This package provides the binary image and pre-built loadable modules of - Linux kernel @version@ for SGI O2 systems with R5000/R5200/RM7000 CPUs. - . - O2 systems with R10000 and R12000 CPUs are currently not supported. diff --git a/debian/arch/mipsel/Makefile.inc b/debian/arch/mipsel/Makefile.inc deleted file mode 100644 index 3060a54f8..000000000 --- a/debian/arch/mipsel/Makefile.inc +++ /dev/null @@ -1,9 +0,0 @@ -# -# Variables -# -include_common_config := no -#headers_extra := include/asm/offset.h -initrd_modules := kernel/security/capability.ko -headers_dirs := mips -#build_makeflags := 'V=1 CC=gcc-3.3' -default_config := r4k-kn04 diff --git a/debian/arch/mipsel/control.in b/debian/arch/mipsel/control.in deleted file mode 100644 index acc00269d..000000000 --- a/debian/arch/mipsel/control.in +++ /dev/null @@ -1,52 +0,0 @@ -Package: linux-headers-@version@-@abiname@-r3k-kn02 -Architecture: mipsel -Section: devel -Priority: optional -Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ -Provides: linux-headers, linux-headers-@major@ -Description: Header files for Linux kernel @version@ on DECstation 5000 with R3000 CPU - This package provides kernel header files for version @version@ on Digital - DECstation 5000 systems with R3000 CPUs. These files are going to be - installed in /usr/src/linux-headers-@version@-@abiname@-r3k-kn02. - They may be used to build third-party kernel modules, matching the kernel - image provided by the linux-image-@version@-@abiname@-r3k-kn02 - package. - -Package: linux-image-@version@-@abiname@-r3k-kn02 -Architecture: mipsel -Section: base -Priority: optional -Provides: linux-image, linux-image-@major@ -Depends: initrd-tools (>= 0.1.76), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13) -Conflicts: hotplug (<< 0.0.20040105-1) -Suggests: delo (>= 0.9), linux-doc-@version@ | linux-source-@version@ -Description: Linux kernel @version@ image on DECstation 5000 with R3000 CPU - This package provides the binary image and pre-built loadable modules of - Linux kernel @version@ for Digital DECstation 5000/120, 5000/125, 5000/133, - and 5000/240 systems. - -Package: linux-headers-@version@-@abiname@-r4k-kn04 -Architecture: mipsel -Section: devel -Priority: optional -Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@ -Provides: linux-headers, linux-headers-@major@ -Description: Header files for Linux kernel @version@ on DECstation 5000 with R4x00 CPU - This package provides kernel header files for version @version@ on Digital - DECstation 5000 systems with R4x00 CPUs. These files are going to be - installed in /usr/src/linux-headers-@version@-@abiname@-r4k-kn04. They - may be used to build third-party kernel modules, matching the kernel - image provided by the linux-image-@version@-@abiname@-r4k-kn04 package. - -Package: linux-image-@version@-@abiname@-r4k-kn04 -Architecture: mipsel -Section: base -Priority: optional -Provides: linux-image, linux-image-@major@ -Depends: initrd-tools (>= 0.1.76), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13) -Conflicts: hotplug (<< 0.0.20040105-1) -Suggests: delo (>= 0.9), linux-doc-@version@ | linux-source-@version@ -Description: Linux kernel @version@ image on DECstation 5000 with R4x00 CPU - This package provides the binary image and pre-built loadable modules of - Linux kernel @version@ for Digital DECstation 5000/50, 5000/150, and - 5000/260 systems.