Home |
|
|
|
|
|
|
|
|
|
|
%FFVER% |
|
|
|
|
|
|
|
|
EOF
WLDEV=$(l=$(grep : /proc/net/wireless);l=${l%:*};echo ${l##* })
ff_httpinfo=$(nvram get ff_httpinfo)
if [ "$REQUEST_METHOD" = "POST" ]; then
read QUERY_STRING
fi
if [ "$QUERY_STRING" != "${QUERY_STRING#*post_olsr=}" ]; then
cat<Status:
OLSR
EOF
elif [ "$QUERY_STRING" != "${QUERY_STRING#*post_route=}" ]; then
cat<Status:
Routes
EOF
elif [ "$QUERY_STRING" != "${QUERY_STRING#*post_scan=}" ]; then
cat<Status: WLAN Scan
EOF
else
cat<Status:
Overview
EOF
if [ "00:90:96:00:00:00" = "$(nvram get et0macaddr)" ] || [ "00:90:96:00:00:02" = "$(nvram get il0macaddr)" ]; then
cat<
Warning: This SE505 device does not have the
correct MAC address. Read the MAC address from the bottom of the device
and correct manually on the command line shell, e.g. with nvram set et0macaddr=xx:xx:xx:xx:xx:xx ,
nvram set il0macaddr=xx:xx:xx:xx:xx:[xx+1] ,
nvram commit and reboot
EOF
fi
fi
cat<
|
|
|
|
|
|
|
Changed: 13.1.2008 |
Top
of page |