projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d359d46
)
fix typo in modules.mk
author
John Crispin
<john@openwrt.org>
Wed, 25 Jul 2012 19:52:30 +0000
(19:52 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 25 Jul 2012 19:52:30 +0000
(19:52 +0000)
This patch fixes a small typo in kmod-leds-wndr3700-usb description, where the board is for some reason made by NETGWR, not NETGEAR.
Signed-off-by: Roman A. aka BasicXP <x12ozmouse@ya.ru>
SVN-Revision: 32870
target/linux/ar71xx/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/modules.mk
b/target/linux/ar71xx/modules.mk
index b70d2e039a03e5ba92eabb6268d12540253225a5..165b3fca7fa2025b9dc0549fead89c8dafb10203 100644
(file)
--- a/
target/linux/ar71xx/modules.mk
+++ b/
target/linux/ar71xx/modules.mk
@@
-31,7
+31,7
@@
define KernelPackage/leds-wndr3700-usb
endef
define KernelPackage/leds-wndr3700-usb/description
- Kernel module for the USB LED on the NETG
W
R WNDR3700 board.
+ Kernel module for the USB LED on the NETG
EA
R WNDR3700 board.
endef
$(eval $(call KernelPackage,leds-wndr3700-usb))