projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5687f44
)
gemini: Add module for VSC73xx switches
author
Linus Walleij
<
[email protected]
>
Sun, 12 Jan 2025 00:37:20 +0000
(
01:37
+0100)
committer
Linus Walleij
<
[email protected]
>
Fri, 2 May 2025 09:19:31 +0000
(11:19 +0200)
This adds the Vitesse VSC73xx DSA switch modules to the two
Gemini devices that have them.
Link:
https://patchwork.ozlabs.org/project/openwrt/patch/
[email protected]
/
Signed-off-by: Linus Walleij <
[email protected]
>
target/linux/gemini/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/gemini/image/Makefile
b/target/linux/gemini/image/Makefile
index c5d09e7120b47cab08a0d479ef2c6eb48ac4a783..c6df35c9a4ebfc91f7b9da55690afa7909f86cbd 100644
(file)
--- a/
target/linux/gemini/image/Makefile
+++ b/
target/linux/gemini/image/Makefile
@@
-194,7
+194,7
@@
define Device/itian_sq201
DEVICE_VENDOR := ITian
DEVICE_MODEL := Square One SQ201
DEVICE_DTS := gemini-sq201
- DEVICE_PACKAGES += kmod-rt61-pci kmod-usb2-pci
+ DEVICE_PACKAGES += kmod-rt61-pci kmod-usb2-pci
kmod-dsa-vsc73xx-spi
endef
TARGET_DEVICES += itian_sq201
@@
-211,6
+211,7
@@
define Device/storlink_sl93512r
DEVICE_VENDOR := StorLink
DEVICE_MODEL := SL93512r
DEVICE_DTS := gemini-sl93512r
+ DEVICE_PACKAGES += kmod-dsa-vsc73xx-spi
endef
TARGET_DEVICES += storlink_sl93512r