realtek: ONTi ONT-S508CL-8S is a relabeled XikeStor SKS8300-8X
Both hardware and firmware of these devices appears identical except for the manufacturers logo and device name. The documented XikeStor SKS8300-8X installation method is verified to work on the ONTi ONT-S508CL-8S using Openwrt images made for the XikeStor SKS8300-8X. This includes the OEM boot loader magic password phrases. Signed-off-by: Bjørn Mork <bjorn@mork.no> Link: https://github.com/openwrt/openwrt/pull/18071 Signed-off-by: Sander Vanheule <sander@svanheule.net>
This commit is contained in:
parent
3ffe54a1e1
commit
8b3c845835
target/linux/realtek/image
|
@ -9,6 +9,8 @@ define Device/xikestor_sks8300-8x
|
|||
SOC := rtl9303
|
||||
DEVICE_VENDOR := XikeStor
|
||||
DEVICE_MODEL := SKS8300-8X
|
||||
DEVICE_ALT0_VENDOR := ONTi
|
||||
DEVICE_ALT0_MODEL := ONT-S508CL-8S
|
||||
BLOCKSIZE := 64k
|
||||
KERNEL_SIZE := 8192k
|
||||
IMAGE_SIZE := 30720k
|
||||
|
|
Loading…
Reference in New Issue