projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e4aa9
)
make default llll/w vlan setup in esw
author
John Crispin
<john@openwrt.org>
Sat, 24 Oct 2009 20:56:31 +0000
(20:56 +0000)
committer
John Crispin
<john@openwrt.org>
Sat, 24 Oct 2009 20:56:31 +0000
(20:56 +0000)
SVN-Revision: 18133
target/linux/ramips/files/drivers/net/ramips_esw.c
patch
|
blob
|
history
diff --git
a/target/linux/ramips/files/drivers/net/ramips_esw.c
b/target/linux/ramips/files/drivers/net/ramips_esw.c
index 58bbc3faabb064644afe97ebda36dd2ec40565bf..a77060075b1f675be9f5951f77df8ce6fd1c76e8 100644
(file)
--- a/
target/linux/ramips/files/drivers/net/ramips_esw.c
+++ b/
target/linux/ramips/files/drivers/net/ramips_esw.c
@@
-113,7
+113,7
@@
rt305x_esw_init(void)
/* set default vlan */
ramips_esw_wr(0x2001, 0x50);
- ramips_esw_wr(0x504
1
, 0x70);
+ ramips_esw_wr(0x504
f
, 0x70);
return 0;
}