[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:50 UTC 2008
The following commit has been merged in the debian branch:
commit d1e684c338a4f848cabcf1491cd750ec2927cd03
Author: Luca Capello <luca at pca.it>
Date: Thu Oct 23 23:35:36 2008 +0200
debian/rules: s/Openmoko/Debian/ in uImage name
diff --git a/debian/changelog b/debian/changelog
index ed8ecf0..4655646 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ linux-2.6-openmoko (20080903.git2ea34171-2) UNRELEASED; urgency=low
* debian/rules:
+ correctly capitalize FreeRunner in uImage name.
+ + s/Openmoko/Debian/ in uImage name.
--
diff --git a/debian/rules b/debian/rules
index bed880f..da5ef34 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 "Debian 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