1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 14:50:58 +03:00

[ar71xx] fix RB-493 detection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12991 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2008-10-16 19:18:46 +00:00
parent 70d4a590b0
commit f385abf518

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