diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2004-11-15 08:30:27 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2004-11-15 08:30:27 +0000 |
commit | bd74697fb6ff8d0b945ef4486cfc36a56687833b (patch) | |
tree | fb61e8dcd5226bff5a80c9c7da845227d9abcbb9 /obsolete-buildroot | |
parent | 73044afabf108ab346f2b7a509abeedd3b9be78c (diff) | |
download | mtk-20170518-bd74697fb6ff8d0b945ef4486cfc36a56687833b.zip mtk-20170518-bd74697fb6ff8d0b945ef4486cfc36a56687833b.tar.gz mtk-20170518-bd74697fb6ff8d0b945ef4486cfc36a56687833b.tar.bz2 |
add support for belkin/ravotek routers
SVN-Revision: 179
Diffstat (limited to 'obsolete-buildroot')
-rw-r--r-- | obsolete-buildroot/sources/openwrt/patches/wrt54g-shared.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obsolete-buildroot/sources/openwrt/patches/wrt54g-shared.patch b/obsolete-buildroot/sources/openwrt/patches/wrt54g-shared.patch index f357885..c9af620 100644 --- a/obsolete-buildroot/sources/openwrt/patches/wrt54g-shared.patch +++ b/obsolete-buildroot/sources/openwrt/patches/wrt54g-shared.patch @@ -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; |