• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by darkvoid

  1. D

    Entware-arm - synced with Entware (mips) 2015.09

    zyxmon, I understand you are just syncing against Entware, but any idea why Asterisk can_motif was removed?
  2. D

    JFFS->USB Offloading

    Just implemented your script on the RT-AC87U and it works perfectly. I added one additional directory "/jffs/library", which I use to keep several re-usable "sourced" scripts. You should definitely add this to the wiki!
  3. D

    adding VLAN disables 5 GHz Wi-Fi on RT-AC87R

    The problem is in reconfiguring vlan 1: robocfg vlan 1 ports "2 3 5 7t" This reflects in "robocfg show" as "2 3 5t 7t", so suddenly port 5 has become tagged. Update your script to use: robocfg vlan 1 ports "2 3 5u 7t" "robocfg show" now displays "2 3 5 7t", which is correct. With the...
Back
Top