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:
eec11fb
)
kernel: modules: Fix RTL8366RB title
author
Linus Walleij
<
[email protected]
>
Wed, 2 Apr 2025 21:10:39 +0000
(23:10 +0200)
committer
Linus Walleij
<
[email protected]
>
Thu, 10 Apr 2025 07:33:22 +0000
(09:33 +0200)
The title of the RTL8366RB was wrong, probably a pure
copy/paste bug by me.
Link:
http://patchwork.ozlabs.org/project/openwrt/patch/
[email protected]
/
Signed-off-by: Linus Walleij <
[email protected]
>
package/kernel/linux/modules/netdevices.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netdevices.mk
b/package/kernel/linux/modules/netdevices.mk
index d96108fdd4b37373dab4490ee61bedf2a1cafc2f..5ad21ae6284054821503a8dbf8b120083e56db04 100644
(file)
--- a/
package/kernel/linux/modules/netdevices.mk
+++ b/
package/kernel/linux/modules/netdevices.mk
@@
-658,7
+658,7
@@
$(eval $(call KernelPackage,dsa-realtek))
define KernelPackage/dsa-rtl8366rb
SUBMENU:=$(NETWORK_DEVICES_MENU)
- TITLE:=Realtek RTL836
5M
B switch DSA support
+ TITLE:=Realtek RTL836
6R
B switch DSA support
DEPENDS:=+kmod-dsa-realtek @!TARGET_x86 @!TARGET_bcm47xx @!TARGET_uml
KCONFIG:= \
CONFIG_NET_DSA_REALTEK_RTL8366RB \