[openwrt/openwrt] realtek: ONTi ONT-S508CL-8S is a relabeled XikeStor SKS8300-8X
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 23 08:26:33 PST 2025
svanheule pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8b3c845835a02677cc6bf0e225752406a569b8d7
commit 8b3c845835a02677cc6bf0e225752406a569b8d7
Author: Bjørn Mork <bjorn at mork.no>
AuthorDate: Sat Feb 22 11:11:20 2025 +0100
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 at mork.no>
Link: https://github.com/openwrt/openwrt/pull/18071
Signed-off-by: Sander Vanheule <sander at svanheule.net>
---
target/linux/realtek/image/rtl930x.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/realtek/image/rtl930x.mk b/target/linux/realtek/image/rtl930x.mk
index 8aff7d52f6..50c7249435 100644
--- a/target/linux/realtek/image/rtl930x.mk
+++ b/target/linux/realtek/image/rtl930x.mk
@@ -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
More information about the lede-commits
mailing list