On Mon, 2013-02-04 at 23:51 +0100, Hauke Mehrtens wrote:
> On 02/04/2013 05:04 PM, Jonathan McCrohan wrote:
> > Signed-off-by: Jonathan McCrohan <jmccro...@gmail.com>
> > ---
> >  target/linux/brcm47xx/base-files/etc/init.d/netconfig |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/target/linux/brcm47xx/base-files/etc/init.d/netconfig 
> > b/target/linux/brcm47xx/base-files/etc/init.d/netconfig
> > index b4840c2..303ab56 100755
> > --- a/target/linux/brcm47xx/base-files/etc/init.d/netconfig
> > +++ b/target/linux/brcm47xx/base-files/etc/init.d/netconfig
> > @@ -166,7 +166,7 @@ start() {
> >             }
> >  
> >             # generic broadcom 4716 processor with 53115 switch
> > -           if (nvram["boardtype"] == "0x04cf") {
> > +           if (tolower(nvram["boardtype"]) == "0x04cf") {
> >                     c["vlan0ports"] = "1 2 3 4 8*"
> >                     c["vlan1ports"] = "0 8"
> >             }
> > 
> 
> Thank you for your patch is was applied in r35490.
> 
> Hauke
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> 
Is a similar change required in diag.c (package/broadcom-diag), or is
this H/W not supported yet in broadcom-diag?  If so, can 
http://patchwork.openwrt.org/patch/3123/ be applied before additional
changes are made?

Nathan

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to