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
SVN-Revision: 390
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user