ar71xx: fix ALFA NETWORK's name

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 41643
This commit is contained in:
Gabor Juhos 2014-07-14 11:10:00 +00:00
parent fec2596282
commit 907bd5345e

View 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);