Update neoinitarmvuDuo4k

This commit is contained in:
gutosie
2021-12-27 17:02:13 +02:00
committed by GitHub
parent 461e530c48
commit 58cb4f26ae

View File

@@ -13,6 +13,7 @@ echo "====================================================> "
NEODEVICE=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location`
IMAGEKATALOG=ImageBoot
HOSTNAME=`cat /etc/hostname`
if [ -e /tmp/.init_reboot ]; then
@@ -112,15 +113,19 @@ else
fi
MODPROBE=/sbin/modprobe
if [ $HOSTNAME = "et5x00" ] ; then
break;
else
MODPROBE=/sbin/modprobe
echo "Load video and frame buffer modules ..."
#modprobe dvb
echo "Load video and frame buffer modules ..."
#modprobe dvb
echo "NeoBoot is loading modules"
for mod in dvb; do
$MODPROBE $mod
done
echo "NeoBoot is loading modules"
for mod in dvb; do
$MODPROBE $mod
done
fi
# Hack for loading modules which are not loaded on diffrent kernel images
/etc/init.d/modutils.sh