Browse Source

add mips64r2-msb arch

pull/31/head
bolvan 6 years ago
parent
commit
eb3484031f
  1. BIN
      binaries/mips64r2-msb/ip2net
  2. BIN
      binaries/mips64r2-msb/mdig
  3. BIN
      binaries/mips64r2-msb/nfqws
  4. BIN
      binaries/mips64r2-msb/tpws
  5. 2
      install_bin.sh

BIN
binaries/mips64r2-msb/ip2net

Binary file not shown.

BIN
binaries/mips64r2-msb/mdig

Binary file not shown.

BIN
binaries/mips64r2-msb/nfqws

Binary file not shown.

BIN
binaries/mips64r2-msb/tpws

Binary file not shown.

2
install_bin.sh

@ -19,7 +19,7 @@ ccp()
#cp -f "$BINDIR/$1" "$EXEDIR/$2" && echo copying : "$BINDIR/$1" =\> "$EXEDIR/$2"
}
for arch in aarch64 armhf mips32r1-lsb mips32r1-msb x86_64 x86
for arch in aarch64 armhf mips64r2-msb mips32r1-lsb mips32r1-msb x86_64 x86
do
if check_dir $arch; then
echo $arch is OK

Loading…
Cancel
Save