summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-07-14 11:10:00 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-07-14 11:10:00 +0000
commit907bd5345e212409c8fa2dcd98ee3fdc5a8e11ec (patch)
tree4a3b7888d76803749354b2b604e58783983a1a88 /target/linux/ar71xx
parentfec25962824da27c3f02021bbd4db969639b8717 (diff)
downloadmaster-31e0f0ae-907bd5345e212409c8fa2dcd98ee3fdc5a8e11ec.tar.gz
master-31e0f0ae-907bd5345e212409c8fa2dcd98ee3fdc5a8e11ec.tar.bz2
master-31e0f0ae-907bd5345e212409c8fa2dcd98ee3fdc5a8e11ec.zip
ar71xx: fix ALFA NETWORK's name
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41643
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c
index d2cfb0972a..22b1e0919d 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c
@@ -1,5 +1,5 @@
/*
- * ALFA NETWORKS Hornet-UB board support
+ * ALFA NETWORK Hornet-UB board support
*
* Copyright (C) 2011-2012 Gabor Juhos <juhosg@openwrt.org>
*
@@ -133,5 +133,5 @@ static void __init hornet_ub_setup(void)
ath79_register_usb();
}
-MIPS_MACHINE(ATH79_MACH_HORNET_UB, "HORNET-UB", "ALFA NETWORKS Hornet-UB",
+MIPS_MACHINE(ATH79_MACH_HORNET_UB, "HORNET-UB", "ALFA NETWORK Hornet-UB",
hornet_ub_setup);