Browse Source

use poweroff for sh4eb

Waldemar Brodkorb 9 years ago
parent
commit
a64a8cf8f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/adktest/src/quit

+ 1 - 1
package/adktest/src/quit

@@ -1,7 +1,7 @@
 #!/bin/sh
 arch=$(uname -m)
 case $arch in
-  arc|m68k|metag|s390x)
+  arc|m68k|metag|s390x|sh4eb)
     poweroff
     ;;
   *)