mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
add support for belkin/ravotek routers
SVN-Revision: 179
This commit is contained in:
parent
73044afabf
commit
bd74697fb6
@ -5,7 +5,7 @@
|
||||
|
||||
/* In some board, */
|
||||
- if(nvram_match("boardtype", "bcm94710dev"))
|
||||
+ if(nvram_match("boardtype", "bcm94710dev") || nvram_match("boardtype", "bcm94710ap"))
|
||||
+ if(nvram_match("boardtype", "bcm94710dev") || nvram_match("boardtype", "bcm94710ap") || nvram_match("boardtype", "bcm94710r4"))
|
||||
CT4712_WR = 0;
|
||||
else
|
||||
CT4712_WR = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user