If you are selecting dnscrypt-proxy2 and ddns-scripts in make nconfig You shouldn’t need to re-install the package. Your dnscrypt-proxy.toml config file should get picked up by sysupgrade backup
Just a thought if you came from David’s build, does your config for dnscrypt-proxy.toml reside in /etc or /etc/config
Without alluding to the foregoing, I like it and I find it useful.
The installed_packages.txt defining packages already part of the new build in /rom is helpful. A quick script quickly shows what additional packages I forgot to add to my newest build or conversely when I decide to remove it.
Set up a uci script to update what you need in /etc/config/dhcp to enable internet, opkg update ; opkg install dnscrypt-proxy2, and then revert back to your original /etc/config/dhcp.
dang, that's a bummer.. I keep checking back periodically to see if there has been a fix, but looks like not yet. Still on Davidc502's last build.. tried mainline and divested with no luck as you have experienced. If you stumble on a build or solution that works, please ping me
Of course I go off script. On my LAN, I have a DHCP server to allocate IP addresses. So I thought: why allocate a static IP address, just let the WRT1200's WAN port continue to be a DHCP client.
Now: the WRT1200 asks for an IP address (DHCPDISCOVER in the log), my DHCP server gives it one (DHCPOFFER), but the WRT1200 does not accept it and just keeps asking. Every few seconds.
This seems like a bug. Is it expected behaviour?
With no IP address, I cannot get in to reconfigure the WRT1200. I guess that I need to reset it.
I've been using divested build r17246 on my wrt1900acs for around a month now and it's been rock solid, I had to add openvpn, but apart from that it's the vanilla build from the divested home page.
you should give it a try, it's going to be a lot more secure than an old david build and that's worth the effort IMHO
I'll try out the latest release but having my phone drop connection as adworacz described is pretty baffling and has kept me on an older build.. I haven't gotten around to trying arinc9's workaround though
Agreed - I picked up a r7800 off ebay for pretty cheap ($40-60 USD range), which runs on ath10k, thus better driver development. I've been holding off on switching because I want to keep testing fixes for the WRT3200ACM, but it should be a nice replacement.
yeah.. I mean if it's fine on the older builds it should be fixable. Could be wrong but didn't the last davidc502 builds use the newer firmware (might have been the older one)? Either way if it doesn't work with the downgraded firmware must be something else in the newer builds, then again I'm a dummy with how it all works.
Yea I've thought about that but not interesting in an 8 year old router like the R7800 with issues of its own (NSS stability, some wifi issues, etc.). My WRT32X is working awesome right now on Master snapshots (no wifi 5GHz stalling issues like 21.02-rc has, everything works like SQM cake at 500Mbit, Adblock, USB 3.0, Samba4 at 120 MB/s, 2TB exfat kodi share, etc.).
Going to wait until a high performance WiFi 6 device works on OpenWrt and buy whatever that is. Hopefully once Ath11k is sorted out. (That might be the RAX120 since it's the only one I know of with the IPQ8074 even though it looks sort of ridiculous.)
Hello community,
Has anyone run into build errors when using your own config file and the 'make -j16' command lately? I use my own config file and the build would fail with 'make -j16' but succeed with 'make -j1 V=s' which is much slower.
TIA
I compiled the master branch last night with -j2. I do remember reading somewhere a note that issues may be encountered when using parallel compilation. I think it may have been about dependencies but don't remember.
I have, but it's mostly because certain config changes require asking interactive questions during the beginning of the build process.
If you just as V=s to your make -jXX command, and then hit enter a few times at the beginning when it asks questions, you'll be fine and able to compile at almost full speeds (some speed is lost just printing logs to the terminal).
In short, if you run into issues with make -j16, just type make -j16 V=s and hit enter a few times when prompted.