I have Orange Pi PC with Armbian 5.20 I am trying to compile media_build with a DVB-T tuner firmware so the OS will recognize the device. I need to compile the media_tree:
git clone https://bitbucket.org/CrazyCat/media_build
cd media_build
./build --main-git
The compilation is failed, here is the error:
/home/idan/media_build/v4l/sunxi-cir.c:26:25: fatal error: linux/reset.h: No such file or directory
#include <linux/reset.h>
^
compilation terminated.
full log: https://filetea.me/t1sG7ycnx8USqmKDrwFxtyEKA
Is it possible to fix this reset.h missing?