1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ramips] adds mach type for fonera20n

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18132 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2009-10-24 20:55:36 +00:00
parent 06d45609f6
commit ffb4faa1d1
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,
}
};