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
Could you post the Makefile & patches of NTFS-3G 01/13/2013? I would like to compile it for another router, thanks.
RispondiEliminahttps://docs.google.com/file/d/0B1Kk4ptxk4eedHZoNnRCVlR4aFk/edit?usp=sharing
EliminaYou just need to edit the Makefile ;)
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"
RispondiEliminaswconfig 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.
Upload the .config and I'll check when I have some spare time.
EliminaWhat 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.
Sorry to bother you here, tried asking help at openwrt irc channel but got no answer there :/
RispondiEliminaAlso 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
What is your trunk version?
EliminaI saw a lot of fixes for your device tree (including switch), so maybe they fixed it.
# Automatically generated make config: don't edit
RispondiElimina# 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.
Still was not working after upgrade and setting it up.
RispondiEliminaHad 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.
mmh strange.
EliminaHow did you compile your firmware? step-by-step.
svn co svn://svn.openwrt.org/openwrt/trunk/
RispondiEliminacd 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...
I see, you missed some steps.
EliminaI 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 ;)
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)
EliminaHere's the current one..
http://pastebin.com/A75W1YWD
Hi Jaska,
EliminaI 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 ;)
Still not working after latest trunk r36211
RispondiEliminaI 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
Many Thamks for this Build. It works very nice!!!
RispondiEliminaI am going to post a new Annex B firmware in the next few days ;)
RispondiElimina