Seems hidden oem menus from the Hasivo S600WP-5GT-2S+ (
/oem_set.html & /system_set.html ) also exists with this model as reported here:
https://forums.servethehome.com/index.php?threads/hasivo-s600wp-5gt-2s.40261/page-2#post-394328
Using Binwalk it's possible to extract the entire linux filesystem including libraries, databases, drivers, web source files from the firmware update file.
If you inspect the HTML on the
/oem_set.html page you will find the following including some additional logo options commented out such as
logo_en, logo_login_ch, logo_login_en.
<select id="logotype" style="width:246.22px;height: 21.53px;" maxlength="32">
<option value="logo_ch.png">主页面中文LOGO</option>
<option value="usr_config">用户自定义配置</option>
<!--<option value ="logo_en.png">Home English LOGO</option>->
<!--<option value ="logo_login_ch.png">登录中文LOGO</option>-->
<!--<option value ="logo_login_en.png">登录英文LOGO</option>-->
</select>
Theres additionally a usr_config / 用户自定义配置 (translates to "User-defined configuration") dropdown which can be set probably for oem default configuration / defines.
On the
/system_set.html page there's defines for sysmac, syssn, sysid (model name)
and commented out settings for sysLocation, sysContact, sysName, sysAdminPS, sysIPaddr and a
swid setting.
The login page has commented out lines for login language selection and logo which was suprisingly the Realtek logo when restored.