Você pode criar páginas da Web usando html, mas não pode incluir o comando nela. Então você tem que fazer sh arquivo e você pode escrever código html nele. O comando de reset é
jffs2reset -y && reboot
Aqui, eu fiz arquivo para você quando você clica em Redefinir que irá redefinir o roteador.
#!/bin/sh
echo "Content-type: text/html"
echo ""
echo '<html>'
echo '<head>'
echo '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">'
echo '</head>'
echo '<body style="background-color:#10abe1">'
echo "<form method=GET action=\"${SCRIPT}\">"
echo '<center><br><input id ="button" type="submit" value="Reset">'\
echo '</form>'
# If no search arguments, exit gracefully now.
if [ -z "$QUERY_STRING" ]; then
exit 0
else
jffs2reset -y && reboot
fi
echo '</body>'
echo '</html>'
exit 0
Eu acho que isso vai te ajudar.