summaryrefslogtreecommitdiffstats
path: root/openwrt/package/linux/kernel-source/arch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-19 17:52:30 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-19 17:52:30 +0000
commita3dc4fa5ae2a92dbc70c5ab7c403bad347a0c367 (patch)
tree2a788ac1f4836689709f47c5cac6ffeb46d96eb2 /openwrt/package/linux/kernel-source/arch
parent68951232dd98b702ffd5f84f5fd8d4b4bc3f53d4 (diff)
support for the asus wl-500g deluxe and the buffalo v2 units. dnsmasq update, control file fixes. add back other boardtypes to make wl.o happy on other routers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@390 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/linux/kernel-source/arch')
-rw-r--r--openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c b/openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c
index b3469134e..ead31e9aa 100644
--- a/openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c
+++ b/openwrt/package/linux/kernel-source/arch/mips/brcm-boards/bcm947xx/sbpci.c
@@ -275,7 +275,7 @@ sbpci_init(void *sbh)
sb_core_reset(sbh, 0);
/* In some board, */
- if(nvram_match("boardtype", "bcm94710dev"))
+ if(nvram_match("boardtype", "bcm94710dev") || nvram_match("boardtype", "bcm94710ap")|| nvram_match("boardtype", "bcm94710r4")|| nvram_match("boardtype", "bcm94710r4")|| nvram_match("boardtype", "bcm95365r"))
CT4712_WR = 0;
else
CT4712_WR = 1;