From 80eda28bc437ab8b01cdee6848722aaaaad8abf5 Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 15 Nov 2004 08:30:27 +0000 Subject: [PATCH] add support for belkin/ravotek routers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@179 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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; -- 2.39.5