aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-10-16 19:18:46 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-10-16 19:18:46 +0000
commit18c93fb457925b1fbf73acbde7cd3c722d8ef8f1 (patch)
tree2da4a60f69fc224a0253fde4db6fa56c2a5d83ae /target/linux
parent903aebc129ada92e29715899058755b4e6624a11 (diff)
downloadupstream-18c93fb457925b1fbf73acbde7cd3c722d8ef8f1.tar.gz
upstream-18c93fb457925b1fbf73acbde7cd3c722d8ef8f1.tar.bz2
upstream-18c93fb457925b1fbf73acbde7cd3c722d8ef8f1.zip
fix RB-493 detection
SVN-Revision: 12991
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/prom.c3
1 files changed, 3 insertions, 0 deletions
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,
}
};