From bd74697fb6ff8d0b945ef4486cfc36a56687833b Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 15 Nov 2004 08:30:27 +0000 Subject: [PATCH] add support for belkin/ravotek routers SVN-Revision: 179 --- obsolete-buildroot/sources/openwrt/patches/wrt54g-shared.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;