]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: fix model for TP-Link TL-ST1008F v2.0 19934/head
authorJonas Jelonek <jelonek.jonas@gmail.com>
Tue, 2 Sep 2025 07:38:51 +0000 (09:38 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 2 Sep 2025 22:51:49 +0000 (00:51 +0200)
commitb082f9f60e0009f44a43b0b046a0c8952f0c7761
tree0e0eb73d8cbd64508cb30aaa84b02a8834137c30
parentc589fb7bafae01c55adc8e3111e7763cc18b82f2
realtek: fix model for TP-Link TL-ST1008F v2.0

Fix the model name in DTS compatible, Makefiles and board scripts by
using dash instead of comma or underscore. This aligns it with other
examples in OpenWrt and makes in consistent in all places where the
board model is used.

'tplink,tl-st1008f,v2' --> 'tplink,tl-st1008f-v2'
'tplink,tl-st1008f_v2' --> 'tplink,tl-st1008f-v2'

Fixes: 39b9b491bb ("realtek: add support for TP-Link TL-ST1008F v2.0")
Fixes: #19930
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19934
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/realtek/base-files/etc/board.d/02_network
target/linux/realtek/base-files/etc/uci-defaults/99_fwenv-store-ethaddr
target/linux/realtek/dts/rtl9303_tplink_tl-st1008f-v2.dts [moved from target/linux/realtek/dts/rtl9303_tplink_tl-st1008f_v2.dts with 99% similarity]
target/linux/realtek/image/rtl930x.mk