ar71xx: fix ALFA NETWORK's name
authorGabor Juhos <juhosg@openwrt.org>
Mon, 14 Jul 2014 11:10:00 +0000 (11:10 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 14 Jul 2014 11:10:00 +0000 (11:10 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 41643

target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c

index d2cfb0972a4acdff0e43ffb4c7c7e56e38f0cf1c..22b1e0919df1af17330039c6ef043cb532e5a7e4 100644 (file)
@@ -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);