lunedì 11 marzo 2013

Buffalo WBMR - OpenWrt trunk build R35953 - Annex B


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 support only)

Changelog:
New firewall package (firewall3)

Various bugfixes

Download:
r35953

SHA1: 88F66C685F98D7742DE30753D6B5324B5E424C8E

16 commenti:

  1. Could you post the Makefile & patches of NTFS-3G 01/13/2013? I would like to compile it for another router, thanks.

    RispondiElimina
    Risposte
    1. https://docs.google.com/file/d/0B1Kk4ptxk4eedHZoNnRCVlR4aFk/edit?usp=sharing

      You just need to edit the Makefile ;)

      Elimina
  2. Does communication with other ethernet ports work? I can't ping other devices expect the router. This was (is?) an old bug where i had to add "swconfig dev eth0 vlan 1 set ports "0 1 2 3 4 5"
    swconfig dev eth0 set apply" but now it just gives me error "Failed to connect to the switch
    "

    I did build the firmware myself so did i miss something? just added qos support and removed usb support.

    RispondiElimina
    Risposte
    1. Upload the .config and I'll check when I have some spare time.

      What is your trunk version? It could be a new(well, again) bug.
      I can't test my build because I am not at home for a few months.

      Elimina
  3. Sorry to bother you here, tried asking help at openwrt irc channel but got no answer there :/

    Also this build is missing the switch tab on luci and earlier trunk version had the switch tab but it was missing the vlan/switch itself, i think.

    http://pastebin.com/bHArwxFH

    RispondiElimina
    Risposte
    1. What is your trunk version?

      I saw a lot of fixes for your device tree (including switch), so maybe they fixed it.

      Elimina
  4. # Automatically generated make config: don't edit
    # OpenWrt version: Barrier Breaker (r36051)
    # Sat Mar 16 03:38:44 2013

    I'll give the new trunk version a go today as i dont have to access my home server for awhile.

    RispondiElimina
  5. Still was not working after upgrade and setting it up.

    Had to add

    config switch
    option name 'switch0'
    option reset '1'
    option enable_vlan '1'

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

    Which make connection between lan ports possible. Also Switch window appeared in luci.

    RispondiElimina
    Risposte
    1. mmh strange.

      How did you compile your firmware? step-by-step.

      Elimina
  6. svn co svn://svn.openwrt.org/openwrt/trunk/
    cd trunk
    ./scripts/feeds update -a
    ./scripts/feeds install -a
    make menuconfig
    Target System -> Lantiq...
    Subtarget -> XWAY
    Target Profile -> Buffalo WBMR-HP-G300H (A)
    Target Images
    [*]Squashfs
    LuCi
    [*]Luci
    [*]Luci-app-qos
    [*]Luci-app-upnp
    **I may have added
    [*]swconfig
    ------------
    make

    I added the earlier switch config to /etc/config/network as it has been removed from later trunks for some reason.. maybe they thought it would work without vlan/switch? fiddled around with firewall too to make sure the connection between lan ports wasnt blocked but that wasn't the case, or i just edited the wrong place...

    RispondiElimina
    Risposte
    1. I see, you missed some steps.
      I read again your config file and I don't know how, you managed to compile a firmware for this device CONFIG_TARGET_ar71xx=y
      and not the danube WBMR.

      I will post soon a screencast on how I compile my builds ;)

      Elimina
    2. Hmm.. thats weird.. I may have reset the config i sent to you at pastebin... as its missing all the other changes i've made to it, so ignore that earlier config file (sorry about that)

      Here's the current one..
      http://pastebin.com/A75W1YWD

      Elimina
    3. Hi Jaska,

      I compared my config with yours and it seems ok.
      After you do " ./scripts/feeds install -a ", do this to ensure the full package list

      make package/symlinks

      Since I can't test my builds (for the next 3 weeks) I can't tell you if the switch bug popped up again but I don't think so.

      Try again (using that command too) and let me know if it works. Otherwise you have to file a report to openwrt ;)

      Elimina
  7. Still not working after latest trunk r36211

    I did make package/symlinks after ./scripts/feeds install -a but it gave me an error about desynced config, made the make menuconfig again and after that make package/symlinks with no errors. Still can't reach other lan ports expect the bridged wlan

    RispondiElimina
  8. Many Thamks for this Build. It works very nice!!!

    RispondiElimina
  9. I am going to post a new Annex B firmware in the next few days ;)

    RispondiElimina