From 774f9b57897d9e19847310145072f577fd680987 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 12 Sep 2007 22:45:54 +1000 Subject: [PATCH] Update ps3-kboot patch Ubuntu's ps3-kboot has been updated, so update our patch to match, and fix the missing -. Signed-off-by: Jeremy Kerr --- utils/ps3-kboot-0.1-petitboot.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/utils/ps3-kboot-0.1-petitboot.patch b/utils/ps3-kboot-0.1-petitboot.patch index bd1d207..181fc9f 100644 --- a/utils/ps3-kboot-0.1-petitboot.patch +++ b/utils/ps3-kboot-0.1-petitboot.patch @@ -300,14 +300,14 @@ diff -urN ps3-kboot.orig/ps3-kboot-0.1/scripts/petitboot-init ps3-kboot/ps3-kboo @@ -2,7 +2,7 @@ Section: base Priority: optional - Maintainer: Ben Collins --Build-Depends: debhelper (>= 4.1.67), bzip2, cdbs, fakeroot, udev, ps3pf-utils, libc6-dev-ppc64, lib64z1-dev -+Build-Depends: debhelper (>= 4.1.67), bzip2, cdbs, fakeroot, udev, ps3pf-utils, libc6-dev-ppc64, lib64z1-dev, libpng12-dev, libjpeg62-dev, pkg-config + Maintainer: Ubuntu Kernel Team +-Build-Depends: debhelper (>= 4.1.67), bzip2, cdbs, fakeroot, udev, ps3pf-utils, zlib1g-dev ++Build-Depends: debhelper (>= 4.1.67), bzip2, cdbs, fakeroot, udev, ps3pf-utils, libc6-dev, zlib1g-dev, libpng12-dev, libjpeg62-dev, pkg-config Standards-Version: 3.6.1 Package: ps3-kboot ---- ps3-kboot.orig/config/kernel-config 2007-06-27 14:25:08.000000000 +1000 -+++ ps3-kboot/config/kernel-config 7-06-27 14:28:28.000000000 +1000 +--- ps3-kboot.orig/ps3-kboot-0.1/config/kernel-config 2007-06-27 14:25:08.000000000 +1000 ++++ ps3-kboot/ps3-kboot-0.1/config/kernel-config 7-06-27 14:28:28.000000000 +1000 @@ -449,10 +449,13 @@ # # Userland interfaces @@ -333,8 +333,8 @@ diff -urN ps3-kboot.orig/ps3-kboot-0.1/scripts/petitboot-init ps3-kboot/ps3-kboo # CONFIG_USB_LIBUSUAL is not set # --- /dev/null 2007-04-18 20:56:03.000000000 +1000 -+++ ps3-kboot-0.1/config/20-input-names.rules 2007-06-27 14:34:05.000000000 +1000 +--- /dev/null 2007-04-18 20:56:03.000000000 +1000 ++++ ps3-kboot-0.1/ps3-kboot-0.1/config/20-input-names.rules 2007-06-27 14:34:05.000000000 +1000 @@ -0,0 +1,5 @@ +# Input devices, group under /dev/input +KERNEL=="event[0-9]*", NAME="input/%k" -- 2.39.2