fix RB-493 detection
SVN-Revision: 12991
This commit is contained in:
parent
903aebc129
commit
18c93fb457
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ static struct board_rec boards[] __initdata = {
|
||||||
}, {
|
}, {
|
||||||
.name = "450",
|
.name = "450",
|
||||||
.mach_type = MACH_AR71XX_RB_450,
|
.mach_type = MACH_AR71XX_RB_450,
|
||||||
|
}, {
|
||||||
|
.name = "493",
|
||||||
|
.mach_type = MACH_AR71XX_RB_493,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue