1234567891011121314151617 |
- diff --git a/UpdateRootfs.sh.in b/UpdateRootfs.sh.in
- index 0318ad0915..97d46256b2 100644
- --- a/UpdateRootfs.sh.in
- +++ b/UpdateRootfs.sh.in
- @@ -143,6 +143,12 @@ if [ "$XRES" == "1280" -a "$YRES" == "800" ]; then
- DONE=1
- fi
-
- +if [ "$XRES" == "640" -a "$YRES" == "480" ]; then
- + echo "5.7 Inch"
- + sh /root/DisplayTo_5_7inch.sh
- + DONE=1
- +fi
- +
- if [ "$DONE" == "0" ]; then
- echo "Unknown Display Resolution"
- fi
|