diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 11:10:00 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-07-14 11:10:00 +0000 |
commit | 8ce92a1769e82a306930d15a56528c894a32399e (patch) | |
tree | d6f7b1f4a15f0914898d0f09619fe82a30ffc822 /target/linux/ar71xx | |
parent | d389a460cc8f421be34c0d1013a29d914d70e0ab (diff) | |
download | upstream-8ce92a1769e82a306930d15a56528c894a32399e.tar.gz upstream-8ce92a1769e82a306930d15a56528c894a32399e.tar.bz2 upstream-8ce92a1769e82a306930d15a56528c894a32399e.zip |
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
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c | 4 |
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); |