Diff for /elwix/config/etc/default/rc.cfg between versions 1.2.2.1 and 1.2.2.3

version 1.2.2.1, 2014/09/17 21:05:34 version 1.2.2.3, 2014/09/23 14:18:19
Line 50  case "$1" in Line 50  case "$1" in
                 echo "ELWIX restore process complete. Now rebooting system ..."                  echo "ELWIX restore process complete. Now rebooting system ..."
                 ;;                  ;;
         backup)          backup)
                ELWIX_REMOTE_HOST="/tmp/elwix_cfg.bin"                ELWIX_REMOTE_HOST="/tmp/elwix_cfg_$(hostname).bin"
   
                 echo "ELWIX starting backup process to ${ELWIX_REMOTE_HOST}"                  echo "ELWIX starting backup process to ${ELWIX_REMOTE_HOST}"
                 imgupd -gs ${CFG_NAND_SIZE} -f ${CFG_NAND_MAP} ${ELWIX_REMOTE_HOST} || exit 1                  imgupd -gs ${CFG_NAND_SIZE} -f ${CFG_NAND_MAP} ${ELWIX_REMOTE_HOST} || exit 1
Line 61  case "$1" in Line 61  case "$1" in
                 echo " You can upload now elwix_firmware.bin image to device with \"firmware\" name!!!"                  echo " You can upload now elwix_firmware.bin image to device with \"firmware\" name!!!"
                 echo "  Example: put elwix_firmware.bin firmware"                  echo "  Example: put elwix_firmware.bin firmware"
                 for i in ${UPGRADE_GPIO_PINS}; do                  for i in ${UPGRADE_GPIO_PINS}; do
                        gpioctl $i 1 >/dev/null 2>&1 || pceng "$1=0" >/dev/null 2>&1                        gpioctl $i 1 >/dev/null 2>&1 || pceng "$i=0" >/dev/null 2>&1
                 done                  done
                 TFTPd -wR                  TFTPd -wR
                 ;;                  ;;

Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>