fix RB-493 detection

SVN-Revision: 12991
This commit is contained in:
Gabor Juhos 2008-10-16 19:18:46 +00:00
parent 903aebc129
commit 18c93fb457

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