diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-26 20:12:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-26 20:12:42 +0000 |
commit | 8da02c859593242722a281f90eb458e75bd8c17c (patch) | |
tree | fd7f556282dc6d7bce2fc6d1009cdb424d6d3ca5 /target/linux | |
parent | b12f8979972d81f432544fd7ed3b5403f1d1b0bb (diff) | |
download | upstream-8da02c859593242722a281f90eb458e75bd8c17c.tar.gz upstream-8da02c859593242722a281f90eb458e75bd8c17c.tar.bz2 upstream-8da02c859593242722a281f90eb458e75bd8c17c.zip |
[ar71xx] add Ubiquiti board detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13745 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/prom.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c index 1b7b3a750a..005d84acf9 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c @@ -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, } }; |