aboutsummaryrefslogtreecommitdiffstats
path: root/obsolete-buildroot
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2004-11-15 08:30:27 +0000
committerImre Kaloz <kaloz@openwrt.org>2004-11-15 08:30:27 +0000
commitbd74697fb6ff8d0b945ef4486cfc36a56687833b (patch)
treefb61e8dcd5226bff5a80c9c7da845227d9abcbb9 /obsolete-buildroot
parent73044afabf108ab346f2b7a509abeedd3b9be78c (diff)
downloadupstream-bd74697fb6ff8d0b945ef4486cfc36a56687833b.tar.gz
upstream-bd74697fb6ff8d0b945ef4486cfc36a56687833b.tar.bz2
upstream-bd74697fb6ff8d0b945ef4486cfc36a56687833b.zip
add support for belkin/ravotek routers
SVN-Revision: 179
Diffstat (limited to 'obsolete-buildroot')
-rw-r--r--obsolete-buildroot/sources/openwrt/patches/wrt54g-shared.patch2
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 f357885bcc..c9af620875 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;