summaryrefslogtreecommitdiff
path: root/root
authorschurig <schurig>2004-09-17 10:31:01 (UTC)
committer schurig <schurig>2004-09-17 10:31:01 (UTC)
commitee5a55cba556c2b2d23bfc6a5918deaa4ff3d115 (patch) (side-by-side diff)
treeaf2dec14be8e98e59a5faa27bfc4ea9ceed59079 /root
parentba8276a03172cfdb41aac4b0cd53307dfdd2b8f1 (diff)
downloadopie-ee5a55cba556c2b2d23bfc6a5918deaa4ff3d115.zip
opie-ee5a55cba556c2b2d23bfc6a5918deaa4ff3d115.tar.gz
opie-ee5a55cba556c2b2d23bfc6a5918deaa4ff3d115.tar.bz2
fixed Rotation on Ramses
Diffstat (limited to 'root') (more/less context) (show whitespace changes)
-rwxr-xr-xroot/etc/init.d/opie8
1 files changed, 3 insertions, 5 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie
index 8146b2c..967646a 100755
--- a/root/etc/init.d/opie
+++ b/root/etc/init.d/opie
@@ -23,3 +23,5 @@ if [ -e /proc/cpuinfo ] ; then
export QWS_DISPLAY=Transformed:Rot0:0 ;;
-
+ RAMSES )
+ # already set based on /proc/sys/board/lcd_type
+ ;;
*)
@@ -71,3 +73,2 @@ case $1 in
fi
-
;;
@@ -78,3 +79,2 @@ case $1 in
killall opie-login
-
;;
@@ -83,3 +83,2 @@ case $1 in
echo "usage: $0 { start | stop }"
-
;;
@@ -87,2 +86 @@ case $1 in
esac
-