-struct board_rec {
- char *name;
- enum ramips_mach_type mach_type;
-};
-
-static struct board_rec boards[] __initdata = {
- {
- .name = "RT-N15",
- .mach_type = RAMIPS_MACH_RT_N15,
- }, {
- .name = "WZR-AGL300NH",
- .mach_type = RAMIPS_MACH_WZR_AGL300NH,
- }, {
- .name = "DIR-300-revB",
- .mach_type = RAMIPS_MACH_DIR_300_REVB,
- }, {
- .name = "V22RW-2X2",
- .mach_type = RAMIPS_MACH_V22RW_2X2,
- }, {
- .name = "WHR-G300N",
- .mach_type = RAMIPS_MACH_WHR_G300N,
- }, {
- .name = "FONERA20N",
- .mach_type = RAMIPS_MACH_FONERA20N,
- }
-};
-