diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-10-16 19:18:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-10-16 19:18:46 +0000 |
commit | 0d3bf063cb7b6b9fbeba147fc238fae5a3d1600f (patch) | |
tree | 098cea7c2054293a51a78dff4d64666f3f2084ac | |
parent | 07af471462e9e594a933f653fe5a2daafc2e5023 (diff) | |
download | upstream-0d3bf063cb7b6b9fbeba147fc238fae5a3d1600f.tar.gz upstream-0d3bf063cb7b6b9fbeba147fc238fae5a3d1600f.tar.bz2 upstream-0d3bf063cb7b6b9fbeba147fc238fae5a3d1600f.zip |
[ar71xx] fix RB-493 detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12991 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/prom.c | 3 |
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, } }; |