diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/gpe-bootsplash/gpe-bootsplash-1.13 | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/gpe-bootsplash/gpe-bootsplash-1.13')
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash-1.13/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gpe-bootsplash/gpe-bootsplash-1.13/landscape_fix.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/gpe-bootsplash/gpe-bootsplash-1.13/.mtn2git_empty b/packages/gpe-bootsplash/gpe-bootsplash-1.13/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gpe-bootsplash/gpe-bootsplash-1.13/.mtn2git_empty diff --git a/packages/gpe-bootsplash/gpe-bootsplash-1.13/landscape_fix.patch b/packages/gpe-bootsplash/gpe-bootsplash-1.13/landscape_fix.patch index e69de29bb2..9818ad6ff6 100644 --- a/packages/gpe-bootsplash/gpe-bootsplash-1.13/landscape_fix.patch +++ b/packages/gpe-bootsplash/gpe-bootsplash-1.13/landscape_fix.patch @@ -0,0 +1,11 @@ +--- gpe-bootsplash-1.13/gpe-bootsplash.init.old 2004-09-26 20:41:55.784410874 +0100 ++++ gpe-bootsplash-1.13/gpe-bootsplash.init 2004-09-26 20:40:55.664975838 +0100 +@@ -17,7 +17,7 @@ + "HP IPAQ H3800") + ARGS="--force-portrait" ;; + "SHARP SHEPHERD" | "SHARP HUSKY" | "SHARP CORGI") +- ARGS="--force-landscape --flip" ;; ++ ARGS="--force-landscape" ;; + "HP IPAQ H5400" | "HP IPAQ H2200" ) + ;; + esac |