summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/modules.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-07-25 19:52:30 +0000
committerJohn Crispin <john@openwrt.org>2012-07-25 19:52:30 +0000
commit87a72d68f125fa49247c9a5e9ce10eae55d88d31 (patch)
treef49a60951700af42a01e273c3fe36c82ad69bb1c /target/linux/ar71xx/modules.mk
parentd359d46182f399c0c54118ed5ce699b4f22db9cd (diff)
downloadmaster-31e0f0ae-87a72d68f125fa49247c9a5e9ce10eae55d88d31.tar.gz
master-31e0f0ae-87a72d68f125fa49247c9a5e9ce10eae55d88d31.tar.bz2
master-31e0f0ae-87a72d68f125fa49247c9a5e9ce10eae55d88d31.zip
fix typo in modules.mk
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
Diffstat (limited to 'target/linux/ar71xx/modules.mk')
-rw-r--r--target/linux/ar71xx/modules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/modules.mk b/target/linux/ar71xx/modules.mk
index b70d2e039a..165b3fca7f 100644
--- 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 NETGWR WNDR3700 board.
+ Kernel module for the USB LED on the NETGEAR WNDR3700 board.
endef
$(eval $(call KernelPackage,leds-wndr3700-usb))