add Ubiquiti board detection

SVN-Revision: 13745
v19.07.3_mercusys_ac12_duma
Gabor Juhos 16 years ago
parent 76ec5d14cf
commit 7abf10d6e6

@ -52,6 +52,12 @@ static struct board_rec boards[] __initdata = {
}, {
.name = "TEW-632BRP",
.mach_type = AR71XX_MACH_TEW_632BRP,
}, {
.name = "UBNT-RS",
.mach_type = AR71XX_MACH_UBNT_RS,
}, {
.name = "UBNT-LSX",
.mach_type = AR71XX_MACH_UBNT_LSX,
}
};

Loading…
Cancel
Save