summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ar71xx/prom.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/prom.c3
1 files changed, 3 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 283aff6a7b..b38b48ba3b 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
@@ -71,6 +71,9 @@ static struct board_rec boards[] __initdata = {
.name = "TL-WR741ND",
.mach_type = AR71XX_MACH_TL_WR741ND,
}, {
+ .name = "TL-WR841N-v1.5",
+ .mach_type = AR71XX_MACH_TL_WR841N_V1,
+ }, {
.name = "TL-WR941ND",
.mach_type = AR71XX_MACH_TL_WR941ND,
}, {