Enigma2 svn open-duckbox-project-sh4-tdt

Status
Not open for further replies.

elgeneral

Registered
Messages
7,811
open-duckbox-project-sh4-tdt-master

15.01.10

Code:
#!/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
 
Status
Not open for further replies.
Top