Diff for /elwix/config/etc/uboot/rc.d/011.adhoc.stop between versions 1.2.2.1 and 1.2.2.2

version 1.2.2.1, 2015/03/05 22:32:00 version 1.2.2.2, 2015/03/05 23:12:48
Line 16  WIFIOPTS="" Line 16  WIFIOPTS=""
   
 OPTS=""  OPTS=""
 IP="172.31.1.1/30"  IP="172.31.1.1/30"
   IP6=""
   
 [ -z "$IFACE" -o -z "$WIFIDEV" ] && exit  [ -z "$IFACE" -o -z "$WIFIDEV" ] && exit
   
Line 42  if [ -n "$SSID" ]; then Line 43  if [ -n "$SSID" ]; then
 fi  fi
 if [ -n "$IP" ]; then  if [ -n "$IP" ]; then
         ifconfig $IFACE inet $IP          ifconfig $IFACE inet $IP
   fi
   if [ -n "$IP6" ]; then
           ifconfig $IFACE inet6 $IP6
 fi  fi
 ifconfig $IFACE $OPTS up  ifconfig $IFACE $OPTS up
   

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


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