Author: juhosg Date: 2014-07-14 13:10:00 +0200 (Mon, 14 Jul 2014) New Revision: 41643
Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c Log: ar71xx: fix ALFA NETWORK's name Signed-off-by: Gabor Juhos <[email protected]> Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c =================================================================== --- trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c 2014-07-14 10:25:53 UTC (rev 41642) +++ trunk/target/linux/ar71xx/files/arch/mips/ath79/mach-hornet-ub.c 2014-07-14 11:10:00 UTC (rev 41643) @@ -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 @@ 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); _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
