added files for alpha

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3442
This commit is contained in:
Norbert Tretkowski 2005-07-10 10:31:38 +00:00
parent 1074107ae3
commit 2718e94d1f
4 changed files with 5605 additions and 0 deletions

6
debian/arch/alpha/Makefile.inc vendored Normal file
View File

@ -0,0 +1,6 @@
#
# Variables
#
include_common_config := no
default_config := alpha-generic
initrd_modules := kernel/drivers/video/vesafb.ko kernel/security/capability.ko

2802
debian/arch/alpha/config.alpha-generic vendored Normal file

File diff suppressed because it is too large Load Diff

2748
debian/arch/alpha/config.alpha-smp vendored Normal file

File diff suppressed because it is too large Load Diff

49
debian/arch/alpha/control.in vendored Normal file
View File

@ -0,0 +1,49 @@
Package: linux-headers-@version@-@abiname@-alpha-generic
Architecture: alpha
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 alpha
This package provides kernel header files for Linux kernel @version@ on
generic-class processors. These files are going to be installed in
the /usr/src/linux-headers-@version@-@abiname@-alpha-generic. They may be
used to build third-party kernel modules, matching the kernel image provided
by the linux-image-@version@-@abiname@-alpha-generic package.
Package: linux-image-@version@-@abiname@-alpha-generic
Architecture: alpha
Section: base
Priority: optional
Provides: linux-image, linux-image-@major@
Depends: initrd-tools (>= 0.1.78), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13)
Conflicts: hotplug (<< 0.0.20040105-1)
Suggests: aboot, fdutils, linux-doc-@version@ | linux-source-@version@
Description: Linux kernel @version@ image on alpha-generic
This package provides the binary image and pre-built loadable modules of
Linux kernel @version@ for generic-class processors.
Package: linux-headers-@version@-@abiname@-alpha-smp
Architecture: alpha
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 alpha
This package provides kernel header files for Linux kernel @version@ on
smp-class processors. These files are going to be installed in
the /usr/src/linux-headers-@version@-@abiname@-alpha-smp. They may be
used to build third-party kernel modules, matching the kernel image provided
by the linux-image-@version@-@abiname@-alpha-smp package.
Package: linux-image-@version@-@abiname@-alpha-smp
Architecture: alpha
Section: base
Priority: optional
Provides: linux-image, linux-image-@major@
Depends: initrd-tools (>= 0.1.78), coreutils | fileutils (>= 4.0), module-init-tools (>= 0.9.13)
Conflicts: hotplug (<< 0.0.20040105-1)
Suggests: aboot, fdutils, linux-doc-@version@ | linux-source-@version@
Description: Linux kernel @version@ image on alpha-smp
This package provides the binary image and pre-built loadable modules of
Linux kernel @version@ for smp-class processors.