projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07af471
)
[ar71xx] 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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12991
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
d22c593
..
1d55328
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,
}
};