projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903aebc
)
fix RB-493 detection
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 16 Oct 2008 19:18:46 +0000
(19:18 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 16 Oct 2008 19:18:46 +0000
(19:18 +0000)
SVN-Revision: 12991
target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
b/target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
index d22c593e1afd9f4c694ea1782f08c0f160bc4f09..1d55328aad024ce41b7b97b8d3656e0e6d49e545 100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ar71xx/prom.c
+++ b/
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,
}
};