[ar71xx] fix RB-493 detection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12991 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2008-10-16 19:18:46 +00:00
parent 07af471462
commit 0d3bf063cb
1 changed files with 3 additions and 0 deletions

View File

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