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.c6
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 58db51a01..eee55edff 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
@@ -39,9 +39,15 @@ static struct board_rec boards[] __initdata = {
.name = "433",
.mach_type = AR71XX_MACH_RB_433,
}, {
+ .name = "433U",
+ .mach_type = AR71XX_MACH_RB_433U,
+ }, {
.name = "450",
.mach_type = AR71XX_MACH_RB_450,
}, {
+ .name = "450G",
+ .mach_type = AR71XX_MACH_RB_450G,
+ }, {
.name = "493",
.mach_type = AR71XX_MACH_RB_493,
}, {