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:
041a626
)
ar71xx: enable AR9341 support at setup.c
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 13 Dec 2011 14:59:43 +0000
(14:59 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Tue, 13 Dec 2011 14:59:43 +0000
(14:59 +0000)
Patch-by: dyq <729650915@qq.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29514
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/files/arch/mips/ar71xx/setup.c
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/files/arch/mips/ar71xx/setup.c
b/target/linux/ar71xx/files/arch/mips/ar71xx/setup.c
index
c85b02c
..
b1829a6
100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/ar71xx/setup.c
+++ b/
target/linux/ar71xx/files/arch/mips/ar71xx/setup.c
@@
-158,6
+158,12
@@
static void __init ar71xx_detect_sys_type(void)
rev = id & AR933X_REV_ID_REVISION_MASK;
break;
+ case REV_ID_MAJOR_AR9341:
+ ar71xx_soc = AR71XX_SOC_AR9341;
+ chip = "9341";
+ rev = id & AR934X_REV_ID_REVISION_MASK;
+ break;
+
case REV_ID_MAJOR_AR9342:
ar71xx_soc = AR71XX_SOC_AR9342;
chip = "9342";