From 59f13eb18677f41e7d70f1e0618995066fe79835 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 18 Feb 2015 02:17:45 +0100 Subject: [PATCH] ar71xx/sysmocom: fix JB02 mips machine setup function name wasn't renamed when mach file split up for both boards --- target/linux/ar71xx/files/arch/mips/ath79/mach-sysmocom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-sysmocom.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-sysmocom.c index d1ad67d..4e08d7d 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-sysmocom.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-sysmocom.c @@ -110,5 +110,5 @@ MIPS_MACHINE(ATH79_MACH_SYSMOCOM_SOB_AP1, "SYSMOSOBAP1", "sysmocom SOB-AP1", sysmocom_sob_ap1_setup); MIPS_MACHINE(ATH79_MACH_SYSMOCOM_SOB_JB02, "SYSMOSOBJB02", "sysmocom SOB-JB02", - sysmocom_setup); + sysmocom_sob_jb02_setup);