From: Gabor Juhos <juhosg@openwrt.org>
Date: Thu, 16 Oct 2008 19:18:46 +0000 (+0000)
Subject: fix RB-493 detection
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=18c93fb457925b1fbf73acbde7cd3c722d8ef8f1;p=openwrt%2Fstaging%2Fneocturne.git

fix RB-493 detection

SVN-Revision: 12991
---

diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
index d22c593e1a..1d55328aad 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
@@ -40,6 +40,9 @@ static struct board_rec boards[] __initdata = {
 	}, {
 		.name		= "450",
 		.mach_type	= MACH_AR71XX_RB_450,
+	}, {
+		.name		= "493",
+		.mach_type	= MACH_AR71XX_RB_493,
 	}
 };