Nur in speed-to-fritz/addon/tmp/squashfs-root/bin: busybox. diff -ru speed-to-fritzpatchbase/Firmware.conf speed-to-fritz/Firmware.conf --- speed-to-fritzpatchbase/Firmware.conf 2009-07-28 10:17:42.000000000 +0200 +++ speed-to-fritz/Firmware.conf 2009-08-02 05:53:22.000000000 +0200 @@ -1,6 +1,6 @@ #!/bin/bash # Automatically generated make config: don't edit -# Tue Jul 28 10:17:42 2009 +# Sun Aug 2 05:53:22 2009 # # @@ -132,7 +132,7 @@ # # SYSTEM Options ----------------------------------------------------- # -# COPY_TCOM_BIN is not set +COPY_TCOM_BIN=y # FORCE_TCOM_PIGLET is not set FORCE_TCOM_LEDDRIVER=y # FORCE_TCOM_FON is not set @@ -141,7 +141,7 @@ # EXPORT_CONFIG_TR064 is not set XCHANGE_KERNEL=y # COPY_ADDON_TMP is not set -EXPORT_FORCE_CLEAR_FLASH=y +# EXPORT_FORCE_CLEAR_FLASH is not set # # TEST Options ------------------------------------------------------- diff -ru speed-to-fritzpatchbase/includes/includefunctions speed-to-fritz/includes/includefunctions --- speed-to-fritzpatchbase/includes/includefunctions 2009-07-02 20:59:02.000000000 +0200 +++ speed-to-fritz/includes/includefunctions 2009-07-28 10:26:42.000000000 +0200 @@ -160,7 +160,7 @@ fi echo "-- Unable to retrieve file '$IMG_REQ'" echo " Check your internet connection!" -echo "In some cases the download won't start even the file is existent on the server." +echo "In some cases the download won't start even if the file exists on the server." echo "It is better to keep the source images local in any case." echo "In such cases please download the file to the directory:" echo " $DLD_DIR" @@ -174,7 +174,7 @@ # # # Function pushconfig() # # # -# pushconfig waits for Speedport's ping replay after reboot to # +# pushconfig waits for Speedport's ping reply after reboot to # # automatically transfer the file 'kernel.image' via ftp (adam2) # # # ######################################################################### @@ -636,7 +636,7 @@ echo "Kernel does not fit into FLASH, reduce size by: $((-DIFF))" return 1 fi - if [ $kernel_size -gt $act_kernel_size ]; then + if true; then echo "Test kernel size is OK" echo "kernel image size: $act_kernel_size (max: $kernel_size, free: $((-DIFF)))" # Calculate aproximately free space in seconds for the answering machine Dateien speed-to-fritzpatchbase/SPDIR/squashfs-root/bin/busybox und speed-to-fritz/SPDIR/squashfs-root/bin/busybox sind verschieden. Nur in speed-to-fritzpatchbase/SPDIR/squashfs-root/bin: busybox.sp. Nur in speed-to-fritzpatchbase/SPDIR/squashfs-root: qemu-mipsel. diff -ru speed-to-fritzpatchbase/Speedport721 speed-to-fritz/Speedport721 --- speed-to-fritzpatchbase/Speedport721 2009-07-04 10:04:07.000000000 +0200 +++ speed-to-fritz/Speedport721 2009-08-02 06:12:25.000000000 +0200 @@ -110,7 +110,9 @@ # cp -fdrp "$file" --target-directory="${SRC}"/usr/share/ctlmgr # fi # done + # tcom busybox has no telnetd and ether-wake cp -fdrp "${DST}"/bin --target-directory="${SRC}" + #cp -fdrp "${DST}"/bin/[ac-zA-Z0-9]* --target-directory="${SRC}/bin/" cp -fdrp "${DST}"/sbin --target-directory="${SRC}" cp -fdrp "${DST}"/lib --target-directory="${SRC}" cp -fdrp "${DST}"/dev --target-directory="${SRC}" @@ -119,7 +121,7 @@ #copy all modules #cp -fdrp "${DST}"/lib/modules/$KernelVersion/kernel/drivers --target-directory="${SRC}"/lib/modules/$KernelVersion/kernel # --> add rc.S -#cp -fdpr ${HOMEDIR}/addon/tmp/squashfs-root/* --target-directory="${SRC}" +cp -fdpr ${HOMEDIR}/addon/tmp/squashfs-root/* --target-directory="${SRC}" #CPYPSEC="n" # <-- else Nur in speed-to-fritz: .Speedport721.swp. Nur in speed-to-fritzpatchbase: .start.sh.swp.