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

Luca Capello luca at pca.it
Fri Oct 24 18:40:52 UTC 2008


The following commit has been merged in the debian branch:
commit 002a0f3d5ce84bbd535aa3310c63a524ac0fac27
Author: Luca Capello <luca at pca.it>
Date:   Fri Oct 24 13:55:24 2008 +0200

    debian/rules: install .config in /boot

diff --git a/debian/changelog b/debian/changelog
index d4873b9..6552419 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ linux-2.6-openmoko (20080903.git2ea34171-2) UNRELEASED; urgency=low
       version (VERSION-PATCHLEVEL-SUBLEVEL) and it's used to identify
       the vmlinuz image, thus the latter and the modules directory
       use the same version.
+    + install .config in /boot.
 
  --
 
diff --git a/debian/rules b/debian/rules
index 4df37c8..bed7507 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,6 +58,9 @@ install-stamp: build
 		INSTALL_MOD_PATH=`pwd`/debian/`dh_listpackages`/ \
 		modules_install
 
+	# Install the config file
+	cp .config `pwd`/debian/`dh_listpackages`/boot/config-$(VERSION_FULL)
+
 	touch install-stamp
 
 # Build architecture-independent files here.

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



More information about the pkg-fso-commits mailing list