--- elwix/config/etc/uboot/rc.d/011.ap_multi.stop 2015/03/05 22:32:00 1.2.2.1 +++ elwix/config/etc/uboot/rc.d/011.ap_multi.stop 2015/03/05 23:12:48 1.2.2.2 @@ -15,6 +15,7 @@ WIFIOPTS="-bgscan" OPTS="" IP="172.31.2.1/30" +IP6="" [ -z "$IFACE" -o -z "$WIFIDEV" ] && exit @@ -41,6 +42,9 @@ if [ -n "$SSID" ]; then fi if [ -n "$IP" ]; then ifconfig $IFACE inet $IP +fi +if [ -n "$IP6" ]; then + ifconfig $IFACE inet6 $IP6 fi ifconfig $IFACE $OPTS up