From 18c93fb457925b1fbf73acbde7cd3c722d8ef8f1 Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Thu, 16 Oct 2008 19:18:46 +0000
Subject: [PATCH] fix RB-493 detection

SVN-Revision: 12991
---
 target/linux/ar71xx/files/arch/mips/ar71xx/prom.c | 3 +++
 1 file changed, 3 insertions(+)

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,
 	}
 };
 
-- 
2.30.2