ar71xx: fix ALFA NETWORK's name

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41643 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2014-07-14 11:10:00 +00:00
parent d389a460cc
commit 8ce92a1769
1 changed files with 2 additions and 2 deletions

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