PadreDeFamilia

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

Chincheta Autor Tema: Enigma2 svn open-duckbox-project-sh4-tdt  (Leído 4485 veces)

Registrado:
17/01/2008
Gracias:
144/3190
Mensajes
20498
Enigma2 svn open-duckbox-project-sh4-tdt

15.01.10

#!/bin/bash

CURDIR=`pwd`
KATIDIR=${CURDIR%/cvs/cdk}
export PATH=/usr/sbin:/sbin:$PATH

CONFIGPARAM=" \
 --host=sh4-linux \
 --enable-maintainer-mode \
 --prefix=$KATIDIR/tufsbox \
 --with-cvsdir=$KATIDIR/cvs \
 --with-customizationsdir=$KATIDIR/custom \
 --with-logosdir=$KATIDIR/logos \
 --enable-ccache \
 --enable-flashrules \
 --with-stockdir=$KATIDIR/stock"

##############################################

echo "
##############################################

echo "Targets:"
echo "1) Kathrein UFS-910"
echo "2) Kathrein UFS-910-FLASH"
echo "3) Kathrein UFS-922"
echo "4) Topfield 7700 HDPVR"
echo "5) HDBox"
echo "6) CUBEREVO"
read -p "Select target (1-6)? "

[ "$REPLY" == "1" ] && CONFIGPARAM="$CONFIGPARAM --enable-ufs910"
[ "$REPLY" == "2" ] && CONFIGPARAM="$CONFIGPARAM --enable-flash_ufs910"
[ "$REPLY" == "3" ] && CONFIGPARAM="$CONFIGPARAM --enable-ufs922"
[ "$REPLY" == "4" ] && CONFIGPARAM="$CONFIGPARAM --enable-tf7700"
[ "$REPLY" == "5" ] && CONFIGPARAM="$CONFIGPARAM --enable-fortis_hdbox"
[ "$REPLY" == "6" ] && CONFIGPARAM="$CONFIGPARAM --enable-cuberevo"
[ "$REPLY" == "1" -o "$REPLY" == "2" -o "$REPLY" == "3" -o "$REPLY" == "4" -o "$REPLY" == "5" -o "$REPLY" == "6" ] || CONFIGPARAM="$CONFIGPARAM --enable-cuberevo"

##############################################

read -p "Building for stm23(instable) instead of stm22(stable) (y/N)? "
[ "$REPLY" == "y" -o "$REPLY" == "Y" ] && CONFIGPARAM="$CONFIGPARAM --enable-stm23"
[ "$REPLY" == "y" -o "$REPLY" == "Y" ] || CONFIGPARAM="$CONFIGPARAM --enable-stm22 --enable-p0041"

##############################################

read -p "Activate debug (y/N)? "
[ "$REPLY" == "y" -o "$REPLY" == "Y" ] && CONFIGPARAM="$CONFIGPARAM --enable-debug"

##############################################

echo && \
echo "Performing autogen.sh..." && \
echo "------------------------" && \
./autogen.sh && \
echo && \
echo "Performing configure..." && \
echo "-----------------------" && \
echo && \
./configure $CONFIGPARAM
./touch.sh


Good evening I tried again and I uploaded the file was missing, and the compilation has finished until the end, even the kernel is compiled with the patch but the cuberevo

 
ln -s ../init.d/reboot /home/ancel/9000/tdt/tdt/tufsbox/release/etc/rc.d/rc6.d/S90reboot
cp /home/ancel/9000/tdt/tdt/cvs/cdk/root/release/halt_cuberevo /home/ancel/9000/tdt/tdt/tufsbox/release/etc/init.d/halt
cp /home/ancel/9000/tdt/tdt/tufsbox/cdkroot/lib/modules/2.6.17.14_stm22_0041/extra/cubefp/fp.ko /home/ancel/9000/tdt/tdt/tufsbox/release/lib/modules/
cp /home/ancel/9000/tdt/tdt/tufsbox/cdkroot/lib/modules/2.6.17.14_stm22_0041/extra/stgfb/stmfb/stmcore-display-stx7109c3.ko /home/ancel/9000/tdt/tdt/tufsbox/release/lib/modules/
cp /home/ancel/9000/tdt/tdt/tufsbox/cdkroot/boot/video_7109.elf /home/ancel/9000/tdt/tdt/tufsbox/release/boot/video.elf
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/lib/modules/simu_button.ko
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/lib/firmware/dvb-fe-cx21143.fw
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/bin/tffpctl
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/bin/vfdctl
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/bin/evremote
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/bin/tfd2mtd
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/local/share/enigma2/skin_default/rc_dream.png
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/img/rc_dream.png
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/local/share/enigma2/skin_default/rcold_dream.png
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/img/rcold_dream.png
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/local/share/enigma2/skin_default/rc_small.png
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/img/rc_small.png
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/local/share/enigma2/skin_default/rcold_small.png
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/img/rcold_small.png
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/gfx/remotecontrol_static_small.jpg
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/gfx/remotecontrol_static_dream.jpg
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/local/share/enigma2/rcpositions_dream.xml
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/local/share/enigma2/rcpositions_small.xml
rm -f /home/ancel/9000/tdt/tdt/tufsbox/release/usr/local/share/enigma2/keymap_small.xml
echo "cuberevo" > /home/ancel/9000/tdt/tdt/tufsbox/release/etc/hostname
touch .deps/release
[ -x /home/ancel/9000/tdt/tdt/custom/yaud-enigma2-local.sh ] && /home/ancel/9000/tdt/tdt/custom/yaud-enigma2-local.sh /home/ancel/9000/tdt/tdt/tufsbox/cdkroot /home/ancel/9000/tdt/tdt/cvs/cdk || true


open-duckbox-project-sh4-tdt-master.tar.gz
Registrado:
10/01/2009
Gracias:
0/1
Mensajes
45
HI!

thank el general but this link is out

new link please

Dreamrobert

QVIART DUAL : SATELITE 4K ANDROID 9.0 DVB-S2X+DVB-T2+DVB-C+IPTV

 



PadreDeFamilia
!! ADVERTENCIAS !!: Las informaciones aquí publicadas NO CONTIENEN KEYS para la decodificación de ningún sistema: NO SON OPERATIVOS en sistemas SAT que precisen de su correspondiente suscripción. ESTA TOTALMENTE PROHIBIDO EL USO DE ESTAS INFORMACIONES PARA LA MODIFICACIÓN O DEFRAUDACIÓN DE SISTEMAS DE ACCESO CONDICIONAL. EN ESTOS FOROS NO SE PERMITE LA PUBLICACIÓN DE INFORMACIONES ILEGALES POR PARTE DE LOS USUARIOS. EN CASO DE DETECTARSE ESTE TIPO DE INFORMACIONES, LOS USUARIOS SERÁN EXCLUIDOS DE ESTAS PÁGINAS.
PROHIBIDA LA PUBLICACIÓN DE ENLACES A FIRMWARES ILEGALES
LOS FOROS NO SON MONITORIZADOS DE MANERA CONSTANTE, CUALQUIER INFORMACIÓN QUE PUEDAS CONSIDERAR ILEGAL REPORTALA A LA ADMINISTACIÓN DEL FORO