mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-12 14:30:05 +01:00
add support for belkin/ravotek routers
SVN-Revision: 179
This commit is contained in:
parent
73044afabf
commit
bd74697fb6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue