Mgcamd 1.35a for Arm receivers on OpenViX r4

This is an mgcamd with Arm receivers on OpenViX. No configs included. Does not work on osmio4k possibly because it has a 64bit SOC

This is an mgcamd with Arm receivers on OpenViX. No configs included.


Does not work on osmio4k possibly because it has a 64bit SOC


OpenViX does not use camscripts. Binary will be installed in /usr/softcams/


Following added to postscript installation

Bash
#!/bin/sh
if [ -f /lib/ld-2.28.so ]; then    ln -s /lib/ld-2.28.so /lib/ld-linux.so.3    echo "ld-2.28.so symlink created"
else     echo "ld-2.28.so link not created"
fi
if [ -f /lib/ld-2.26.so ]; then    ln -s /lib/ld-2.26.so /lib/ld-linux.so.3    echo "ld-2.26.so symlink created"    else     echo "ld-2.26.so link not created"
fi

enigma2-plugin-cams-mgcamd.1.35a_1.0-r4_cortexa15hf-neon-vfpv4.ipk