Search results

  • 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!

  1. E

    OpenVPN server: client config file not available

    On N66U and AC3200 (others possibly too), 380.68_4, the EXPORT button for client config file never becomes available. The reason is that the nvram variable vpn_server1_state stays 1. I checked the source code and by the end of the function call start_vpnserver() the state is set to 2 but only...
  2. E

    Safe to upgrade from 378.53 to latest?

    Hey Merlin, guys, For both ARM and MIPS, is it safe to upgrade from 378.53 to the latest without the need to clear the NVRAM? If no, is there any workaround? If yes, are there any other potential minor issues to look out for? Thanks for your time!
  3. E

    Automated Firmware Upgrade

    Hey folks, I am trying to find a way to implement an automated firmware upgrade process. I went through some of the "relevant" source code but cannot seem to pinpoint the exact mechanism of how AsusWRT handles upgrading firmware manually from the website. If I am not mistaken, somewhere along...
  4. E

    uClibc config file

    Would anyone have a uClibc config file for any Asus's SDK or arm SDK6 in particular? I have a c++11 code that I am compiling but it's giving me a headache. For mips SDK5 & 6 I've built my own gcc, but for arm, I am struggling. So I went for help to buildroot, but with so created toolchain...
  5. E

    Issue with Autom4te/ChannelDefs.pm when building on Debian 7.8 x86

    This is the exact point where it stops: nvram_arm make[4]: Entering directory `/mnt/data/develop/asuswrt-merlin/release/src/router/nvram_arm' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/mnt/data/develop/asuswrt-merlin/release/src/router/nvram_arm' ( cd iptables-1.4.x...
  6. E

    Is there a way to enable core dumping?

    Can someone please point me in the right direction? Setting `ulimit -c unlimited` and /proc/sys/kernel/core_* and /proc/sys/fs/suid_dumpable doesn't do the trick. Thanks!
  7. E

    simple threaded app seg faults

    Using the latest asuswrt-merlin from git and custom built gcc (4.8.3) I've tried to compile a simple threaded application using libpthread (boost wrapped) which immediately seg faults on execution. gdb gives #0 0x2ab4bf7c in memcpy () from /lib/libc.so.0 #1 0x2ab7129c in...
Top