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:
71d5a0d
)
kernel: netdev: fix kmod-sfp description capitalization
author
David Bauer
<mail@david-bauer.net>
Sun, 26 Apr 2020 10:07:46 +0000
(12:07 +0200)
committer
David Bauer
<mail@david-bauer.net>
Sun, 26 Apr 2020 10:07:58 +0000
(12:07 +0200)
Signed-off-by: David Bauer <mail@david-bauer.net>
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 7b6fe1ce120d264a37994fa9fdcc3e1b7c179f27..16e7215c608d45339daa1bc3e1218f3855a71a9f 100644
(file)
--- a/
package/kernel/linux/modules/netdevices.mk
+++ b/
package/kernel/linux/modules/netdevices.mk
@@
-1172,7
+1172,7
@@
define KernelPackage/sfp
AUTOLOAD:=$(call AutoProbe,mdio-i2c sfp)
endef
-define KernelPackage/
SFP
/description
+define KernelPackage/
sfp
/description
Kernel module to support SFP cages
endef