[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, debian, updated. debian/20080903.git2ea34171-1-2-gd1e684c

Luca Capello luca at pca.it
Thu Oct 23 21:35:48 UTC 2008


The following commit has been merged in the debian branch:
commit 952a2b70af3608bcb2b27b84da61818c65e7a868
Author: Luca Capello <luca at pca.it>
Date:   Thu Oct 23 23:33:42 2008 +0200

    debian/rules: correctly capitalize FreeRunner in uImage name

diff --git a/debian/changelog b/debian/changelog
index 43304c4..ed8ecf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+linux-2.6-openmoko (20080903.git2ea34171-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + correctly capitalize FreeRunner in uImage name.
+
+ --
+
 linux-2.6-openmoko (20080903.git2ea34171-1) pkg-fso; urgency=low
 
   * New Git Checkout:
diff --git a/debian/rules b/debian/rules
index ddb9993..bed880f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ install-stamp: build
 	objcopy -O binary -R .note -R .comment \
 		-S arch/arm/boot/compressed/vmlinux linux.bin
 	mkimage -A arm -O linux -T kernel -C none -a 30008000 \
-		-e 30008000 -n "Openmoko Freerunner Kernel" -d linux.bin \
+		-e 30008000 -n "Openmoko FreeRunner Kernel" -d linux.bin \
 		vmlinuz-$(VERSION)
 
 	# Install the uImage (this is an ugly hack, I know)

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list