mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 19:01:37 +00:00
ar71xx: fix ALFA NETWORK's name
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 41643
This commit is contained in:
parent
fec2596282
commit
907bd5345e
@ -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>
|
* Copyright (C) 2011-2012 Gabor Juhos <juhosg@openwrt.org>
|
||||||
*
|
*
|
||||||
@ -133,5 +133,5 @@ static void __init hornet_ub_setup(void)
|
|||||||
ath79_register_usb();
|
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);
|
hornet_ub_setup);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user