giovedì 28 marzo 2013

Buffalo WBMR - OpenWrt trunk build R36140 - Annex A

What's inside:
IPv4 support only
DDNS
UPNP+NAT-PMP
OpenVPN 2.3.0
Samba
NTFS-3G 2013.1.13
USB mounts support (USB 2.0 with NTFS and EXT4 support)
QoS

Changelog:
Kernel 3.8.3
Added QoS
Various bugfixes

Download:
r36140

SHA1: 3288237EFAB3B31D204127F61A7629F64B24A610

7 commenti:

  1. Hi, thanks for your great work!

    Could you share the .config file for openwrt distro and/or additional file so i could customize myself?

    Thanks again,
    Francesco

    RispondiElimina
    Risposte
    1. Hi,

      I will try to post the config this saturday/sunday (if work let me rest)

      Elimina
    2. I did a small video showing how do I customize my builds.

      Elimina
  2. Hi. I recently installed this build but I can't seem to get my dsl connection up and running.

    I have checked the system log and I'm getting the following warnings and errors:
    Timeout waiting for PADO packets
    Unable to complete PPPoE Discovery

    Could you please guide me as to how to set it up?

    RispondiElimina
    Risposte
    1. I got it working finally! Had to add all three of the following to network to make it work.

      config adsl-device 'adsl'
      option fwannex 'a'
      option annex 'a2p'

      config switch
      option name 'eth0'
      option reset '1'
      option enable_vlan '0'

      config switch_vlan
      option device 'eth0'
      option vlan '1'
      option ports '0 1 2 3 4 5'

      Elimina
    2. You are not the first time with this problem and I really don't understand why you have to edit the network file.

      Today I flashed the r36461 trunk version and everything works fine.

      Elimina