[kernel] r8750 - in dists/sid/linux-2.6/debian/patches: debian series

Bastian Blank waldi at alioth.debian.org
Thu May 24 13:08:20 UTC 2007


Author: waldi
Date: Thu May 24 13:08:20 2007
New Revision: 8750

Log:
* debian/patches/debian/kernelvariables-1.patch: Add.
* debian/patches/series/3: Update.


Added:
   dists/sid/linux-2.6/debian/patches/debian/kernelvariables-1.patch
      - copied, changed from r8610, /dists/sid/linux-2.6/debian/patches/debian/kernelvariables.patch
Modified:
   dists/sid/linux-2.6/debian/patches/series/3

Copied: dists/sid/linux-2.6/debian/patches/debian/kernelvariables-1.patch (from r8610, /dists/sid/linux-2.6/debian/patches/debian/kernelvariables.patch)
==============================================================================
--- /dists/sid/linux-2.6/debian/patches/debian/kernelvariables.patch	(original)
+++ dists/sid/linux-2.6/debian/patches/debian/kernelvariables-1.patch	Thu May 24 13:08:20 2007
@@ -1,8 +1,8 @@
 diff --git a/Makefile b/Makefile
-index edfc2fd..2fb76d7 100644
+index 1c018c4..a6583cc 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -176,9 +176,6 @@ # Note: Some architectures assign CROSS_
+@@ -185,9 +185,6 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
  ARCH		?= $(SUBARCH)
  CROSS_COMPILE	?=
  
@@ -12,15 +12,15 @@
  KCONFIG_CONFIG	?= .config
  
  # SHELL used by kbuild
-@@ -298,6 +295,11 @@ LDFLAGS_MODULE  = -r
- CFLAGS_KERNEL	=
- AFLAGS_KERNEL	=
+@@ -320,6 +317,11 @@ AFLAGS          := -D__ASSEMBLY__
+ KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
+ KERNELVERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
  
 +-include .kernelvariables
 +
 +# Architecture as present in compile.h
 +UTS_MACHINE := $(ARCH)
 +
- 
- # Use LINUXINCLUDE when you must reference the include/ directory.
- # Needed to be compatible with the O= option
+ export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION
+ export ARCH CONFIG_SHELL HOSTCC HOSTCFLAGS CROSS_COMPILE AS LD CC
+ export CPP AR NM STRIP OBJCOPY OBJDUMP MAKE AWK GENKSYMS PERL UTS_MACHINE

Modified: dists/sid/linux-2.6/debian/patches/series/3
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/3	(original)
+++ dists/sid/linux-2.6/debian/patches/series/3	Thu May 24 13:08:20 2007
@@ -1,3 +1,5 @@
 + features/arm/nslu2-freq-fixup.patch
 + bugfix/2.6.21.1
 + bugfix/2.6.21.2
+- debian/kernelvariables.patch
++ debian/kernelvariables-1.patch



More information about the Kernel-svn-changes mailing list