fix RB-493 detection

SVN-Revision: 12991
master
Gabor Juhos 16 years ago
parent 903aebc129
commit 18c93fb457
  1. 3
      target/linux/ar71xx/files/arch/mips/ar71xx/prom.c

@ -40,6 +40,9 @@ static struct board_rec boards[] __initdata = {
}, {
.name = "450",
.mach_type = MACH_AR71XX_RB_450,
}, {
.name = "493",
.mach_type = MACH_AR71XX_RB_493,
}
};

Loading…
Cancel
Save