author | chicken <chicken> | 2003-11-02 21:17:15 (UTC) |
---|---|---|
committer | chicken <chicken> | 2003-11-02 21:17:15 (UTC) |
commit | f232518989263ffaeb2987431b482bd151b26cb6 (patch) (side-by-side diff) | |
tree | ab67b137f9378ba3c8f2b50ae4cd2c5fb06a518f /root/etc/init.d/opie | |
parent | 559f4034cd483845b107aa7180f56e701c1444e6 (diff) | |
download | opie-f232518989263ffaeb2987431b482bd151b26cb6.zip opie-f232518989263ffaeb2987431b482bd151b26cb6.tar.gz opie-f232518989263ffaeb2987431b482bd151b26cb6.tar.bz2 |
add h5xxx just to make sure
-rwxr-xr-x | root/etc/init.d/opie | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie index 05a9315..9e63b8f 100755 --- a/root/etc/init.d/opie +++ b/root/etc/init.d/opie @@ -21,2 +21,3 @@ if [ -e /proc/hal/model ] ; then "3900" ) export QWS_DISPLAY=Transformed:Rot270:0 ;; + "5400" ) export QWS_DISPLAY=Transformed:Rot0:0 ;; *) echo "Unknown iPAQ model: $ipaq" ;; |