From 49a00bcd3e83a5fcd76baa9960688e627684cd3a Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Thu, 29 Jan 2009 01:45:05 +0000 Subject: kexecboot_0.4.bb : tweak the tosa support to draw menu the right way --- packages/kexecboot/kexecboot-0.4/kexecboot-tosa.patch | 13 +++++++++++-- packages/kexecboot/kexecboot_0.4.bb | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/packages/kexecboot/kexecboot-0.4/kexecboot-tosa.patch b/packages/kexecboot/kexecboot-0.4/kexecboot-tosa.patch index e10d1d70b3..e1f4870853 100644 --- a/packages/kexecboot/kexecboot-0.4/kexecboot-tosa.patch +++ b/packages/kexecboot/kexecboot-0.4/kexecboot-tosa.patch @@ -1,7 +1,16 @@ Index: kexecboot-0.4/kexecboot.c =================================================================== ---- kexecboot-0.4.orig/kexecboot.c 2009-01-29 00:38:21.000000000 +0000 -+++ kexecboot-0.4/kexecboot.c 2009-01-29 00:39:05.000000000 +0000 +--- kexecboot-0.4.orig/kexecboot.c 2009-01-29 01:30:43.000000000 +0000 ++++ kexecboot-0.4/kexecboot.c 2009-01-29 01:39:17.000000000 +0000 +@@ -416,7 +416,7 @@ + {"Spitz", 270}, + + {"Collie", 270}, +- {"Tosa", 270}, ++ {"SHARP Tosa", 0}, + {"Poodle", 270}, + {NULL, 0} + }; @@ -566,7 +566,9 @@ break; } diff --git a/packages/kexecboot/kexecboot_0.4.bb b/packages/kexecboot/kexecboot_0.4.bb index c370b227c2..85dd29e69c 100644 --- a/packages/kexecboot/kexecboot_0.4.bb +++ b/packages/kexecboot/kexecboot_0.4.bb @@ -1,5 +1,5 @@ LICENSE = "GPL" -PR = "r1" +PR = "r2" DEPENDS = "klibc" RDEPENDS = "kexec-static" -- cgit 1.2.3-korg