Browse Source

ar71xx: fix ALFA NETWORK's name

Signed-off-by: Gabor Juhos <[email protected]>

SVN-Revision: 41643
Gabor Juhos 11 years ago
parent
commit
907bd5345e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c

+ 2 - 2
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 <[email protected]>
  *
@@ -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);