2
0
forked from Ivasoft/openwrt

adds mach type for fonera20n

SVN-Revision: 18132
This commit is contained in:
John Crispin
2009-10-24 20:55:36 +00:00
parent b59e59dcba
commit e4e4aa90d3
5 changed files with 110 additions and 1 deletions

View File

@@ -41,6 +41,9 @@ static struct board_rec boards[] __initdata = {
}, {
.name = "WHR-G300N",
.mach_type = RAMIPS_MACH_WHR_G300N,
}, {
.name = "FONERA20N",
.mach_type = RAMIPS_MACH_FONERA20N,
}
};