From: Imre Kaloz Date: Mon, 15 Nov 2004 08:30:27 +0000 (+0000) Subject: add support for belkin/ravotek routers X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bd74697fb6ff8d0b945ef4486cfc36a56687833b;p=openwrt%2Fstaging%2Fadrian.git add support for belkin/ravotek routers SVN-Revision: 179 --- 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;