uboot: update gpt.html

This commit is contained in:
gl-NiYin
2022-09-07 17:58:48 +08:00
committed by GitHub
parent 19b688b013
commit a5cf6d3a09

View File

@@ -338,6 +338,9 @@ int start_web_failsafe(void)
}
httpd_register_uri_handler(inst, "/", &html_handler, NULL);
#ifdef CONFIG_MT7981_BOOTMENU_EMMC
httpd_register_uri_handler(inst, "/gpt.html", &html_handler, NULL);
#endif
httpd_register_uri_handler(inst, "/bl2.html", &html_handler, NULL);
httpd_register_uri_handler(inst, "/uboot.html", &html_handler, NULL);
httpd_register_uri_handler(inst, "/fail.html", &html_handler, NULL);