spacepaste

  1.  
  2. diff --git a/target/linux/mvebu/image/init.in b/target/linux/mvebu/image/init.in
  3. index 814aefb..8871e75 100644
  4. --- a/target/linux/mvebu/image/init.in
  5. +++ b/target/linux/mvebu/image/init.in
  6. @@ -25,6 +25,7 @@ wait_for_failsafe() {
  7. echo "initramfs: Press any button to enter failsafe"
  8. timeout -t ${FAILSAFE_TIMEOUT} sh -c 'read -n1 < /dev/input/event0' > /dev/null 2>&1
  9. ret=$?
  10. + echo "timeout return value ${ret}"
  11. if [ $ret -ne 124 -a $ret -ne 143 ]
  12. then
  13. echo "initramfs: .. entering failsafe"
  14.