#!/bin/sh
# file: /www/cgi-bin/commit.sh

uci set radio.@radio[0].state=0
uci commit radio

echo 'Content-type: text/html'        
echo                                  

echo '<head>'                         
echo '<meta http-equiv="Refresh" content="0;url=http://192.168.1.42/cgi-bin/radio.cgi" />'
echo '</head>'                                                                  
echo '<html><body>'
#echo 'Channel selection made permanent on Router'
echo '</body></html>'
