Hi
I need to run /arch/arm/mach-meson6tvd/tools/upmod/updatemodules.sh to clone (line 114):
git clone ssh://android@10.8.9.5/linux/dvb/availink/drivers/avl6211.git
These links do not work. I need link to work to build avl6211 modules from:
/linux-amlogic/drivers/amlogic/dvb_tv/Makefile
ifneq ($(wildcard $(srctree)/../hardware/dvb),)
obj-$(CONFIG_AM_AVL6211) += ../../../../hardware/dvb/availink/drivers/avl6211/
endif
Could you please fix or change the links?
Hi
I need to run /arch/arm/mach-meson6tvd/tools/upmod/updatemodules.sh to clone (line 114):
git clone ssh://android@10.8.9.5/linux/dvb/availink/drivers/avl6211.git
These links do not work. I need link to work to build avl6211 modules from:
/linux-amlogic/drivers/amlogic/dvb_tv/Makefile
ifneq ($(wildcard $ (srctree)/../hardware/dvb),)
obj-$(CONFIG_AM_AVL6211) += ../../../../hardware/dvb/availink/drivers/avl6211/
endif
Could you please fix or change the links?