Closed zw963 closed 4 years ago
It shouldn't be needed to run that file, what exactly isn't working? Or did you solved it already? :)
It shouldn't be needed to run that file, what exactly isn't working? Or did you solved it already? :)
Old router (AC66U) is MIPS, not ARM, opkg no dnscrypt-proxy2 package.
@zw963 README.md - Support ARM and MIPSEL based routers
How did you installed this package? Did you follow the README?
How did you installed this package?
opkg package no dnscrypt-proxy2
package.
Did you follow the README?
Did you follow the README?
Current script mips detect is comment, see following code.
case $(uname -m) in
armv7l)
URL_ARCH=$URL_ARCH/armv7
DNSCRYPT_ARCH=linux_arm
DNSCRYPT_ARCH_TAR=linux-arm
echo -e "$INFO Detected ARMv7 architecture."
;;
aarch64)
URL_ARCH=$URL_ARCH/armv8
DNSCRYPT_ARCH=linux_arm64
DNSCRYPT_ARCH_TAR=linux-arm64
echo -e "$INFO Detected ARMv8 architecture."
;;
# mips)
# URL_ARCH=$URL_ARCH/mips
# DNSCRYPT_ARCH=linux_mipsle
# DNSCRYPT_ARCH_TAR=linux-mipsle
# echo -e "$INFO Detected MIPSEL architecture."
# echo -e "$WARNING FOR TESTING ONLY, MIGHT NOT WORK AT ALL"
# echo -e "$WARNING USE AT YOUR OWN RISK"
# ;;
*)
echo "This is unsupported platform, sorry."
exit 1
;;
esac
I download from dnscrypt-proxy 2 release download page. but two version all not working.
dnscrypt-proxy-linux_mips
admin@RT-AC66U-F2F0:/tmp/home/root# ./dnscrypt-proxy ./dnscrypt-proxy: line 1: syntax error: unexpected "("
dnscrypt-proxy-linux_mipsle
admin@RT-AC66U-F2F0:/tmp/home/root# ./dnscrypt-proxy fatal error: runtime: out of memory
Following is my asus info: