diff options
author | John Crispin <blogic@openwrt.org> | 2012-07-25 19:52:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-07-25 19:52:30 +0000 |
commit | cbf3b3b5100e8b9a948b686f40489b9bb223a1b2 (patch) | |
tree | 9f8ba5619e06846b4bb31698e1435b847c9a95b0 | |
parent | 0f3cd880bdbff9328f92522fed0fa63c50676142 (diff) | |
download | master-187ad058-cbf3b3b5100e8b9a948b686f40489b9bb223a1b2.tar.gz master-187ad058-cbf3b3b5100e8b9a948b686f40489b9bb223a1b2.tar.bz2 master-187ad058-cbf3b3b5100e8b9a948b686f40489b9bb223a1b2.zip |
[ar71xx] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32870 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/modules.mk | 2 |
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)) |