1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

add Ubiquiti board detection

SVN-Revision: 13745
This commit is contained in:
Gabor Juhos 2008-12-26 20:12:42 +00:00
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,
}
};