[slind-devel] [linux-kernel-headers] armel support: version bumped to 2.6.18

Mikhail Gusarov dottedmag at dottedmag.net
Wed Apr 23 21:18:13 MSD 2008


armel toolchain requires at least 2.6.14 to compile, so fixing version.h to tell
the truth is the good idea.
---
 debian/changelog |    7 +++++++
 debian/rules     |    1 +
 version.h        |    4 ++--
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5280b6a..b86d4b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+linux-kernel-headers (2.6.18-2) unstable; urgency=low
+
+  * Updated version.h
+  * armel supported added: it's arm CPU.
+
+ -- Mikhail Gusarov <dottedmag at dottedmag.net>  Tue, 22 Apr 2008 02:26:01 +0700
+
 linux-kernel-headers (2.6.18-1) unstable; urgency=low
 
   * Merged debian 2.6.18.
diff --git a/debian/rules b/debian/rules
index 458580c..33e3ba4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ srcpkgdir = debian/$(srcpkg)
 kernel_arch := $(DEB_HOST_ARCH_CPU)
 kernel_arch := $(patsubst sh4%,sh,$(kernel_arch))
 kernel_arch := $(patsubst armeb,arm,$(kernel_arch))
+kernel_arch := $(patsubst armel,arm,$(kernel_arch))
 kernel_arch := $(patsubst hppa,parisc,$(kernel_arch))
 kernel_arch := $(patsubst mipsel,mips,$(kernel_arch))
 kernel_arch := $(patsubst amd64,x86_64,$(kernel_arch))
diff --git a/version.h b/version.h
index 8615f95..4f58f2f 100644
--- a/version.h
+++ b/version.h
@@ -1,3 +1,3 @@
-#define UTS_RELEASE "2.6.12"
-#define LINUX_VERSION_CODE 132620
+#define UTS_RELEASE "2.6.18"
+#define LINUX_VERSION_CODE 132626
 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
-- 
1.5.5



More information about the slind-devel mailing list