aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-bootsplash/files/c7x0-rotation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gpe-bootsplash/files/c7x0-rotation.patch')
-rw-r--r--packages/gpe-bootsplash/files/c7x0-rotation.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/gpe-bootsplash/files/c7x0-rotation.patch b/packages/gpe-bootsplash/files/c7x0-rotation.patch
index e69de29bb2..9f3c5ada39 100644
--- a/packages/gpe-bootsplash/files/c7x0-rotation.patch
+++ b/packages/gpe-bootsplash/files/c7x0-rotation.patch
@@ -0,0 +1,19 @@
+Index: gpe-bootsplash-1.14/gpe-bootsplash.init
+===================================================================
+--- gpe-bootsplash-1.14.orig/gpe-bootsplash.init 2004-11-19 00:32:17.000000000 +0000
++++ gpe-bootsplash-1.14/gpe-bootsplash.init 2005-04-18 20:30:44.094001424 +0000
+@@ -17,7 +17,13 @@
+ "HP IPAQ H3800")
+ ARGS="--force-portrait" ;;
+ "SHARP SHEPHERD" | "SHARP HUSKY" | "SHARP CORGI")
+- ARGS="--force-landscape --flip" ;;
++ case `uname -r` in
++ 2.4*)
++ ARGS="--force-landscape --flip" ;;
++ *)
++ ARGS="--force-landscape" ;;
++ esac
++ ;;
+ "HP IPAQ H5400" | "HP IPAQ H2200" )
+ ;;
+ esac