yweb: remove obsolete ucodes-code

Origin commit data
------------------
Branch: ni/coolstream
Commit: 48dea3faf0
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-07-21 (Sat, 21 Jul 2012)

Origin message was:
------------------
- yweb: remove obsolete ucodes-code

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2012-07-21 12:53:18 +02:00
parent eba05336b3
commit a1a8390354
12 changed files with 2 additions and 103 deletions

View File

@@ -179,13 +179,6 @@ bootlogo_lcd_upload()
y_format_message_html
}
# -----------------------------------------------------------
ucodes_upload()
{
msg="$1 hochgeladen<br><a href='/Y_Settings_ucodes.htm'><u>next file</u></a>"
upload_copy "$y_path_ucodes/$1"
y_format_message_html
}
# -----------------------------------------------------------
zapit_upload()
{
msg="$1 hochgeladen<br><a href='/Y_Settings_zapit.yhtm'><u>next file</u></a>"
@@ -545,7 +538,6 @@ case "$1" in
image_delete) image_delete_download_page ;;
bootlogo_upload) bootlogo_upload ;;
bootlogo_lcd_upload) bootlogo_lcd_upload ;;
ucodes_upload) ucodes_upload $2 ;;
zapit_upload) zapit_upload $2 ;;
kernel-stack) msg=`dmesg`; y_format_message_html ;;
ps) msg=`ps`; y_format_message_html ;;