From b9d11c0abef6c9074fd1615bbe3ec638ffd84295 Mon Sep 17 00:00:00 2001 From: Dennis Groenen Date: Sun, 11 Sep 2011 21:30:43 +0200 Subject: [PATCH] several cosmetic changes --- kernel-bfs-2.6.28/debian/README.Debian | 8 +++++--- kernel-bfs-2.6.28/debian/control | 4 ++-- .../debian/kernel-bfs-flasher.preinst | 6 +++--- kernel-bfs-2.6.28/debian/kernel-bfs-uninstall | 6 +++--- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/kernel-bfs-2.6.28/debian/README.Debian b/kernel-bfs-2.6.28/debian/README.Debian index ada3807..a272b9d 100644 --- a/kernel-bfs-2.6.28/debian/README.Debian +++ b/kernel-bfs-2.6.28/debian/README.Debian @@ -1,9 +1,10 @@ Extended kernel-sources for Nokia N900 ++ Con Kolivas' BFS CPU scheduler -------------------------------------- * Downloading the sources: - apt-get source kernel-power + apt-get source kernel-bfs * Building the kernel packages: @@ -16,9 +17,9 @@ Extended kernel-sources for Nokia N900 * Modifying the kernel configuration: in the kernel top directory do: - cp debian/rx51power_defconfig .config + cp debian/rx51-bfs_defconfig .config make menuconfig - cp .config debian/rx51power_defconfig + cp .config debian/rx51-bfs_defconfig make mrproper and the rebuild it again @@ -48,3 +49,4 @@ to create or update your patch For more details read the quilt documentation. Thomas Tanner +Adapted to kernel-bfs by the kernel-bfs team diff --git a/kernel-bfs-2.6.28/debian/control b/kernel-bfs-2.6.28/debian/control index a1755a6..278724b 100644 --- a/kernel-bfs-2.6.28/debian/control +++ b/kernel-bfs-2.6.28/debian/control @@ -118,10 +118,10 @@ Description: Linux kernel updater (kernel bfs 2.6.28.10) After the installation, you need to unplug the USB cable, completely shutdown your device, and boot again to activate the kernel. . - For more details and help please visit http://wiki.maemo.org/Kernel_Power + For more details and help please visit http://wiki.maemo.org/Kernel_BFS . If you want to deinstall this kernel to revert to the original Nokia kernel, - you must run the "Deinstall kernel-bfs" application. Deinstallation in + you must run the "Uninstall kernel-bfs" application. Uninstallation in the Application Manager is not possible. . This custom kernel contains additional modules for IPv6, packet filtering, diff --git a/kernel-bfs-2.6.28/debian/kernel-bfs-flasher.preinst b/kernel-bfs-2.6.28/debian/kernel-bfs-flasher.preinst index 2f6c5e5..004ca90 100755 --- a/kernel-bfs-2.6.28/debian/kernel-bfs-flasher.preinst +++ b/kernel-bfs-2.6.28/debian/kernel-bfs-flasher.preinst @@ -4,12 +4,12 @@ test "$1" = install || exit 0 # upgrades are fine echo "Confirm information text on screen" f=/tmp/kernel-bfs-msg cat > $f < $tmp <