Firmware-Update ist fehlgeschlagen Es trat ein nicht

Status
Für weitere Antworten geschlossen.
Ich weiß, wofür die signature Datei da ist, es wundert mich aber, daß sie in einem Freetz Image mit enthalten ist, da es wohl kaum eine Signatur ist, die die Box akzeptiert.

Deine Ausgabe von update_out.log bricht dort ab, wo die .config kommen sollte.
Außerdem hast Du im Image eine Datei jffs2.image. Was ist das?
 
@Heier2367: Weil Du per PM gefragt hattest: Ich glaube nicht, daß hier ein Signaturproblem vorliegt, habe aber die letzten Beiträge hier nur überflogen. Es ist schon eher seltsam, daß Du kein kernel.image hast, sofern das nicht nur ein Pseudo-Image sein sollte, das z.B. Befehle in die debug.cfg einfügt.
 
[Edit frank_m24: Mehrere Beiträge zusammengefasst. Man kann seine Beiträge auch editieren.]
Und was passiert, wenn du das gleiche auf der Box (ungefreezten) ausführst? (Das Image nach /var/tmp kopieren, bzw. auf einen angeschlossenen USB-Stick kopieren und dort ausführen)

Habe wieder gelesen, gelesen, gelesen. Habe keine Möglichkeit gefunden per telnet Dateien auf oder von der box zu kopieren. RCP gibt es nicht. Hyperterminal braucht eine Modememulation auf der fritz seite.... USB Stick habe ich nicht da.
copy Befehl liefert folgendes
Code:
# cp \\192.168.100.1\telnet\a \var\tmp
cp: cannot stat '\192.168.100.1telneta': No such file or directory
#

irgendeine Idee... und bitte, bitte, bitte nicht wieder >im Forum lesen< schreiben. Auch ein link hilft.

Deine Ausgabe von update_out.log bricht dort ab, wo die .config kommen sollte.
Außerdem hast Du im Image eine Datei jffs2.image. Was ist das?

Heißt das die config wird nicht durchlaufen?

Was das jffs2.image genau ist weiß ich nicht. Nach einigem lesen denke ich, das dort die "eigenen Programme" welche ich nicht direkt im Kernel habe eingebunden sind. Das Problem ist, das ich im Forum massig Probleme rund um das Thema, aber keine Beschreibung was dort eigentlich drinsteckt finde.

[Beitrag 2:]
@Heier2367: Weil Du per PM gefragt hattest: Ich glaube nicht, daß hier ein Signaturproblem vorliegt, habe aber die letzten Beiträge hier nur überflogen. Es ist schon eher seltsam, daß Du kein kernel.image hast, sofern das nicht nur ein Pseudo-Image sein sollte, das z.B. Befehle in die debug.cfg einfügt.

Nein ist meines wissens nach kein Pseudoimage. In der Firmware sind ja alle Dateien enthalten.
Habe das image völlig unverändert als trunk mit freetz zusammengebaut. Gab auch keine Fehlermeldungen beim bauen. Nur das flashen per Weboberfläche geht halt nicht.
 
copy Befehl liefert folgendes
Code:
# cp \\192.168.100.1\telnet\a \var\tmp
cp: cannot stat '\192.168.100.1telneta': No such file or directory
Gab es einen Grund, zu erwarten, daß da etwas anderes passiert?

Heißt das die config wird nicht durchlaufen?
Die .config wird nicht durchlaufen, sie ist dort nur zur Information über die Firmware.

Was das jffs2.image genau ist weiß ich nicht.

Die Datei jffs2.image ist im Original-Image enthalten, wird von diesem aber anscheinend nicht referenziert. kommt vielleicht in zukünftigen Versionen.

Vielleicht ist Deine Image-Datei einfach zu groß. Du könntest versuchen, in fwmod_custom die nicht benötigten Dateien zu löschen:
Code:
./var/tmp/plugins.update (evtl.)
./var/tmp/jffs2.image
./var/info.txt
./var/signature
Oder einfach mit tar nachträglich im erstellten Image diese Dateien löschen, speziell die ersten beiden großen.
 
Oliver und ich sind glaub ich beide der Meinung, dass es ein Problem beim Entpacken gibt. Deswegen wäre die Ausgabe des tar-commands weiter oben bei einer ungefreetzten Box mit diesem Problem vllt. sinnvoll.
Alternativ hilft es vielleicht sogar schon ,das BB-binary aus build/original/filesystem zu nehmen, diese auf die gefreetze Box zu schieben, und eben damit das entpacken zu versuchen...
 
Und was passiert, wenn du das gleiche auf der Box (ungefreezten) ausführst? (Das Image nach /var/tmp kopieren, bzw. auf einen angeschlossenen USB-Stick kopieren und dort ausführen)

Habe mich noch an eine USB-FP erinnert.

habe dort alles raufkopiert und dann nach /var/tmp/test kopiert und dann

Code:
# ls -l
-rwxr-xr-x    1 root     root     12072960 Aug 12 20:48 a.image
#
#
# tar tvf a.image
drwxr-xr-x 0/0         0 2009-08-10 20:47:30 ./
drwxr-xr-x 0/0         0 2009-08-10 20:49:09 ./var/
-rwxr-xr-x 0/0     44628 2009-06-23 16:22:14 ./var/flash_update.ko
-rwxr-xr-x 0/0    312448 2009-05-26 13:30:44 ./var/chksum
-rwxr-xr-x 0/0        35 2009-08-10 20:49:09 ./var/.packages
-rwxr-xr-x 0/0    318588 2009-05-26 13:30:44 ./var/regelex
-rwxr-xr-x 0/0      2768 2009-06-24 17:55:25 ./var/info.txt
-rwxr-xr-x 0/0       368 2009-08-10 20:49:09 ./var/static.pkg
-rwxr-xr-x 0/0       128 2009-06-24 17:55:25 ./var/signature
-rwxr-xr-x 0/0     16491 2009-08-10 20:49:09 ./var/.config
-rwxr-xr-x 0/0     31194 2009-08-10 20:47:43 ./var/install
drwxr-xr-x 0/0         0 2009-08-10 20:49:09 ./var/tmp/
-rwxr-xr-x 0/0   1966080 2009-06-24 17:55:25 ./var/tmp/jffs2.image
-rwxr-xr-x 0/0   9359880 2009-08-10 20:49:09 ./var/tmp/kernel.image
-rwxr-xr-x 0/0         0 2009-06-24 17:55:25 ./var/tmp/filesystem.image
#

bringt uns das nun weiter?
 
Hast du nun schon Freetz drauf?
 
Nein kein freetz drauf
 
Oliver und ich sind glaub ich beide der Meinung, dass es ein Problem beim Entpacken gibt.

Ich vermute, das Problem ist, daß der Firmware-Upload abbricht, wenn eine gewissen Größe überschritten ist. Wir hatten das Problem schon mal, als keine Environment-Variablen an httpd übergeben wurden, dann ist nämlich der Default bei 4MB.

Deswegen mein Vorschlag von oben, die nicht benötigten Dateien aus dem TAR-Image zu löschen und es nochmal zu versuchen.
 
Das Firmwareimage hat 12,7MB. Ich habe den trunk im Originalzustand gelassen und nur einen Haken bei 16MB gesetzt. Damit ist doch fast nichts zusätzliches enthalten?!?
Werde trotsdem mal probieren bei make menuconfig etwas wegzulassen.
 
Deswegen mein Vorschlag von oben, die nicht benötigten Dateien aus dem TAR-Image zu löschen und es nochmal zu versuchen.

Alternativ ein möglichst minimales Image zu bauen und dieses versuchen zu flashen.
 
Glaub ich nicht. ;-)
Offne das xxx.image mal mit einem beliebigen Packer. Dort ist u.A. eine "kernel.image" enthalten. Deren Größe ist relevant

Ich glaube hier sind wir auf dem richtigen Weg.
Vergleich der Var Verzeichnisse im Bild Vergleich Inhalt Firmware 1.jpg
und - 2.jpg.
Links Freetz rechts AVM original.

Das Kernel Image bei AVM original =7,376 MB
Das Kernel Image bei freetz = 9,359 MB

Aber warum spielt das bei einer 16MB Box eine Rolle?

Anbei noch meine . config

Code:
#
# Automatically generated make config: don't edit
#
FREETZ_HAVE_DOT_CONFIG=y

#
# General --------------------------------
#
FREETZ_AVM_VERSION_7270_04_76=y
# FREETZ_TYPE_300IP_AS_FON is not set
# FREETZ_TYPE_2170 is not set
# FREETZ_TYPE_FON is not set
# FREETZ_TYPE_FON_5010 is not set
# FREETZ_TYPE_FON_5050 is not set
# FREETZ_TYPE_FON_5140 is not set
# FREETZ_TYPE_FON_WLAN is not set
# FREETZ_TYPE_FON_WLAN_7050 is not set
# FREETZ_TYPE_FON_WLAN_7113 is not set
# FREETZ_TYPE_FON_WLAN_7140 is not set
# FREETZ_TYPE_FON_WLAN_7141 is not set
# FREETZ_TYPE_FON_7150 is not set
# FREETZ_TYPE_FON_WLAN_7170 is not set
# FREETZ_TYPE_FON_WLAN_7240 is not set
FREETZ_TYPE_FON_WLAN_7270=y
# FREETZ_TYPE_FON_WLAN_7270_V3 is not set
# FREETZ_TYPE_WLAN_3020 is not set
# FREETZ_TYPE_WLAN_3030 is not set
# FREETZ_TYPE_WLAN_3130 is not set
# FREETZ_TYPE_WLAN_3131 is not set
# FREETZ_TYPE_WLAN_3170 is not set
# FREETZ_TYPE_WLAN_3270 is not set
# FREETZ_TYPE_SPEEDPORT_W501V is not set
# FREETZ_TYPE_CUSTOM is not set
FREETZ_TYPE_FON_WLAN_7270_16MB=y
# FREETZ_TYPE_LABOR is not set
FREETZ_AVM_VERSION_STRING="7270_04.76"
FREETZ_TYPE_LANG_DE=y
# FREETZ_TYPE_LANG_A_CH is not set
# FREETZ_TYPE_LANG_EN is not set
FREETZ_TYPE_LANG_STRING="de"
FREETZ_TYPE_STRING="7270"
FREETZ_INSTALL_BASE=y
FREETZ_REPLACE_BUSYBOX=y
FREETZ_REPLACE_KERNEL_AVAILABLE=y
# FREETZ_SHOW_ADVANCED is not set
FREETZ_TARGET_REF="8mb_26"
FREETZ_KERNEL_REF="8mb_26"
FREETZ_KERNEL_LAYOUT="ur8"
FREETZ_KERNEL_MTD_SIZE=246
FREETZ_HAS_PHONE=y
FREETZ_HAS_TAM=y
FREETZ_HAS_WLAN=y
# FREETZ_HAS_USB_CLIENT is not set
FREETZ_HAS_USB_HOST=y
FREETZ_HAS_AVM_INETD=y
FREETZ_HAS_LIBSSL=y

#
# Mod ------------------------------------
#
FREETZ_LANG_DE=y
# FREETZ_LANG_EN is not set
FREETZ_LANG_STRING="de"

#
# Patches
#

#
# Remove Brandings
#
# FREETZ_REMOVE_BRANDING_1und1 is not set
# FREETZ_REMOVE_BRANDING_avm is not set
# FREETZ_REMOVE_HELP is not set
# FREETZ_REMOVE_ASSISTANT is not set
# FREETZ_REMOVE_CHRONYD is not set
# FREETZ_PATCH_DSL_EXPERT is not set
# FREETZ_PATCH_ENUM is not set
# FREETZ_PATCH_SIGNED is not set
FREETZ_PATCH_USBSTORAGE=y
FREETZ_USBSTORAGE_AUTOMOUNT=y
# FREETZ_AUTOMOUNT_EXT2 is not set
# FREETZ_AUTOMOUNT_EXT3 is not set
# FREETZ_AUTOMOUNT_NTFS is not set
# FREETZ_AUTOMOUNT_REISER_FS is not set
# FREETZ_AUTORUN_AUTOEND is not set
# FREETZ_PATCH_MAXDEVCOUNT is not set
# FREETZ_PATCH_MULTIPLE_PRINTERS is not set
# FREETZ_PATCH_GETCONS is not set
# FREETZ_REMOVE_SUPPORT is not set
# FREETZ_REMOVE_UPNP is not set
# FREETZ_REMOVE_USERMAN is not set
# FREETZ_REMOVE_CAPIOVERTCP is not set
# FREETZ_REMOVE_DECT is not set
# FREETZ_REMOVE_DTRACE is not set
# FREETZ_REMOVE_ANNEX_B_FIRMWARE is not set
# FREETZ_ADD_ANNEX_A_FIRMWARE is not set

#
# Package selection
#

#
# Standard packages
#
# FREETZ_PACKAGE_BFTPD is not set
# FREETZ_PACKAGE_BIRD is not set
# FREETZ_PACKAGE_BRIDGE_UTILS is not set
# FREETZ_PACKAGE_CALLMONITOR is not set
# FREETZ_PACKAGE_CHECKMAILD is not set
# FREETZ_PACKAGE_CIFSMOUNT is not set
# FREETZ_PACKAGE_CPMACCFG is not set
# FREETZ_PACKAGE_CURL is not set
# FREETZ_PACKAGE_DECO is not set
# FREETZ_PACKAGE_DNSMASQ is not set
# FREETZ_PACKAGE_DROPBEAR is not set
# FREETZ_PACKAGE_DTMFBOX is not set
# FREETZ_PACKAGE_ESPEAK is not set
# FREETZ_PACKAGE_FUSE is not set
# FREETZ_PACKAGE_INETD is not set
# FREETZ_PACKAGE_KNOCK is not set
# FREETZ_PACKAGE_MC is not set
# FREETZ_PACKAGE_MINI_FO is not set
# FREETZ_PACKAGE_MTR is not set
# FREETZ_PACKAGE_NANO is not set
# FREETZ_PACKAGE_NETCAT is not set
# FREETZ_PACKAGE_NETSNMP is not set
# FREETZ_PACKAGE_NTFS is not set
# FREETZ_PACKAGE_OPENNTPD is not set
# FREETZ_PACKAGE_OPENVPN is not set
# FREETZ_PACKAGE_PINGTUNNEL is not set
# FREETZ_PACKAGE_PRIVOXY is not set
# FREETZ_PACKAGE_RCAPID is not set
# FREETZ_PACKAGE_SAMBA is not set
# FREETZ_PACKAGE_SCREEN is not set
# FREETZ_PACKAGE_STUNNEL is not set
# FREETZ_PACKAGE_TCPDUMP is not set
# FREETZ_PACKAGE_TOR is not set
# FREETZ_PACKAGE_VPNC is not set
# FREETZ_PACKAGE_VSFTPD is not set

#
# Web interface
#
# FREETZ_PACKAGE_AVM_FIREWALL is not set
# FREETZ_PACKAGE_CPMACCFG_CGI is not set
# FREETZ_PACKAGE_DOWNLOADER is not set
# FREETZ_PACKAGE_NFSD_CGI is not set
# FREETZ_PACKAGE_ONLINECHANGED_CGI is not set
# FREETZ_PACKAGE_RRDSTATS is not set
# FREETZ_PACKAGE_SPINDOWN_CGI is not set
# FREETZ_PACKAGE_SYSLOGD_CGI is not set
# FREETZ_PACKAGE_TRANSMISSION_CGI is not set
# FREETZ_PACKAGE_VIRTUALIP_CGI is not set
# FREETZ_PACKAGE_WOL_CGI is not set

#
# Debug helpers
#
# FREETZ_PACKAGE_LDD is not set
# FREETZ_PACKAGE_LSOF is not set
# FREETZ_PACKAGE_LTRACE is not set
# FREETZ_PACKAGE_NANO_SHELL is not set
# FREETZ_PACKAGE_PCIUTILS is not set
# FREETZ_PACKAGE_STRACE is not set
# FREETZ_PACKAGE_USBUTILS is not set

#
# Testing
#
# FREETZ_PACKAGE_APACHE is not set
# FREETZ_PACKAGE_BASH is not set
# FREETZ_PACKAGE_BFUSB is not set
# FREETZ_PACKAGE_BIP is not set
# FREETZ_PACKAGE_BLUEZ_UTILS is not set
# FREETZ_PACKAGE_BR2684CTL is not set
# FREETZ_PACKAGE_CRYPTSETUP is not set
# FREETZ_PACKAGE_CTORRENT is not set
# FREETZ_PACKAGE_DAVFS2 is not set
# FREETZ_PACKAGE_DEBOOTSTRAP is not set
# FREETZ_PACKAGE_DIGITEMP is not set
# FREETZ_PACKAGE_DNS2TCP is not set
# FREETZ_PACKAGE_DTACH is not set
# FREETZ_PACKAGE_E2FSPROGS is not set
# FREETZ_PACKAGE_EMPTY is not set
# FREETZ_PACKAGE_FORTUNE is not set
FREETZ_PACKAGE_FSTYP=y
# FREETZ_PACKAGE_GNU_MAKE is not set
# FREETZ_PACKAGE_HD_IDLE is not set
# FREETZ_PACKAGE_HTTPTUNNEL is not set
# FREETZ_PACKAGE_INADYN_MT is not set
# FREETZ_PACKAGE_INOTIFY_TOOLS is not set
# FREETZ_PACKAGE_IODINE is not set
# FREETZ_PACKAGE_IPTRAF is not set
# FREETZ_PACKAGE_IRSSI is not set
# FREETZ_PACKAGE_JAMVM is not set
# FREETZ_PACKAGE_LIGHTTPD is not set
# FREETZ_PACKAGE_LYNX is not set
# FREETZ_PACKAGE_LUA is not set
# FREETZ_PACKAGE_MADPLAY is not set
# FREETZ_PACKAGE_MATRIXTUNNEL is not set
# FREETZ_PACKAGE_MCABBER is not set
# FREETZ_PACKAGE_MDEV is not set
# FREETZ_PACKAGE_MICROPERL is not set
# FREETZ_PACKAGE_MODULE_INIT_TOOLS is not set
# FREETZ_PACKAGE_NAGIOS is not set
# FREETZ_PACKAGE_NDAS is not set
# FREETZ_PACKAGE_NFS_UTILS is not set
# FREETZ_PACKAGE_NGIRCD is not set
# FREETZ_PACKAGE_NMAP is not set
# FREETZ_PACKAGE_OBEXFTP is not set

#
# OpenSSH
#
# FREETZ_OPENSSH_SSHD is not set
# FREETZ_OPENSSH_CLIENT is not set
# FREETZ_OPENSSH_CLIENTUTILS is not set
# FREETZ_OPENSSH_KEYUTILS is not set
# FREETZ_OPENSSH_SFTPCLIENT is not set
# FREETZ_OPENSSH_SFTP is not set
# FREETZ_PACKAGE_OWFS is not set
# FREETZ_PACKAGE_PHP is not set
# FREETZ_PACKAGE_PORTMAP is not set
# FREETZ_PACKAGE_QUAGGA is not set
# FREETZ_PACKAGE_RRDTOOL is not set
# FREETZ_PACKAGE_RSYNC is not set
# FREETZ_PACKAGE_RUBY is not set
# FREETZ_PACKAGE_SABLEVM_SDK is not set
# FREETZ_PACKAGE_SER2NET is not set
# FREETZ_PACKAGE_SISPMCTL is not set
# FREETZ_PACKAGE_SLURM is not set
# FREETZ_PACKAGE_SOCAT is not set
# FREETZ_PACKAGE_SQLITE is not set
# FREETZ_PACKAGE_SQUID is not set
# FREETZ_PACKAGE_STREAMRIPPER is not set
# FREETZ_PACKAGE_SYNCE_DCCM is not set
# FREETZ_PACKAGE_SYNCE_SERIAL is not set
# FREETZ_PACKAGE_TCP_WRAPPERS is not set
# FREETZ_PACKAGE_TCPPROXY is not set
# FREETZ_PACKAGE_TINYPROXY is not set
# FREETZ_PACKAGE_TRANSMISSION is not set
# FREETZ_PACKAGE_TREE is not set
# FREETZ_PACKAGE_USBROOT is not set
# FREETZ_PACKAGE_VIM is not set
# FREETZ_PACKAGE_WGET is not set
# FREETZ_PACKAGE_WOL is not set
# FREETZ_PACKAGE_WPUT is not set
# FREETZ_PACKAGE_XPDF is not set
# FREETZ_PACKAGE_XRELAYD is not set
FREETZ_PACKAGE_HASERL=y
FREETZ_PACKAGE_MODCGI=y

#
# Advanced options
#
# FREETZ_DL_OVERRIDE is not set
FREETZ_DL_SITE="ftp://ftp.avm.de/fritz.box/fritzbox.fon_wlan_7270/firmware/deutsch"
FREETZ_DL_SOURCE="FRITZ.Box_Fon_WLAN_7270.54.04.76.image"

#
# Freetz package download sites
#
FREETZ_MOD_DL_NUM_SITES="5"

#
# Download site #1 - default: http://freetz.3dfxatwork.de
#
FREETZ_MOD_DL_SITE_1="http://freetz.3dfxatwork.de"

#
# Download site #2 - default: http://freetz.wirsind.info
#
FREETZ_MOD_DL_SITE_2="http://freetz.wirsind.info"

#
# Download site #3 - default: http://freetz.magenbrot.net
#
FREETZ_MOD_DL_SITE_3="http://freetz.magenbrot.net"

#
# Download site #4 - default: empty (reserved for later use)
#
FREETZ_MOD_DL_SITE_4=""

#
# Download site #5 - user-defined
#
FREETZ_MOD_DL_SITE_5=""
FREETZ_SECURITY_LEVEL=1
FREETZ_VERBOSITY_LEVEL=2
FREETZ_FAVICON_NONE=y
# FREETZ_FAVICON_DSL123 is not set
# FREETZ_FAVICON_CUMA is not set
# FREETZ_FAVICON_HANSOLO is not set
FREETZ_FAVICON_STRING="none"
FREETZ_SUBVERSION_STRING=y
FREETZ_DEVELOPER_VERSION_STRING=y
# FREETZ_STATUS_STYLE is not set
FREETZ_AVMPLUGINS_ENABLED=y

#
# Plugin selection
#

#
# Select plugin(s) for insertion
#
FREETZ_AVMPLUGINS_MEDIASRV=y
FREETZ_AVMPLUGINS_MINI=y
FREETZ_AVMPLUGINS_NTFS=y
FREETZ_AVMPLUGINS_ONLINEPB=y
FREETZ_AVMPLUGINS_SAMBA=y
FREETZ_AVMPLUGINS_TAM=y
FREETZ_AVMPLUGINS_WEBDAV=y

#
# External
#
# EXTERNAL_ENABLED is not set
# FREETZ_SQUASHFS_BLOCKSIZE_ORIG is not set
# FREETZ_SQUASHFS_BLOCKSIZE_16384 is not set
# FREETZ_SQUASHFS_BLOCKSIZE_32768 is not set
FREETZ_SQUASHFS_BLOCKSIZE_65536=y
# FREETZ_SQUASHFS_BLOCKSIZE_131072 is not set

#
# BusyBox options
#
# FREETZ_BUSYBOX_AR is not set
# FREETZ_BUSYBOX_DIFF is not set
FREETZ_BUSYBOX_INETD=y
# FREETZ_BUSYBOX_IP is not set
# FREETZ_BUSYBOX_PATCH is not set
# FREETZ_BUSYBOX_START_STOP_DAEMON is not set
FREETZ_BUSYBOX_WGET=y
# FREETZ_BUSYBOX_LESS is not set
# FREETZ_BUSYBOX_NICE is not set
# FREETZ_BUSYBOX_LS_COLOR is not set
# FREETZ_BUSYBOX_FASTPROC is not set
# FREETZ_BUSYBOX_KEYS is not set
# FREETZ_BUSYBOX_BRCTL is not set
# FREETZ_BUSYBOX_UDHCPD is not set
# FREETZ_BUSYBOX_UDHCPC is not set
# FREETZ_BUSYBOX_SEQ is not set
# FREETZ_BUSYBOX_TAC is not set
# FREETZ_BUSYBOX_MDEV_RENAME is not set
# FREETZ_BUSYBOX_MOUNT_HELPERS is not set
# FREETZ_BUSYBOX_MOUNT_LABEL is not set
# FREETZ_BUSYBOX_VOLUMEID is not set

#
# Kernel modules
#

#
# crypto
#
# FREETZ_MODULE_crypto_algapi is not set
# FREETZ_MODULE_arc4 is not set
# FREETZ_MODULE_blkcipher is not set
# FREETZ_MODULE_cbc is not set
# FREETZ_MODULE_cryptomgr is not set
# FREETZ_MODULE_sha1 is not set
# FREETZ_MODULE_sha256 is not set

#
# drivers
#
# FREETZ_MODULE_loop is not set
# FREETZ_MODULE_nbd is not set
# FREETZ_MODULE_cdrom is not set
# FREETZ_MODULE_capiconn is not set
# FREETZ_MODULE_nand is not set
# FREETZ_MODULE_ohio_nand is not set
# FREETZ_MODULE_dummy is not set
# FREETZ_MODULE_ppp_async is not set
# FREETZ_MODULE_ppp_deflate is not set
# FREETZ_MODULE_ppp_generic is not set
# FREETZ_MODULE_pppoe is not set
# FREETZ_MODULE_pppox is not set
# FREETZ_MODULE_ppp_mppe_mppc is not set
# FREETZ_MODULE_scsi_mod is not set
# FREETZ_MODULE_sd_mod is not set
# FREETZ_MODULE_sg is not set
# FREETZ_MODULE_sr_mod is not set
# FREETZ_MODULE_slhc is not set
# FREETZ_MODULE_musb_hdrc is not set
# FREETZ_MODULE_usblp is not set
# FREETZ_MODULE_usb_storage is not set
# FREETZ_MODULE_usbmon is not set
# FREETZ_MODULE_usbcore is not set
# FREETZ_MODULE_usbip is not set
# FREETZ_MODULE_usbip_common_mod is not set
# FREETZ_MODULE_usbserial is not set
# FREETZ_MODULE_ipaq is not set
# FREETZ_MODULE_pl2303 is not set
# FREETZ_MODULE_ftdi_sio is not set
# FREETZ_MODULE_hci_usb is not set
# FREETZ_MODULE_bfusb is not set
# FREETZ_MODULE_firmware_class is not set
# FREETZ_MODULE_dm_mod is not set
# FREETZ_MODULE_dm_crypt is not set

#
# fs
#
# FREETZ_MODULE_cifs is not set
# FREETZ_MODULE_coda is not set
# FREETZ_MODULE_ext3 is not set
# FREETZ_MODULE_ext2 is not set
# FREETZ_MODULE_fat is not set
# FREETZ_MODULE_hfs is not set
# FREETZ_MODULE_hfsplus is not set
# FREETZ_MODULE_fuse is not set
# FREETZ_MODULE_jbd is not set
# FREETZ_MODULE_lockd is not set
# FREETZ_MODULE_mini_fo is not set
# FREETZ_MODULE_minix is not set

#
# ndas
#
# FREETZ_MODULE_ndas_block is not set
# FREETZ_MODULE_ndas_core is not set
# FREETZ_MODULE_ndas_sal is not set
# FREETZ_MODULE_nfsd is not set
# FREETZ_MODULE_exportfs is not set
# FREETZ_MODULE_nfs is not set
# FREETZ_MODULE_nls_cp437 is not set
# FREETZ_MODULE_nls_cp852 is not set
# FREETZ_MODULE_nls_iso8859_15 is not set
# FREETZ_MODULE_nls_iso8859_1 is not set
# FREETZ_MODULE_nls_utf8 is not set
# FREETZ_MODULE_ntfs is not set
# FREETZ_MODULE_reiserfs is not set
# FREETZ_MODULE_smbfs is not set
# FREETZ_MODULE_udf is not set
# FREETZ_MODULE_unionfs is not set
# FREETZ_MODULE_vfat is not set
# FREETZ_MODULE_msdods is not set
# FREETZ_MODULE_jffs2 is not set
# FREETZ_MODULE_mbcache is not set

#
# lib
#
# FREETZ_MODULE_crc_ccitt is not set

#
# net
#
# FREETZ_MODULE_bluetooth is not set
# FREETZ_MODULE_bnep is not set
# FREETZ_MODULE_l2cap is not set
# FREETZ_MODULE_rfcomm is not set
# FREETZ_MODULE_sunrpc is not set

#
# Shared libraries
#

#
# Libraries -------------------------------
#
# FREETZ_LIB_libatm is not set
# FREETZ_LIB_libbluetooth is not set
# FREETZ_LIB_libopenobex is not set

#
# Crypto & SSL
#

#
# GnuPG ----------------------------------
#
# FREETZ_LIB_libgpg_error is not set
# FREETZ_LIB_libgcrypt is not set

#
# SSL ------------------------------------
#
# FREETZ_LIB_libcyassl is not set
# FREETZ_LIB_libmatrixssl is not set
# FREETZ_LIB_libxyssl is not set
# FREETZ_LIB_libcrypto is not set

#
# Data compression
#
# FREETZ_LIB_liblzo2 is not set
# FREETZ_LIB_libz is not set

#
# Graphics & fonts
#
# FREETZ_LIB_libfreetype is not set
# FREETZ_LIB_libart_lgpl_2 is not set
# FREETZ_LIB_libjpeg is not set
# FREETZ_LIB_libpng12 is not set

#
# uClibc
#
FREETZ_LIB_ld_uClibc=y
FREETZ_LIB_libcrypt=y
FREETZ_LIB_libdl=y
FREETZ_LIB_libm=y
FREETZ_LIB_libnsl=y
FREETZ_LIB_libpthread=y
# FREETZ_LIB_libresolv is not set
FREETZ_LIB_librt=y
# FREETZ_LIB_libthread_db is not set
FREETZ_LIB_libuClibc=y
# FREETZ_LIB_libutil is not set
# FREETZ_LIB_libuClibc__ is not set
FREETZ_LIB_libgcc_s=y
# FREETZ_LIB_libglib_1 is not set

#
# GLib2
#
# FREETZ_LIB_libglib_2 is not set
# FREETZ_LIB_libgobject_2 is not set
# FREETZ_LIB_libgmodule_2 is not set
# FREETZ_LIB_libgthread_2 is not set

#
# ncurses
#
# FREETZ_LIB_libncurses is not set

#
# terminfo database
#

#
# Select terminfo database entries to install (see help of 'Show all items')
#
# FREETZ_SHARE_terminfo is not set
# FREETZ_LIB_libform is not set
# FREETZ_LIB_libmenu is not set
# FREETZ_LIB_libpanel is not set
# FREETZ_LIB_libcapi20 is not set
# FREETZ_LIB_libcurl is not set
# FREETZ_LIB_libevent is not set
# FREETZ_LIB_libexpat is not set
# FREETZ_LIB_libid3tag is not set
# FREETZ_LIB_libltdl is not set
# FREETZ_LIB_libmad is not set
# FREETZ_LIB_libneon is not set
# FREETZ_LIB_libpcap is not set

#
# Readline
#
# FREETZ_LIB_libreadline is not set
# FREETZ_LIB_libhistory is not set
# FREETZ_LIB_libsqlite3 is not set
# FREETZ_LIB_libusb is not set
# FREETZ_LIB_libelf is not set
# FREETZ_LIB_libintl is not set
# FREETZ_LIB_libiconv is not set
# FREETZ_LIB_libftdi is not set
# FREETZ_LIB_libsynce is not set
# FREETZ_LIB_libsysfs is not set
# FREETZ_LIB_libpopt is not set
# FREETZ_LIB_libdevmapper is not set
FREETZ_LIB_libfreetz=y
# FREETZ_LIB_libpcre is not set
# FREETZ_LIB_libpcreposix is not set

#
# Compiler options
#
FREETZ_DOWNLOAD_TOOLCHAIN=y
# FREETZ_BUILD_TOOLCHAIN is not set
FREETZ_TARGET_CROSS="mipsel-linux-uclibc-"
FREETZ_TARGET_MAKE_PATH="toolchain/target/bin"
FREETZ_TARGET_CFLAGS="-Os -pipe -march=4kc -Wa,--trap"
FREETZ_JLEVEL=2
FREETZ_KERNEL_CROSS="mipsel-unknown-linux-gnu-"
FREETZ_KERNEL_MAKE_PATH="toolchain/kernel/bin"
# FREETZ_KERNEL_VERSION_2_6_13_1 is not set
FREETZ_KERNEL_VERSION_2_6_19_2=y
FREETZ_KERNEL_VERSION="2.6.19.2"
# FREETZ_TARGET_UCLIBC_VERSION_0_9_28 is not set
FREETZ_TARGET_UCLIBC_VERSION_0_9_29=y
# FREETZ_TARGET_UCLIBC_VERSION_0_9_30 is not set
# FREETZ_TARGET_COMPILER_GCC_4_1_2_UCLIBC_0_9_28 is not set
# FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_28 is not set
FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_29=y
# FREETZ_TARGET_COMPILER_GCC_4_3_3_UCLIBC_0_9_29 is not set
# FREETZ_TARGET_COMPILER_GCC_4_3_3_UCLIBC_0_9_30 is not set
FREETZ_TARGET_GCC_VERSION="4.2.4"
FREETZ_TARGET_UCLIBC_VERSION="0.9.29"
FREETZ_TARGET_BINUTILS_VERSION="2.18"
FREETZ_TARGET_UCLIBC_REF="mod"
# FREETZ_STATIC_TOOLCHAIN is not set
FREETZ_TARGET_GXX=y
FREETZ_TARGET_CCACHE=y
# FREETZ_TARGET_NLS is not set
FREETZ_TARGET_LFS=y
FREETZ_KERNEL_GCC_VERSION="3.4.6"
FREETZ_KERNEL_BINUTILS_VERSION="2.17.50.0.17"
# FREETZ_TARGET_TOOLCHAIN is not set

#
# GNU debugger (gdb)
#
# FREETZ_PACKAGE_GDB is not set
# FREETZ_PACKAGE_GDB_SERVER is not set
# FREETZ_PACKAGE_GDB_HOST is not set

Mehr abwählen geht doch schon fast gar nicht. Ich werde mal rumexperimentieren.
 

Anhänge

  • Vergleich Inhalt Firmware 1.jpg
    Vergleich Inhalt Firmware 1.jpg
    60.3 KB · Aufrufe: 6
  • Vergleich Inhalt Firmware 2.jpg
    Vergleich Inhalt Firmware 2.jpg
    39.6 KB · Aufrufe: 6
Weil AVM die Boxen mit 8 und 16MB (zumindest die v1 und v2) gleich behandelt, könnte das schon von relevanz sein, war es allerdigns bisher nicht. vor allem aber fehlt mir irgendwo der Ansatz, wo die laufende Firmware das Ding entpackt, und vor allem, wo dann die anderen Files aus dem Archiv hin sind, wenn das Ganze schon entpackt ist.
 
Aber warum spielt das bei einer 16MB Box eine Rolle?
Tut es nicht, es sei denn es hat sich mal wieder was bei AVM geändert

Die 2MB Größenunterschied kommen u.A. daher, daß du die AVM-Plugins fest einbindest, siehe unten
Aber auch das Spielt in meinen Augen keine Rolle, die Größe ist ok.
(Mein derzeitiges kernel.image hat 10.521.864 Bytes, also sogar größer)
Code:
#
# Plugin selection
#

#
# Select plugin(s) for insertion
#
FREETZ_AVMPLUGINS_MEDIASRV=y
FREETZ_AVMPLUGINS_MINI=y
FREETZ_AVMPLUGINS_NTFS=y
FREETZ_AVMPLUGINS_ONLINEPB=y
FREETZ_AVMPLUGINS_SAMBA=y
FREETZ_AVMPLUGINS_TAM=y
FREETZ_AVMPLUGINS_WEBDAV=y

#
 
[Edit frank_m24: Mehrere Beiträge zusammengefasst. Man kann seine Beiträge auch editieren.]
Glaub ich nicht. ;-)
Offne das xxx.image mal mit einem beliebigen Packer. Dort ist u.A. eine "kernel.image" enthalten. Deren Größe ist relevant

Tut es nicht, es sei denn es hat sich mal wieder was bei AVM geändert

Die 2MB Größenunterschied kommen u.A. daher, daß du die AVM-Plugins fest einbindest, siehe unten
Aber auch das Spielt in meinen Augen keine Rolle, die Größe ist ok.
#
[/code]

Ich geh am Stock..... es funzt immer noch nicht :mad:

Habe mir eine neue Firmware mit dem originalen trunk erstellt (alles gelöscht + neu geladen) dann 16MB nicht angehakt und unter Adv. Options-->Plugins Selection alles abgewählt. Dann noch mit und ohne Branding AVM anhaken gebaut. Anschließend Update und wieder der alte Fehler (siehe Bild).

Vergleich Firmware original zu freetz
7,375MB zu 7,528MB (sihe Bilder)

Was mich dabei wundert.... Wo kopiert die Fritzbox die Update-Dateien hin???? in /var und /var/tmp war zu keiner Zeit des Updatevorganges eine der Dateien zu sehen.

Code:
#
/var/tmp

# ls -l
-rw-r--r--    1 root     root           50 Jan  1 01:00 avm-resolv.conf
drwxr-xr-x    2 root     root            0 Jan  1 01:04 csem
-rw-r--r--    1 root     root          510 Jan  1 01:00 dnsddebug.txt
-rw-r--r--    1 root     root            2 Jan  1 01:05 firmware_error_status
-rw-r--r--    1 root     root           60 Jan  1 01:00 firmware_stream_result
-rw-r--r--    1 root     root            0 Jan  1 01:05 firmware_update_started
-rw-r--r--    1 root     root         1200 Jan  1 01:00 foncontrol.xml
-rw-r--r--    1 root     root           31 Jan  1 01:05 fw_ip
-rw-r--r--    1 root     root         1222 Jan  1 01:05 fwsign.log
-rwxrwxrwx    1 root     root           10 Jun 24  2009 group
-rwxrwxrwx    1 root     root           20 Jun 24  2009 hosts
-rw-r--r--    1 root     root         3635 Jan  1 01:00 igddesc.xml
-rw-r--r--    1 root     root          171 Jan  1 01:00 inetd.conf
-rw-r--r--    1 root     root            0 Jan  1 01:00 install_error.log
-rw-r--r--    1 root     root          276 Jan  1 01:00 install_out.log
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_TR064.ctl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_ctlmgr.ctl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_foncontrol.ctl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_libgsm.ctl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_logic.ctl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_multid.ctl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_phonebook.ctl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_upnp_onlinestore.ctl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_upnp_usb.ctl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_usermand.ctl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 me_voipd.ctl
-rw-rw----    1 root     root            0 Jun 24  2009 nohup.out
-rw-r--r--    1 root     root           77 Jan  1 01:00 passwd
srwxr-xr-x    1 root     root            0 Jan  1 01:00 pb_event
srwxr-xr-x    1 root     root            0 Jan  1 01:00 pbctrl
srwxr-xr-x    1 root     root            0 Jan  1 01:00 pbmsg
-rw-r--r--    1 root     root         1222 Jan  1 01:00 phonebook.xml
-rwxrwxrwx    1 root     root           21 Jan  1 01:00 resolv.conf
-rwxrwxrwx    1 root     root           26 Jun 24  2009 shadow
-rw-r--r--    1 root     root         9021 Jan  1 01:00 tr64desc.xml
-rw-r--r--    1 root     root            0 Jan  1 01:05 update_error.log
-rw-r--r--    1 root     root          123 Jan  1 01:05 update_out.log
-rw-r--r--    1 root     root          562 Jan  1 01:00 webdav.log
-rw-r--r--    1 root     root          398 Jan  1 01:00 wlan.log


/var
# ls -l
lrwxrwxrwx    1 root     root           19 Jan  1 01:04 TZ -> /etc/default.049/T
Z
-rw-r--r--    1 root     root            1 Jan  1 01:00 USB-proc-bus-usb-001-001
-hub-001
-rw-r--r--    1 root     root            4 Jan  1 01:00 USB-proc-bus-usb-001-006
-storage-006
-rwxr-xr-x    1 root     root       312448 May 26  2009 chksum
-rw-r--r--    1 root     root         4064 Jan  1 01:00 config.def
lrwxrwxrwx    1 root     root           27 Jan  1 01:00 default -> /etc/default.
Fritz_Box_7270
-rw-r--r--    1 root     root          896 Jan  1 01:00 devices
-rw-r--r--    1 root     root            7 Jan  1 01:00 dsld.autodetect
-rw-r--r--    1 root     root          885 Jan  1 01:04 env
-rw-r--r--    1 root     root         6273 Jan  1 01:00 env.cache
-rw-r--r--    1 root     root            0 Jan  1 01:05 firmware_flag
drwxr-xr-x    2 root     root            0 Jan  1 01:05 flash
lrwxrwxrwx    1 root     root           31 Jan  1 01:00 flash.html -> /var/html/
html/tools/flash.html
-rwxr-xr-x    1 root     root        44628 Jun 23  2009 flash_update.ko
lrwxrwxrwx    1 root     root           31 Jan  1 01:00 fx_moh -> /etc/default.0
49/fx_moh.default
drwxr-xr-x    2 root     root            0 Jan  1 01:00 gcov
lrwxrwxrwx    1 root     root           14 Jan  1 01:00 html -> /usr/www/1und1
lrwxrwxrwx    1 root     root           19 Jan  1 01:04 htmltext.db -> /etc/html
text_de.db
-rwxr-xr-x    1 root     root         2768 Jun 24  2009 info.txt
lrwxrwxrwx    1 root     root           12 Jan  1 01:00 led -> /dev/new_led
drwxrwx---    2 root     root            0 Jan  1 01:00 lock
drwxrwx---    2 root     root            0 Jan  1 01:00 log
drwxr-xr-x    3 root     root            0 Jan  1 01:00 media
drwxrwx---    5 root     root           49 Jun 24  2009 plugin-mediasrv
drwxrwx---    5 root     root           48 Jun 24  2009 plugin-mini
drwxrwx---    5 root     root           48 Jun 24  2009 plugin-ntfs
drwxrwx---    4 root     root           41 Jun 24  2009 plugin-onlinepb
drwxrwx---    3 root     root           33 Jun 24  2009 plugin-samba
drwxrwx---    4 root     root           40 Jun 24  2009 plugin-tam
drwxrwx---    5 root     root           49 Jun 24  2009 plugin-webdav
drwxr-xr-x    2 root     root            0 Jan  1 01:00 plugins
-rwxrwxrwx    1 root     root          883 Jun 24  2009 post_install
-rwxr-xr-x    1 root     root       318588 May 26  2009 regelex
drwxrwx---    2 root     root            0 Jan  1 01:00 rpc
drwxrwx---    2 root     root            0 Jan  1 01:05 run
drwxrwxrwx    5 root     root            0 May 12  2009 samba
-rwxr-xr-x    1 root     root          128 Jun 24  2009 signature
-rwxr-xr-x    1 root     root          368 Aug 13  2009 static.pkg
drwxr-xr-x   10 root     root            0 Jan  1 01:00 sysfs
drwxrwx---    2 root     root            0 Jan  1 01:05 tam
drwxrwx---    3 root     root            0 Jan  1 01:05 tmp
-rw-r--r--    1 root     root          822 Jan  1 01:00 tr064_ssl_cert.pem
-rw-r--r--    1 root     root            0 Jan  1 01:00 usbhostup
-rw-r--r--    1 root     root          973 Jan  1 01:00 wan.tc
-rw-r--r--    1 root     root          790 Jan  1 01:00 websrv_ssl_cert.pem


# cd /var/tmp
# cat update_out.log
./
./var/
./var/flash_update.ko
./var/chksum
./var/.packages
./var/regelex
./var/info.txt
./var/static.pkg
./var/signature
#
Werde jetzt noch mal alles abwählen nen >make config-clean-deps< hinterherschieben und dann mal sehen.

Hier die .config
Code:
#
# Automatically generated make config: don't edit
#
FREETZ_HAVE_DOT_CONFIG=y

#
# General --------------------------------
#
FREETZ_AVM_VERSION_7270_04_76=y
# FREETZ_TYPE_300IP_AS_FON is not set
# FREETZ_TYPE_2170 is not set
# FREETZ_TYPE_FON is not set
# FREETZ_TYPE_FON_5010 is not set
# FREETZ_TYPE_FON_5050 is not set
# FREETZ_TYPE_FON_5140 is not set
# FREETZ_TYPE_FON_WLAN is not set
# FREETZ_TYPE_FON_WLAN_7050 is not set
# FREETZ_TYPE_FON_WLAN_7113 is not set
# FREETZ_TYPE_FON_WLAN_7140 is not set
# FREETZ_TYPE_FON_WLAN_7141 is not set
# FREETZ_TYPE_FON_7150 is not set
# FREETZ_TYPE_FON_WLAN_7170 is not set
# FREETZ_TYPE_FON_WLAN_7240 is not set
FREETZ_TYPE_FON_WLAN_7270=y
# FREETZ_TYPE_FON_WLAN_7270_V3 is not set
# FREETZ_TYPE_WLAN_3020 is not set
# FREETZ_TYPE_WLAN_3030 is not set
# FREETZ_TYPE_WLAN_3130 is not set
# FREETZ_TYPE_WLAN_3131 is not set
# FREETZ_TYPE_WLAN_3170 is not set
# FREETZ_TYPE_WLAN_3270 is not set
# FREETZ_TYPE_SPEEDPORT_W501V is not set
# FREETZ_TYPE_CUSTOM is not set
# FREETZ_TYPE_FON_WLAN_7270_16MB is not set
# FREETZ_TYPE_LABOR is not set
FREETZ_AVM_VERSION_STRING="7270_04.76"
FREETZ_TYPE_LANG_DE=y
# FREETZ_TYPE_LANG_A_CH is not set
# FREETZ_TYPE_LANG_EN is not set
FREETZ_TYPE_LANG_STRING="de"
FREETZ_TYPE_STRING="7270"
FREETZ_INSTALL_BASE=y
FREETZ_REPLACE_BUSYBOX=y
FREETZ_REPLACE_KERNEL_AVAILABLE=y
# FREETZ_SHOW_ADVANCED is not set
FREETZ_TARGET_REF="8mb_26"
FREETZ_KERNEL_REF="8mb_26"
FREETZ_KERNEL_LAYOUT="ur8"
FREETZ_KERNEL_MTD_SIZE=119
FREETZ_HAS_PHONE=y
FREETZ_HAS_TAM=y
FREETZ_HAS_WLAN=y
# FREETZ_HAS_USB_CLIENT is not set
FREETZ_HAS_USB_HOST=y
FREETZ_HAS_AVM_INETD=y
FREETZ_HAS_LIBSSL=y

#
# Mod ------------------------------------
#
FREETZ_LANG_DE=y
# FREETZ_LANG_EN is not set
FREETZ_LANG_STRING="de"

#
# Patches
#

#
# Remove Brandings
#
# FREETZ_REMOVE_BRANDING_1und1 is not set
# FREETZ_REMOVE_BRANDING_avm is not set
# FREETZ_REMOVE_HELP is not set
# FREETZ_REMOVE_ASSISTANT is not set
# FREETZ_REMOVE_CHRONYD is not set
# FREETZ_PATCH_DSL_EXPERT is not set
# FREETZ_PATCH_ENUM is not set
# FREETZ_PATCH_SIGNED is not set
FREETZ_PATCH_USBSTORAGE=y
FREETZ_USBSTORAGE_AUTOMOUNT=y
# FREETZ_AUTOMOUNT_EXT2 is not set
# FREETZ_AUTOMOUNT_EXT3 is not set
# FREETZ_AUTOMOUNT_NTFS is not set
# FREETZ_AUTOMOUNT_REISER_FS is not set
# FREETZ_AUTORUN_AUTOEND is not set
# FREETZ_PATCH_MAXDEVCOUNT is not set
# FREETZ_PATCH_MULTIPLE_PRINTERS is not set
# FREETZ_PATCH_GETCONS is not set
# FREETZ_REMOVE_SUPPORT is not set
# FREETZ_REMOVE_UPNP is not set
# FREETZ_REMOVE_USERMAN is not set
# FREETZ_REMOVE_CAPIOVERTCP is not set
# FREETZ_REMOVE_DECT is not set
# FREETZ_REMOVE_DTRACE is not set
# FREETZ_REMOVE_ANNEX_B_FIRMWARE is not set
# FREETZ_ADD_ANNEX_A_FIRMWARE is not set

#
# Package selection
#

#
# Standard packages
#
# FREETZ_PACKAGE_BFTPD is not set
# FREETZ_PACKAGE_BIRD is not set
# FREETZ_PACKAGE_BRIDGE_UTILS is not set
# FREETZ_PACKAGE_CALLMONITOR is not set
# FREETZ_PACKAGE_CHECKMAILD is not set
# FREETZ_PACKAGE_CIFSMOUNT is not set
# FREETZ_PACKAGE_CPMACCFG is not set
# FREETZ_PACKAGE_CURL is not set
# FREETZ_PACKAGE_DECO is not set
# FREETZ_PACKAGE_DNSMASQ is not set
# FREETZ_PACKAGE_DROPBEAR is not set
# FREETZ_PACKAGE_DTMFBOX is not set
# FREETZ_PACKAGE_ESPEAK is not set
# FREETZ_PACKAGE_FUSE is not set
# FREETZ_PACKAGE_INETD is not set
# FREETZ_PACKAGE_KNOCK is not set
# FREETZ_PACKAGE_MC is not set
# FREETZ_PACKAGE_MINI_FO is not set
# FREETZ_PACKAGE_MTR is not set
# FREETZ_PACKAGE_NANO is not set
# FREETZ_PACKAGE_NETCAT is not set
# FREETZ_PACKAGE_NETSNMP is not set
# FREETZ_PACKAGE_NTFS is not set
# FREETZ_PACKAGE_OPENNTPD is not set
# FREETZ_PACKAGE_OPENVPN is not set
# FREETZ_PACKAGE_PINGTUNNEL is not set
# FREETZ_PACKAGE_PRIVOXY is not set
# FREETZ_PACKAGE_RCAPID is not set
# FREETZ_PACKAGE_SAMBA is not set
# FREETZ_PACKAGE_SCREEN is not set
# FREETZ_PACKAGE_STUNNEL is not set
# FREETZ_PACKAGE_TCPDUMP is not set
# FREETZ_PACKAGE_TOR is not set
# FREETZ_PACKAGE_VPNC is not set
# FREETZ_PACKAGE_VSFTPD is not set

#
# Web interface
#
# FREETZ_PACKAGE_AVM_FIREWALL is not set
# FREETZ_PACKAGE_CPMACCFG_CGI is not set
# FREETZ_PACKAGE_DOWNLOADER is not set
# FREETZ_PACKAGE_NFSD_CGI is not set
# FREETZ_PACKAGE_ONLINECHANGED_CGI is not set
# FREETZ_PACKAGE_RRDSTATS is not set
# FREETZ_PACKAGE_SPINDOWN_CGI is not set
# FREETZ_PACKAGE_SYSLOGD_CGI is not set
# FREETZ_PACKAGE_TRANSMISSION_CGI is not set
# FREETZ_PACKAGE_VIRTUALIP_CGI is not set
# FREETZ_PACKAGE_WOL_CGI is not set

#
# Debug helpers
#
# FREETZ_PACKAGE_LDD is not set
# FREETZ_PACKAGE_LSOF is not set
# FREETZ_PACKAGE_LTRACE is not set
# FREETZ_PACKAGE_NANO_SHELL is not set
# FREETZ_PACKAGE_PCIUTILS is not set
# FREETZ_PACKAGE_STRACE is not set
# FREETZ_PACKAGE_USBUTILS is not set

#
# Testing
#
# FREETZ_PACKAGE_APACHE is not set
# FREETZ_PACKAGE_BASH is not set
# FREETZ_PACKAGE_BFUSB is not set
# FREETZ_PACKAGE_BIP is not set
# FREETZ_PACKAGE_BLUEZ_UTILS is not set
# FREETZ_PACKAGE_BR2684CTL is not set
# FREETZ_PACKAGE_CRYPTSETUP is not set
# FREETZ_PACKAGE_CTORRENT is not set
# FREETZ_PACKAGE_DAVFS2 is not set
# FREETZ_PACKAGE_DEBOOTSTRAP is not set
# FREETZ_PACKAGE_DIGITEMP is not set
# FREETZ_PACKAGE_DNS2TCP is not set
# FREETZ_PACKAGE_DTACH is not set
# FREETZ_PACKAGE_E2FSPROGS is not set
# FREETZ_PACKAGE_EMPTY is not set
# FREETZ_PACKAGE_FORTUNE is not set
FREETZ_PACKAGE_FSTYP=y
# FREETZ_PACKAGE_GNU_MAKE is not set
# FREETZ_PACKAGE_HD_IDLE is not set
# FREETZ_PACKAGE_HTTPTUNNEL is not set
# FREETZ_PACKAGE_INADYN_MT is not set
# FREETZ_PACKAGE_INOTIFY_TOOLS is not set
# FREETZ_PACKAGE_IODINE is not set
# FREETZ_PACKAGE_IPTRAF is not set
# FREETZ_PACKAGE_IRSSI is not set
# FREETZ_PACKAGE_JAMVM is not set
# FREETZ_PACKAGE_LIGHTTPD is not set
# FREETZ_PACKAGE_LYNX is not set
# FREETZ_PACKAGE_LUA is not set
# FREETZ_PACKAGE_MADPLAY is not set
# FREETZ_PACKAGE_MATRIXTUNNEL is not set
# FREETZ_PACKAGE_MCABBER is not set
# FREETZ_PACKAGE_MDEV is not set
# FREETZ_PACKAGE_MICROPERL is not set
# FREETZ_PACKAGE_MODULE_INIT_TOOLS is not set
# FREETZ_PACKAGE_NAGIOS is not set
# FREETZ_PACKAGE_NDAS is not set
# FREETZ_PACKAGE_NFS_UTILS is not set
# FREETZ_PACKAGE_NGIRCD is not set
# FREETZ_PACKAGE_NMAP is not set
# FREETZ_PACKAGE_OBEXFTP is not set

#
# OpenSSH
#
# FREETZ_OPENSSH_SSHD is not set
# FREETZ_OPENSSH_CLIENT is not set
# FREETZ_OPENSSH_CLIENTUTILS is not set
# FREETZ_OPENSSH_KEYUTILS is not set
# FREETZ_OPENSSH_SFTPCLIENT is not set
# FREETZ_OPENSSH_SFTP is not set
# FREETZ_PACKAGE_OWFS is not set
# FREETZ_PACKAGE_PHP is not set
# FREETZ_PACKAGE_PORTMAP is not set
# FREETZ_PACKAGE_QUAGGA is not set
# FREETZ_PACKAGE_RRDTOOL is not set
# FREETZ_PACKAGE_RSYNC is not set
# FREETZ_PACKAGE_RUBY is not set
# FREETZ_PACKAGE_SABLEVM_SDK is not set
# FREETZ_PACKAGE_SER2NET is not set
# FREETZ_PACKAGE_SISPMCTL is not set
# FREETZ_PACKAGE_SLURM is not set
# FREETZ_PACKAGE_SOCAT is not set
# FREETZ_PACKAGE_SQLITE is not set
# FREETZ_PACKAGE_SQUID is not set
# FREETZ_PACKAGE_STREAMRIPPER is not set
# FREETZ_PACKAGE_SYNCE_DCCM is not set
# FREETZ_PACKAGE_SYNCE_SERIAL is not set
# FREETZ_PACKAGE_TCP_WRAPPERS is not set
# FREETZ_PACKAGE_TCPPROXY is not set
# FREETZ_PACKAGE_TINYPROXY is not set
# FREETZ_PACKAGE_TRANSMISSION is not set
# FREETZ_PACKAGE_TREE is not set
# FREETZ_PACKAGE_USBROOT is not set
# FREETZ_PACKAGE_VIM is not set
# FREETZ_PACKAGE_WGET is not set
# FREETZ_PACKAGE_WOL is not set
# FREETZ_PACKAGE_WPUT is not set
# FREETZ_PACKAGE_XPDF is not set
# FREETZ_PACKAGE_XRELAYD is not set
FREETZ_PACKAGE_HASERL=y
FREETZ_PACKAGE_MODCGI=y

#
# Advanced options
#
# FREETZ_DL_OVERRIDE is not set
FREETZ_DL_SITE="ftp://ftp.avm.de/fritz.box/fritzbox.fon_wlan_7270/firmware/deutsch"
FREETZ_DL_SOURCE="FRITZ.Box_Fon_WLAN_7270.54.04.76.image"

#
# Freetz package download sites
#
FREETZ_MOD_DL_NUM_SITES="5"

#
# Download site #1 - default: http://freetz.3dfxatwork.de
#
FREETZ_MOD_DL_SITE_1="http://freetz.3dfxatwork.de"

#
# Download site #2 - default: http://freetz.wirsind.info
#
FREETZ_MOD_DL_SITE_2="http://freetz.wirsind.info"

#
# Download site #3 - default: http://freetz.magenbrot.net
#
FREETZ_MOD_DL_SITE_3="http://freetz.magenbrot.net"

#
# Download site #4 - default: empty (reserved for later use)
#
FREETZ_MOD_DL_SITE_4=""

#
# Download site #5 - user-defined
#
FREETZ_MOD_DL_SITE_5=""
FREETZ_SECURITY_LEVEL=1
FREETZ_VERBOSITY_LEVEL=2
FREETZ_FAVICON_NONE=y
# FREETZ_FAVICON_DSL123 is not set
# FREETZ_FAVICON_CUMA is not set
# FREETZ_FAVICON_HANSOLO is not set
FREETZ_FAVICON_STRING="none"
FREETZ_SUBVERSION_STRING=y
FREETZ_DEVELOPER_VERSION_STRING=y
# FREETZ_STATUS_STYLE is not set
FREETZ_AVMPLUGINS_ENABLED=y

#
# Plugin selection
#

#
# Select plugin(s) for insertion
#
# FREETZ_AVMPLUGINS_MEDIASRV is not set
# FREETZ_AVMPLUGINS_MINI is not set
# FREETZ_AVMPLUGINS_NTFS is not set
# FREETZ_AVMPLUGINS_ONLINEPB is not set
# FREETZ_AVMPLUGINS_SAMBA is not set
# FREETZ_AVMPLUGINS_TAM is not set
# FREETZ_AVMPLUGINS_WEBDAV is not set

#
# External
#
# EXTERNAL_ENABLED is not set
# FREETZ_SQUASHFS_BLOCKSIZE_ORIG is not set
# FREETZ_SQUASHFS_BLOCKSIZE_16384 is not set
# FREETZ_SQUASHFS_BLOCKSIZE_32768 is not set
FREETZ_SQUASHFS_BLOCKSIZE_65536=y
# FREETZ_SQUASHFS_BLOCKSIZE_131072 is not set

#
# BusyBox options
#
# FREETZ_BUSYBOX_AR is not set
# FREETZ_BUSYBOX_DIFF is not set
FREETZ_BUSYBOX_INETD=y
# FREETZ_BUSYBOX_IP is not set
# FREETZ_BUSYBOX_PATCH is not set
# FREETZ_BUSYBOX_START_STOP_DAEMON is not set
FREETZ_BUSYBOX_WGET=y
# FREETZ_BUSYBOX_LESS is not set
# FREETZ_BUSYBOX_NICE is not set
# FREETZ_BUSYBOX_LS_COLOR is not set
# FREETZ_BUSYBOX_FASTPROC is not set
# FREETZ_BUSYBOX_KEYS is not set
# FREETZ_BUSYBOX_BRCTL is not set
# FREETZ_BUSYBOX_UDHCPD is not set
# FREETZ_BUSYBOX_UDHCPC is not set
# FREETZ_BUSYBOX_SEQ is not set
# FREETZ_BUSYBOX_TAC is not set
# FREETZ_BUSYBOX_MDEV_RENAME is not set
# FREETZ_BUSYBOX_MOUNT_HELPERS is not set
# FREETZ_BUSYBOX_MOUNT_LABEL is not set
# FREETZ_BUSYBOX_VOLUMEID is not set

#
# Kernel modules
#

#
# crypto
#
# FREETZ_MODULE_crypto_algapi is not set
# FREETZ_MODULE_arc4 is not set
# FREETZ_MODULE_blkcipher is not set
# FREETZ_MODULE_cbc is not set
# FREETZ_MODULE_cryptomgr is not set
# FREETZ_MODULE_sha1 is not set
# FREETZ_MODULE_sha256 is not set

#
# drivers
#
# FREETZ_MODULE_loop is not set
# FREETZ_MODULE_nbd is not set
# FREETZ_MODULE_cdrom is not set
# FREETZ_MODULE_capiconn is not set
# FREETZ_MODULE_nand is not set
# FREETZ_MODULE_ohio_nand is not set
# FREETZ_MODULE_dummy is not set
# FREETZ_MODULE_ppp_async is not set
# FREETZ_MODULE_ppp_deflate is not set
# FREETZ_MODULE_ppp_generic is not set
# FREETZ_MODULE_pppoe is not set
# FREETZ_MODULE_pppox is not set
# FREETZ_MODULE_ppp_mppe_mppc is not set
# FREETZ_MODULE_scsi_mod is not set
# FREETZ_MODULE_sd_mod is not set
# FREETZ_MODULE_sg is not set
# FREETZ_MODULE_sr_mod is not set
# FREETZ_MODULE_slhc is not set
# FREETZ_MODULE_musb_hdrc is not set
# FREETZ_MODULE_usblp is not set
# FREETZ_MODULE_usb_storage is not set
# FREETZ_MODULE_usbmon is not set
# FREETZ_MODULE_usbcore is not set
# FREETZ_MODULE_usbip is not set
# FREETZ_MODULE_usbip_common_mod is not set
# FREETZ_MODULE_usbserial is not set
# FREETZ_MODULE_ipaq is not set
# FREETZ_MODULE_pl2303 is not set
# FREETZ_MODULE_ftdi_sio is not set
# FREETZ_MODULE_hci_usb is not set
# FREETZ_MODULE_bfusb is not set
# FREETZ_MODULE_firmware_class is not set
# FREETZ_MODULE_dm_mod is not set
# FREETZ_MODULE_dm_crypt is not set

#
# fs
#
# FREETZ_MODULE_cifs is not set
# FREETZ_MODULE_coda is not set
# FREETZ_MODULE_ext3 is not set
# FREETZ_MODULE_ext2 is not set
# FREETZ_MODULE_fat is not set
# FREETZ_MODULE_hfs is not set
# FREETZ_MODULE_hfsplus is not set
# FREETZ_MODULE_fuse is not set
# FREETZ_MODULE_jbd is not set
# FREETZ_MODULE_lockd is not set
# FREETZ_MODULE_mini_fo is not set
# FREETZ_MODULE_minix is not set

#
# ndas
#
# FREETZ_MODULE_ndas_block is not set
# FREETZ_MODULE_ndas_core is not set
# FREETZ_MODULE_ndas_sal is not set
# FREETZ_MODULE_nfsd is not set
# FREETZ_MODULE_exportfs is not set
# FREETZ_MODULE_nfs is not set
# FREETZ_MODULE_nls_cp437 is not set
# FREETZ_MODULE_nls_cp852 is not set
# FREETZ_MODULE_nls_iso8859_15 is not set
# FREETZ_MODULE_nls_iso8859_1 is not set
# FREETZ_MODULE_nls_utf8 is not set
# FREETZ_MODULE_ntfs is not set
# FREETZ_MODULE_reiserfs is not set
# FREETZ_MODULE_smbfs is not set
# FREETZ_MODULE_udf is not set
# FREETZ_MODULE_unionfs is not set
# FREETZ_MODULE_vfat is not set
# FREETZ_MODULE_msdods is not set
# FREETZ_MODULE_jffs2 is not set
# FREETZ_MODULE_mbcache is not set

#
# lib
#
# FREETZ_MODULE_crc_ccitt is not set

#
# net
#
# FREETZ_MODULE_bluetooth is not set
# FREETZ_MODULE_bnep is not set
# FREETZ_MODULE_l2cap is not set
# FREETZ_MODULE_rfcomm is not set
# FREETZ_MODULE_sunrpc is not set

#
# Shared libraries
#

#
# Libraries -------------------------------
#
# FREETZ_LIB_libatm is not set
# FREETZ_LIB_libbluetooth is not set
# FREETZ_LIB_libopenobex is not set

#
# Crypto & SSL
#

#
# GnuPG ----------------------------------
#
# FREETZ_LIB_libgpg_error is not set
# FREETZ_LIB_libgcrypt is not set

#
# SSL ------------------------------------
#
# FREETZ_LIB_libcyassl is not set
# FREETZ_LIB_libmatrixssl is not set
# FREETZ_LIB_libxyssl is not set
# FREETZ_LIB_libcrypto is not set

#
# Data compression
#
# FREETZ_LIB_liblzo2 is not set
# FREETZ_LIB_libz is not set

#
# Graphics & fonts
#
# FREETZ_LIB_libfreetype is not set
# FREETZ_LIB_libart_lgpl_2 is not set
# FREETZ_LIB_libjpeg is not set
# FREETZ_LIB_libpng12 is not set

#
# uClibc
#
FREETZ_LIB_ld_uClibc=y
FREETZ_LIB_libcrypt=y
FREETZ_LIB_libdl=y
FREETZ_LIB_libm=y
FREETZ_LIB_libnsl=y
FREETZ_LIB_libpthread=y
# FREETZ_LIB_libresolv is not set
FREETZ_LIB_librt=y
# FREETZ_LIB_libthread_db is not set
FREETZ_LIB_libuClibc=y
# FREETZ_LIB_libutil is not set
# FREETZ_LIB_libuClibc__ is not set
FREETZ_LIB_libgcc_s=y
# FREETZ_LIB_libglib_1 is not set

#
# GLib2
#
# FREETZ_LIB_libglib_2 is not set
# FREETZ_LIB_libgobject_2 is not set
# FREETZ_LIB_libgmodule_2 is not set
# FREETZ_LIB_libgthread_2 is not set

#
# ncurses
#
# FREETZ_LIB_libncurses is not set

#
# terminfo database
#

#
# Select terminfo database entries to install (see help of 'Show all items')
#
# FREETZ_SHARE_terminfo is not set
# FREETZ_LIB_libform is not set
# FREETZ_LIB_libmenu is not set
# FREETZ_LIB_libpanel is not set
# FREETZ_LIB_libcapi20 is not set
# FREETZ_LIB_libcurl is not set
# FREETZ_LIB_libevent is not set
# FREETZ_LIB_libexpat is not set
# FREETZ_LIB_libid3tag is not set
# FREETZ_LIB_libltdl is not set
# FREETZ_LIB_libmad is not set
# FREETZ_LIB_libneon is not set
# FREETZ_LIB_libpcap is not set

#
# Readline
#
# FREETZ_LIB_libreadline is not set
# FREETZ_LIB_libhistory is not set
# FREETZ_LIB_libsqlite3 is not set
# FREETZ_LIB_libusb is not set
# FREETZ_LIB_libelf is not set
# FREETZ_LIB_libintl is not set
# FREETZ_LIB_libiconv is not set
# FREETZ_LIB_libftdi is not set
# FREETZ_LIB_libsynce is not set
# FREETZ_LIB_libsysfs is not set
# FREETZ_LIB_libpopt is not set
# FREETZ_LIB_libdevmapper is not set
FREETZ_LIB_libfreetz=y
# FREETZ_LIB_libpcre is not set
# FREETZ_LIB_libpcreposix is not set

#
# Compiler options
#
FREETZ_DOWNLOAD_TOOLCHAIN=y
# FREETZ_BUILD_TOOLCHAIN is not set
FREETZ_TARGET_CROSS="mipsel-linux-uclibc-"
FREETZ_TARGET_MAKE_PATH="toolchain/target/bin"
FREETZ_TARGET_CFLAGS="-Os -pipe -march=4kc -Wa,--trap"
FREETZ_JLEVEL=2
FREETZ_KERNEL_CROSS="mipsel-unknown-linux-gnu-"
FREETZ_KERNEL_MAKE_PATH="toolchain/kernel/bin"
# FREETZ_KERNEL_VERSION_2_6_13_1 is not set
FREETZ_KERNEL_VERSION_2_6_19_2=y
FREETZ_KERNEL_VERSION="2.6.19.2"
# FREETZ_TARGET_UCLIBC_VERSION_0_9_28 is not set
FREETZ_TARGET_UCLIBC_VERSION_0_9_29=y
# FREETZ_TARGET_UCLIBC_VERSION_0_9_30 is not set
# FREETZ_TARGET_COMPILER_GCC_4_1_2_UCLIBC_0_9_28 is not set
# FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_28 is not set
FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_29=y
# FREETZ_TARGET_COMPILER_GCC_4_3_3_UCLIBC_0_9_29 is not set
# FREETZ_TARGET_COMPILER_GCC_4_3_3_UCLIBC_0_9_30 is not set
FREETZ_TARGET_GCC_VERSION="4.2.4"
FREETZ_TARGET_UCLIBC_VERSION="0.9.29"
FREETZ_TARGET_BINUTILS_VERSION="2.18"
FREETZ_TARGET_UCLIBC_REF="mod"
# FREETZ_STATIC_TOOLCHAIN is not set
FREETZ_TARGET_GXX=y
FREETZ_TARGET_CCACHE=y
# FREETZ_TARGET_NLS is not set
FREETZ_TARGET_LFS=y
FREETZ_KERNEL_GCC_VERSION="3.4.6"
FREETZ_KERNEL_BINUTILS_VERSION="2.17.50.0.17"
# FREETZ_TARGET_TOOLCHAIN is not set

#
# GNU debugger (gdb)
#
# FREETZ_PACKAGE_GDB is not set
# FREETZ_PACKAGE_GDB_SERVER is not set
# FREETZ_PACKAGE_GDB_HOST is not set

[Beitrag 2:]
Ich mal wieder.

Habe noch herausgefunden, das wenn ich unter adv. Options-->AVM Plugins integrieren den Stern rausnehme so wird die plugin.update erzeugt (siehe Bild).

Einspielen kann ich die Firmware deshalb trotzdem nicht.....

Ich bin am Ende....

Code:
#
# Automatically generated make config: don't edit
#
FREETZ_HAVE_DOT_CONFIG=y

#
# General --------------------------------
#
FREETZ_AVM_VERSION_7270_04_76=y
# FREETZ_TYPE_300IP_AS_FON is not set
# FREETZ_TYPE_2170 is not set
# FREETZ_TYPE_FON is not set
# FREETZ_TYPE_FON_5010 is not set
# FREETZ_TYPE_FON_5050 is not set
# FREETZ_TYPE_FON_5140 is not set
# FREETZ_TYPE_FON_WLAN is not set
# FREETZ_TYPE_FON_WLAN_7050 is not set
# FREETZ_TYPE_FON_WLAN_7113 is not set
# FREETZ_TYPE_FON_WLAN_7140 is not set
# FREETZ_TYPE_FON_WLAN_7141 is not set
# FREETZ_TYPE_FON_7150 is not set
# FREETZ_TYPE_FON_WLAN_7170 is not set
# FREETZ_TYPE_FON_WLAN_7240 is not set
FREETZ_TYPE_FON_WLAN_7270=y
# FREETZ_TYPE_FON_WLAN_7270_V3 is not set
# FREETZ_TYPE_WLAN_3020 is not set
# FREETZ_TYPE_WLAN_3030 is not set
# FREETZ_TYPE_WLAN_3130 is not set
# FREETZ_TYPE_WLAN_3131 is not set
# FREETZ_TYPE_WLAN_3170 is not set
# FREETZ_TYPE_WLAN_3270 is not set
# FREETZ_TYPE_SPEEDPORT_W501V is not set
# FREETZ_TYPE_CUSTOM is not set
# FREETZ_TYPE_FON_WLAN_7270_16MB is not set
# FREETZ_TYPE_LABOR is not set
FREETZ_AVM_VERSION_STRING="7270_04.76"
FREETZ_TYPE_LANG_DE=y
# FREETZ_TYPE_LANG_A_CH is not set
# FREETZ_TYPE_LANG_EN is not set
FREETZ_TYPE_LANG_STRING="de"
FREETZ_TYPE_STRING="7270"
FREETZ_INSTALL_BASE=y
FREETZ_REPLACE_BUSYBOX=y
FREETZ_REPLACE_KERNEL_AVAILABLE=y
# FREETZ_SHOW_ADVANCED is not set
FREETZ_TARGET_REF="8mb_26"
FREETZ_KERNEL_REF="8mb_26"
FREETZ_KERNEL_LAYOUT="ur8"
FREETZ_KERNEL_MTD_SIZE=119
FREETZ_HAS_PHONE=y
FREETZ_HAS_TAM=y
FREETZ_HAS_WLAN=y
# FREETZ_HAS_USB_CLIENT is not set
FREETZ_HAS_USB_HOST=y
FREETZ_HAS_AVM_INETD=y
FREETZ_HAS_LIBSSL=y

#
# Mod ------------------------------------
#
FREETZ_LANG_DE=y
# FREETZ_LANG_EN is not set
FREETZ_LANG_STRING="de"

#
# Patches
#

#
# Remove Brandings
#
# FREETZ_REMOVE_BRANDING_1und1 is not set
FREETZ_REMOVE_BRANDING_avm=y
# FREETZ_REMOVE_HELP is not set
# FREETZ_REMOVE_ASSISTANT is not set
# FREETZ_REMOVE_CHRONYD is not set
# FREETZ_PATCH_DSL_EXPERT is not set
# FREETZ_PATCH_ENUM is not set
# FREETZ_PATCH_SIGNED is not set
# FREETZ_PATCH_USBSTORAGE is not set
# FREETZ_AUTORUN_AUTOEND is not set
# FREETZ_PATCH_MAXDEVCOUNT is not set
# FREETZ_PATCH_MULTIPLE_PRINTERS is not set
# FREETZ_PATCH_GETCONS is not set
# FREETZ_REMOVE_SUPPORT is not set
# FREETZ_REMOVE_UPNP is not set
# FREETZ_REMOVE_USERMAN is not set
# FREETZ_REMOVE_CAPIOVERTCP is not set
# FREETZ_REMOVE_DECT is not set
# FREETZ_REMOVE_DTRACE is not set
# FREETZ_REMOVE_ANNEX_B_FIRMWARE is not set
# FREETZ_ADD_ANNEX_A_FIRMWARE is not set

#
# Package selection
#

#
# Standard packages
#
# FREETZ_PACKAGE_BFTPD is not set
# FREETZ_PACKAGE_BIRD is not set
# FREETZ_PACKAGE_BRIDGE_UTILS is not set
# FREETZ_PACKAGE_CALLMONITOR is not set
# FREETZ_PACKAGE_CHECKMAILD is not set
# FREETZ_PACKAGE_CIFSMOUNT is not set
# FREETZ_PACKAGE_CPMACCFG is not set
# FREETZ_PACKAGE_CURL is not set
# FREETZ_PACKAGE_DECO is not set
# FREETZ_PACKAGE_DNSMASQ is not set
# FREETZ_PACKAGE_DROPBEAR is not set
# FREETZ_PACKAGE_DTMFBOX is not set
# FREETZ_PACKAGE_ESPEAK is not set
# FREETZ_PACKAGE_FUSE is not set
# FREETZ_PACKAGE_INETD is not set
# FREETZ_PACKAGE_KNOCK is not set
# FREETZ_PACKAGE_MC is not set
# FREETZ_PACKAGE_MINI_FO is not set
# FREETZ_PACKAGE_MTR is not set
# FREETZ_PACKAGE_NANO is not set
# FREETZ_PACKAGE_NETCAT is not set
# FREETZ_PACKAGE_NETSNMP is not set
# FREETZ_PACKAGE_NTFS is not set
# FREETZ_PACKAGE_OPENNTPD is not set
# FREETZ_PACKAGE_OPENVPN is not set
# FREETZ_PACKAGE_PINGTUNNEL is not set
# FREETZ_PACKAGE_PRIVOXY is not set
# FREETZ_PACKAGE_RCAPID is not set
# FREETZ_PACKAGE_SAMBA is not set
# FREETZ_PACKAGE_SCREEN is not set
# FREETZ_PACKAGE_STUNNEL is not set
# FREETZ_PACKAGE_TCPDUMP is not set
# FREETZ_PACKAGE_TOR is not set
# FREETZ_PACKAGE_VPNC is not set
# FREETZ_PACKAGE_VSFTPD is not set

#
# Web interface
#
# FREETZ_PACKAGE_AVM_FIREWALL is not set
# FREETZ_PACKAGE_CPMACCFG_CGI is not set
# FREETZ_PACKAGE_DOWNLOADER is not set
# FREETZ_PACKAGE_NFSD_CGI is not set
# FREETZ_PACKAGE_ONLINECHANGED_CGI is not set
# FREETZ_PACKAGE_RRDSTATS is not set
# FREETZ_PACKAGE_SPINDOWN_CGI is not set
# FREETZ_PACKAGE_SYSLOGD_CGI is not set
# FREETZ_PACKAGE_TRANSMISSION_CGI is not set
# FREETZ_PACKAGE_VIRTUALIP_CGI is not set
# FREETZ_PACKAGE_WOL_CGI is not set

#
# Debug helpers
#
# FREETZ_PACKAGE_LDD is not set
# FREETZ_PACKAGE_LSOF is not set
# FREETZ_PACKAGE_LTRACE is not set
# FREETZ_PACKAGE_NANO_SHELL is not set
# FREETZ_PACKAGE_PCIUTILS is not set
# FREETZ_PACKAGE_STRACE is not set
# FREETZ_PACKAGE_USBUTILS is not set

#
# Testing
#
# FREETZ_PACKAGE_APACHE is not set
# FREETZ_PACKAGE_BASH is not set
# FREETZ_PACKAGE_BFUSB is not set
# FREETZ_PACKAGE_BIP is not set
# FREETZ_PACKAGE_BLUEZ_UTILS is not set
# FREETZ_PACKAGE_BR2684CTL is not set
# FREETZ_PACKAGE_CRYPTSETUP is not set
# FREETZ_PACKAGE_CTORRENT is not set
# FREETZ_PACKAGE_DAVFS2 is not set
# FREETZ_PACKAGE_DEBOOTSTRAP is not set
# FREETZ_PACKAGE_DIGITEMP is not set
# FREETZ_PACKAGE_DNS2TCP is not set
# FREETZ_PACKAGE_DTACH is not set
# FREETZ_PACKAGE_E2FSPROGS is not set
# FREETZ_PACKAGE_EMPTY is not set
# FREETZ_PACKAGE_FORTUNE is not set
# FREETZ_PACKAGE_FSTYP is not set
# FREETZ_PACKAGE_GNU_MAKE is not set
# FREETZ_PACKAGE_HD_IDLE is not set
# FREETZ_PACKAGE_HTTPTUNNEL is not set
# FREETZ_PACKAGE_INADYN_MT is not set
# FREETZ_PACKAGE_INOTIFY_TOOLS is not set
# FREETZ_PACKAGE_IODINE is not set
# FREETZ_PACKAGE_IPTRAF is not set
# FREETZ_PACKAGE_IRSSI is not set
# FREETZ_PACKAGE_JAMVM is not set
# FREETZ_PACKAGE_LIGHTTPD is not set
# FREETZ_PACKAGE_LYNX is not set
# FREETZ_PACKAGE_LUA is not set
# FREETZ_PACKAGE_MADPLAY is not set
# FREETZ_PACKAGE_MATRIXTUNNEL is not set
# FREETZ_PACKAGE_MCABBER is not set
# FREETZ_PACKAGE_MDEV is not set
# FREETZ_PACKAGE_MICROPERL is not set
# FREETZ_PACKAGE_MODULE_INIT_TOOLS is not set
# FREETZ_PACKAGE_NAGIOS is not set
# FREETZ_PACKAGE_NDAS is not set
# FREETZ_PACKAGE_NFS_UTILS is not set
# FREETZ_PACKAGE_NGIRCD is not set
# FREETZ_PACKAGE_NMAP is not set
# FREETZ_PACKAGE_OBEXFTP is not set

#
# OpenSSH
#
# FREETZ_OPENSSH_SSHD is not set
# FREETZ_OPENSSH_CLIENT is not set
# FREETZ_OPENSSH_CLIENTUTILS is not set
# FREETZ_OPENSSH_KEYUTILS is not set
# FREETZ_OPENSSH_SFTPCLIENT is not set
# FREETZ_OPENSSH_SFTP is not set
# FREETZ_PACKAGE_OWFS is not set
# FREETZ_PACKAGE_PHP is not set
# FREETZ_PACKAGE_PORTMAP is not set
# FREETZ_PACKAGE_QUAGGA is not set
# FREETZ_PACKAGE_RRDTOOL is not set
# FREETZ_PACKAGE_RSYNC is not set
# FREETZ_PACKAGE_RUBY is not set
# FREETZ_PACKAGE_SABLEVM_SDK is not set
# FREETZ_PACKAGE_SER2NET is not set
# FREETZ_PACKAGE_SISPMCTL is not set
# FREETZ_PACKAGE_SLURM is not set
# FREETZ_PACKAGE_SOCAT is not set
# FREETZ_PACKAGE_SQLITE is not set
# FREETZ_PACKAGE_SQUID is not set
# FREETZ_PACKAGE_STREAMRIPPER is not set
# FREETZ_PACKAGE_SYNCE_DCCM is not set
# FREETZ_PACKAGE_SYNCE_SERIAL is not set
# FREETZ_PACKAGE_TCP_WRAPPERS is not set
# FREETZ_PACKAGE_TCPPROXY is not set
# FREETZ_PACKAGE_TINYPROXY is not set
# FREETZ_PACKAGE_TRANSMISSION is not set
# FREETZ_PACKAGE_TREE is not set
# FREETZ_PACKAGE_USBROOT is not set
# FREETZ_PACKAGE_VIM is not set
# FREETZ_PACKAGE_WGET is not set
# FREETZ_PACKAGE_WOL is not set
# FREETZ_PACKAGE_WPUT is not set
# FREETZ_PACKAGE_XPDF is not set
# FREETZ_PACKAGE_XRELAYD is not set
FREETZ_PACKAGE_HASERL=y
FREETZ_PACKAGE_MODCGI=y

#
# Advanced options
#
# FREETZ_DL_OVERRIDE is not set
FREETZ_DL_SITE="ftp://ftp.avm.de/fritz.box/fritzbox.fon_wlan_7270/firmware/deutsch"
FREETZ_DL_SOURCE="FRITZ.Box_Fon_WLAN_7270.54.04.76.image"

#
# Freetz package download sites
#
FREETZ_MOD_DL_NUM_SITES="5"

#
# Download site #1 - default: http://freetz.3dfxatwork.de
#
FREETZ_MOD_DL_SITE_1="http://freetz.3dfxatwork.de"

#
# Download site #2 - default: http://freetz.wirsind.info
#
FREETZ_MOD_DL_SITE_2="http://freetz.wirsind.info"

#
# Download site #3 - default: http://freetz.magenbrot.net
#
FREETZ_MOD_DL_SITE_3="http://freetz.magenbrot.net"

#
# Download site #4 - default: empty (reserved for later use)
#
FREETZ_MOD_DL_SITE_4=""

#
# Download site #5 - user-defined
#
FREETZ_MOD_DL_SITE_5=""
FREETZ_SECURITY_LEVEL=1
FREETZ_VERBOSITY_LEVEL=2
FREETZ_FAVICON_NONE=y
# FREETZ_FAVICON_DSL123 is not set
# FREETZ_FAVICON_CUMA is not set
# FREETZ_FAVICON_HANSOLO is not set
FREETZ_FAVICON_STRING="none"
FREETZ_SUBVERSION_STRING=y
# FREETZ_DEVELOPER_VERSION_STRING is not set
# FREETZ_STATUS_STYLE is not set
# FREETZ_AVMPLUGINS_ENABLED is not set

#
# External
#
# EXTERNAL_ENABLED is not set
# FREETZ_SQUASHFS_BLOCKSIZE_ORIG is not set
# FREETZ_SQUASHFS_BLOCKSIZE_16384 is not set
# FREETZ_SQUASHFS_BLOCKSIZE_32768 is not set
FREETZ_SQUASHFS_BLOCKSIZE_65536=y
# FREETZ_SQUASHFS_BLOCKSIZE_131072 is not set

#
# BusyBox options
#
# FREETZ_BUSYBOX_AR is not set
# FREETZ_BUSYBOX_DIFF is not set
FREETZ_BUSYBOX_INETD=y
# FREETZ_BUSYBOX_IP is not set
# FREETZ_BUSYBOX_PATCH is not set
# FREETZ_BUSYBOX_START_STOP_DAEMON is not set
# FREETZ_BUSYBOX_WGET is not set
# FREETZ_BUSYBOX_LESS is not set
# FREETZ_BUSYBOX_NICE is not set
# FREETZ_BUSYBOX_LS_COLOR is not set
# FREETZ_BUSYBOX_FASTPROC is not set
# FREETZ_BUSYBOX_KEYS is not set
# FREETZ_BUSYBOX_BRCTL is not set
# FREETZ_BUSYBOX_UDHCPD is not set
# FREETZ_BUSYBOX_UDHCPC is not set
# FREETZ_BUSYBOX_SEQ is not set
# FREETZ_BUSYBOX_TAC is not set
# FREETZ_BUSYBOX_MDEV_RENAME is not set
# FREETZ_BUSYBOX_MOUNT_HELPERS is not set
# FREETZ_BUSYBOX_MOUNT_LABEL is not set
# FREETZ_BUSYBOX_VOLUMEID is not set

#
# Kernel modules
#

#
# crypto
#
# FREETZ_MODULE_crypto_algapi is not set
# FREETZ_MODULE_arc4 is not set
# FREETZ_MODULE_blkcipher is not set
# FREETZ_MODULE_cbc is not set
# FREETZ_MODULE_cryptomgr is not set
# FREETZ_MODULE_sha1 is not set
# FREETZ_MODULE_sha256 is not set

#
# drivers
#
# FREETZ_MODULE_loop is not set
# FREETZ_MODULE_nbd is not set
# FREETZ_MODULE_cdrom is not set
# FREETZ_MODULE_capiconn is not set
# FREETZ_MODULE_nand is not set
# FREETZ_MODULE_ohio_nand is not set
# FREETZ_MODULE_dummy is not set
# FREETZ_MODULE_ppp_async is not set
# FREETZ_MODULE_ppp_deflate is not set
# FREETZ_MODULE_ppp_generic is not set
# FREETZ_MODULE_pppoe is not set
# FREETZ_MODULE_pppox is not set
# FREETZ_MODULE_ppp_mppe_mppc is not set
# FREETZ_MODULE_scsi_mod is not set
# FREETZ_MODULE_sd_mod is not set
# FREETZ_MODULE_sg is not set
# FREETZ_MODULE_sr_mod is not set
# FREETZ_MODULE_slhc is not set
# FREETZ_MODULE_musb_hdrc is not set
# FREETZ_MODULE_usblp is not set
# FREETZ_MODULE_usb_storage is not set
# FREETZ_MODULE_usbmon is not set
# FREETZ_MODULE_usbcore is not set
# FREETZ_MODULE_usbip is not set
# FREETZ_MODULE_usbip_common_mod is not set
# FREETZ_MODULE_usbserial is not set
# FREETZ_MODULE_ipaq is not set
# FREETZ_MODULE_pl2303 is not set
# FREETZ_MODULE_ftdi_sio is not set
# FREETZ_MODULE_hci_usb is not set
# FREETZ_MODULE_bfusb is not set
# FREETZ_MODULE_firmware_class is not set
# FREETZ_MODULE_dm_mod is not set
# FREETZ_MODULE_dm_crypt is not set

#
# fs
#
# FREETZ_MODULE_cifs is not set
# FREETZ_MODULE_coda is not set
# FREETZ_MODULE_ext3 is not set
# FREETZ_MODULE_ext2 is not set
# FREETZ_MODULE_fat is not set
# FREETZ_MODULE_hfs is not set
# FREETZ_MODULE_hfsplus is not set
# FREETZ_MODULE_fuse is not set
# FREETZ_MODULE_jbd is not set
# FREETZ_MODULE_lockd is not set
# FREETZ_MODULE_mini_fo is not set
# FREETZ_MODULE_minix is not set

#
# ndas
#
# FREETZ_MODULE_ndas_block is not set
# FREETZ_MODULE_ndas_core is not set
# FREETZ_MODULE_ndas_sal is not set
# FREETZ_MODULE_nfsd is not set
# FREETZ_MODULE_exportfs is not set
# FREETZ_MODULE_nfs is not set
# FREETZ_MODULE_nls_cp437 is not set
# FREETZ_MODULE_nls_cp852 is not set
# FREETZ_MODULE_nls_iso8859_15 is not set
# FREETZ_MODULE_nls_iso8859_1 is not set
# FREETZ_MODULE_nls_utf8 is not set
# FREETZ_MODULE_ntfs is not set
# FREETZ_MODULE_reiserfs is not set
# FREETZ_MODULE_smbfs is not set
# FREETZ_MODULE_udf is not set
# FREETZ_MODULE_unionfs is not set
# FREETZ_MODULE_vfat is not set
# FREETZ_MODULE_msdods is not set
# FREETZ_MODULE_jffs2 is not set
# FREETZ_MODULE_mbcache is not set

#
# lib
#
# FREETZ_MODULE_crc_ccitt is not set

#
# net
#
# FREETZ_MODULE_bluetooth is not set
# FREETZ_MODULE_bnep is not set
# FREETZ_MODULE_l2cap is not set
# FREETZ_MODULE_rfcomm is not set
# FREETZ_MODULE_sunrpc is not set

#
# Shared libraries
#

#
# Libraries -------------------------------
#
# FREETZ_LIB_libatm is not set
# FREETZ_LIB_libbluetooth is not set
# FREETZ_LIB_libopenobex is not set

#
# Crypto & SSL
#

#
# GnuPG ----------------------------------
#
# FREETZ_LIB_libgpg_error is not set
# FREETZ_LIB_libgcrypt is not set

#
# SSL ------------------------------------
#
# FREETZ_LIB_libcyassl is not set
# FREETZ_LIB_libmatrixssl is not set
# FREETZ_LIB_libxyssl is not set
# FREETZ_LIB_libcrypto is not set

#
# Data compression
#
# FREETZ_LIB_liblzo2 is not set
# FREETZ_LIB_libz is not set

#
# Graphics & fonts
#
# FREETZ_LIB_libfreetype is not set
# FREETZ_LIB_libart_lgpl_2 is not set
# FREETZ_LIB_libjpeg is not set
# FREETZ_LIB_libpng12 is not set

#
# uClibc
#
FREETZ_LIB_ld_uClibc=y
FREETZ_LIB_libcrypt=y
FREETZ_LIB_libdl=y
FREETZ_LIB_libm=y
FREETZ_LIB_libnsl=y
FREETZ_LIB_libpthread=y
# FREETZ_LIB_libresolv is not set
FREETZ_LIB_librt=y
# FREETZ_LIB_libthread_db is not set
FREETZ_LIB_libuClibc=y
# FREETZ_LIB_libutil is not set
# FREETZ_LIB_libuClibc__ is not set
FREETZ_LIB_libgcc_s=y
# FREETZ_LIB_libglib_1 is not set

#
# GLib2
#
# FREETZ_LIB_libglib_2 is not set
# FREETZ_LIB_libgobject_2 is not set
# FREETZ_LIB_libgmodule_2 is not set
# FREETZ_LIB_libgthread_2 is not set

#
# ncurses
#
# FREETZ_LIB_libncurses is not set

#
# terminfo database
#

#
# Select terminfo database entries to install (see help of 'Show all items')
#
# FREETZ_SHARE_terminfo is not set
# FREETZ_LIB_libform is not set
# FREETZ_LIB_libmenu is not set
# FREETZ_LIB_libpanel is not set
# FREETZ_LIB_libcapi20 is not set
# FREETZ_LIB_libcurl is not set
# FREETZ_LIB_libevent is not set
# FREETZ_LIB_libexpat is not set
# FREETZ_LIB_libid3tag is not set
# FREETZ_LIB_libltdl is not set
# FREETZ_LIB_libmad is not set
# FREETZ_LIB_libneon is not set
# FREETZ_LIB_libpcap is not set

#
# Readline
#
# FREETZ_LIB_libreadline is not set
# FREETZ_LIB_libhistory is not set
# FREETZ_LIB_libsqlite3 is not set
# FREETZ_LIB_libusb is not set
# FREETZ_LIB_libelf is not set
# FREETZ_LIB_libintl is not set
# FREETZ_LIB_libiconv is not set
# FREETZ_LIB_libftdi is not set
# FREETZ_LIB_libsynce is not set
# FREETZ_LIB_libsysfs is not set
# FREETZ_LIB_libpopt is not set
# FREETZ_LIB_libdevmapper is not set
FREETZ_LIB_libfreetz=y
# FREETZ_LIB_libpcre is not set
# FREETZ_LIB_libpcreposix is not set

#
# Compiler options
#
FREETZ_DOWNLOAD_TOOLCHAIN=y
# FREETZ_BUILD_TOOLCHAIN is not set
FREETZ_TARGET_CROSS="mipsel-linux-uclibc-"
FREETZ_TARGET_MAKE_PATH="toolchain/target/bin"
FREETZ_TARGET_CFLAGS="-Os -pipe -march=4kc -Wa,--trap"
FREETZ_JLEVEL=2
FREETZ_KERNEL_CROSS="mipsel-unknown-linux-gnu-"
FREETZ_KERNEL_MAKE_PATH="toolchain/kernel/bin"
# FREETZ_KERNEL_VERSION_2_6_13_1 is not set
FREETZ_KERNEL_VERSION_2_6_19_2=y
FREETZ_KERNEL_VERSION="2.6.19.2"
# FREETZ_TARGET_UCLIBC_VERSION_0_9_28 is not set
FREETZ_TARGET_UCLIBC_VERSION_0_9_29=y
# FREETZ_TARGET_UCLIBC_VERSION_0_9_30 is not set
# FREETZ_TARGET_COMPILER_GCC_4_1_2_UCLIBC_0_9_28 is not set
# FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_28 is not set
FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_29=y
# FREETZ_TARGET_COMPILER_GCC_4_3_3_UCLIBC_0_9_29 is not set
# FREETZ_TARGET_COMPILER_GCC_4_3_3_UCLIBC_0_9_30 is not set
FREETZ_TARGET_GCC_VERSION="4.2.4"
FREETZ_TARGET_UCLIBC_VERSION="0.9.29"
FREETZ_TARGET_BINUTILS_VERSION="2.18"
FREETZ_TARGET_UCLIBC_REF="mod"
# FREETZ_STATIC_TOOLCHAIN is not set
FREETZ_TARGET_GXX=yhttp://www.ip-phone-forum.de/images/editor
FREETZ_TARGET_CCACHE=y
# FREETZ_TARGET_NLS is not set
FREETZ_TARGET_LFS=y
FREETZ_KERNEL_GCC_VERSION="3.4.6"
FREETZ_KERNEL_BINUTILS_VERSION="2.17.50.0.17"
# FREETZ_TARGET_TOOLCHAIN is not set

#
# GNU debugger (gdb)
#
# FREETZ_PACKAGE_GDB is not set
# FREETZ_PACKAGE_GDB_SERVER is not set
# FREETZ_PACKAGE_GDB_HOST is not set

[Beitrag 3:]
Mich hat noch einmal die Frage beschäftigt wo die Firmware hinkopiert wird.
Habe das Update gestartet und gewartet bis die Meldung mit der nicht originalen firmware erscheint.
Dannmal ein wenig mit find gesucht. Anbei meine Ergebnisse.

Code:
#
# find / -name 'install'
# find / -name '.config'
# find / -name 'install'
# find / -name 'kernel.image'
#
# find / -name '7270_04.76freetz-devel.de_20090813-183827.image'
#
# find / -name '*.image*'
/var/plugins/plugin-webdav.image
/var/plugins/plugin-tam.image
/var/plugins/plugin-samba.image
/var/plugins/plugin-onlinepb.image
/var/plugins/plugin-ntfs.image
/var/plugins/plugin-mini.image
/var/plugins/plugin-mediasrv.image
#
# find / -name '*image*'
/usr/www/1und1/errors/images
/usr/www/1und1/errors/kids/images
/usr/www/1und1/html/de/images
/usr/www/avm/errors/images
/usr/www/avm/errors/kids/images
/usr/www/avm/html/de/images
/var/plugins/plugin-webdav.image
/var/plugins/plugin-tam.image
/var/plugins/plugin-samba.image
/var/plugins/plugin-onlinepb.image
/var/plugins/plugin-ntfs.image
/var/plugins/plugin-mini.image
/var/plugins/plugin-mediasrv.image
#
# find / -name '*.config*'
Wo werden die Dateien hinkopiert?????
 

Anhänge

  • Fehlermeldung Fritz box Oberfläche.jpg
    Fehlermeldung Fritz box Oberfläche.jpg
    37.9 KB · Aufrufe: 8
  • Vergleich Inhalt Firmware 8MB.jpg
    Vergleich Inhalt Firmware 8MB.jpg
    38.8 KB · Aufrufe: 4
  • Vergleich Inhalt Firmware 8MB ohne AVM Integration.jpg
    Vergleich Inhalt Firmware 8MB ohne AVM Integration.jpg
    48.4 KB · Aufrufe: 2
@Heier2367: Wäre es nicht einfacher, wenn du von www.freetz.org dir die FREETZ-Update-Skripte besorgst, die auf USB-Stick packst und versuchst sie auszuführen? Dann erhälst du wenigstens mehr Meldungen. Welche Dateien es genau sind, können dir unsere Gurus hier vielleicht verraten. Ich vermute, dass es höchstens 2-3 Shell-Skripte sind.
Außerdem neige ich langsam dazu zu glauben, dass der Wurm irgendwo in deiner Buildumgebung steckt. Hast du noch irgendeine andere Möglichkeit FREETZ zu bauen? Ein komplett anderer Rechner mit Linux? Eine andere VM? Oder sowas in die Richtung.

MfG
 
@Heier2367:
Außerdem neige ich langsam dazu zu glauben, dass der Wurm irgendwo in deiner Buildumgebung steckt. Hast du noch irgendeine andere Möglichkeit FREETZ zu bauen? Ein komplett anderer Rechner mit Linux? Eine andere VM? Oder sowas in die Richtung.

MfG

Tja, der Fehler tritt ja nicht nur bei mir auf.

Habe jetzt das Firmwareimage entpackt und mühselig die files auf die Box in den Ordner /var und /var/tmp copiert.

werde jetz mal versuchen per <sh -x /var/install> den Flashvorgang manuell zu starten.

Edit1:

Das Install sript läuft nicht durch.
Anbei die telnet consolenausgabe

Code:
#
# sh -x /var/install
+ kernel_update_start=0
+ kernel_update_len=0
+ name_list=
+ export INSTALL_SUCCESS_NO_REBOOT=0
+ export INSTALL_SUCCESS_REBOOT=1
+ export INSTALL_WRONG_HARDWARE=2
+ export INSTALL_KERNEL_CHECKSUM=3
+ export INSTALL_FILESYSTEM_CHECKSUM=4
+ export INSTALL_URLADER_CHECKSUM=5
+ export INSTALL_OTHER_ERROR=6
+ export INSTALL_FIRMWARE_VERSION=7
+ export INSTALL_DOWNGRADE_NEEDED=8
+ force_update=n
+ uname -r
+ echo install: have Kernel 2.6
install: have Kernel 2.6
+ kversion=26
+ echo install: check and install new firmware ...
install: check and install new firmware ...
+ need_reboot=0
+ korrekt_version=0
+ /bin/update_led_on
/bin/update_led_on: line 2: cannot create /var/led: No such device or address
+ [ 26 = 24 ]
+ echo OEM=1und1
OEM=1und1
+ [ 26 = 24 ]
+ export CONFIG_ENVIRONMENT_PATH=/proc/sys/urlader
+ cat /proc/sys/urlader/annex
+ export ANNEX=B
+ [ -z B ]
+ echo ANNEX=B
ANNEX=B
+ [ -z  ]
+ echo testing acceptance for device Fritz_Box_7270 ...
testing acceptance for device Fritz_Box_7270 ...
+ /etc/version --install=ur8_16MB_xilinx_4eth_2ab_isdn_nt_te_pots_wlan_usb_host_
dect_61056
korrekt install type: ur8_16MB_xilinx_4eth_2ab_isdn_nt_te_pots_wlan_usb_host_dec
t_61056
+ echo device has installtype ur8_16MB_xilinx_4eth_2ab_isdn_nt_te_pots_wlan_usb_
host_dect_61056
device has installtype ur8_16MB_xilinx_4eth_2ab_isdn_nt_te_pots_wlan_usb_host_de
ct_61056
+ [ ! -z 1und1 ]
+ oem_found=0
+ [ 1und1 = 1und1 ]
+ echo OK - OEM 1und1 is supported
OK - OEM 1und1 is supported
+ oem_found=1
+ break
+ [ 1 = 0 ]
+ echo OK - accept this update for device Fritz_Box_7270 ...
OK - accept this update for device Fritz_Box_7270 ...
+ korrekt_version=1
+ echo testing acceptance for device Fritz_Box_7270 done
testing acceptance for device Fritz_Box_7270 done
+ [ -z  ]
+ echo testing acceptance for device Fritz_Box_7270 ...
testing acceptance for device Fritz_Box_7270 ...
+ /etc/version --install=ur8_8MB_xilinx_4eth_2ab_isdn_nt_te_pots_wlan_usb_host_d
ect_05265
install type not korrekt: ur8_16MB_xilinx_4eth_2ab_isdn_nt_te_pots_wlan_usb_host
_dect_61056
+ echo testing acceptance for device Fritz_Box_7270 done
testing acceptance for device Fritz_Box_7270 done
+ kernel_start=0x90010000
+ kernel_size=7798784
+ filesystem_start=0x90000000
+ filesystem_size=0
+ urlader_start=0x90000000
+ urlader_size=65536
+ newFWver=04.76
+ [ 1 = 0 ]
+ /etc/version -v
+ currFWver=54.04.76
+ echo curr: 54.04.76  new: xx.04.76
curr: 54.04.76  new: xx.04.76
+ major_currFWver=54
+ middle_currFWver=54.04
+ middle_currFWver=04
+ minor_currFWver=76
+ echo debug: curr: 54.04.76
debug: curr: 54.04.76
+ middle_newFWver=04
+ middle_newFWver=04
+ minor_newFWver=76
+ echo debug: new: "XX.04.76"
debug: new: "XX.04.76"
+ major_currFWver=54
+ middle_currFWver=4
+ minor_currFWver=76
+ major_newFWver=
+ middle_newFWver=4
+ minor_newFWver=76
+ echo major_currFWver=54
major_currFWver=54
+ echo middle_currFWver=4
middle_currFWver=4
+ echo minor_currFWver=76
minor_currFWver=76
+ echo middle_newFWver=4
middle_newFWver=4
+ echo minor_newFWver=76
minor_newFWver=76
+ [ -z 4 ]
+ [ -z 76 ]
+ [ -z 4 ]
+ [ -z 76 ]
+ [ n = y ]
+ echo check Firmware Version: xx.04.76
check Firmware Version: xx.04.76
+ [ 4 -lt 4 ]
+ echo DEBUG: 4 >= 4
DEBUG: 4 >= 4
+ [ 4 -eq 4 ]
+ [ 76 -gt 89 ]
+ [ 76 -lt 76 ]
+ echo DEBUG: 76 >= 76
DEBUG: 76 >= 76
+ echo Accept Firmware Version: xx.04.76
Accept Firmware Version: xx.04.76
+ echo install: 26 check files...
install: 26 check files...
+ [ -f /var/tmp/filesystem.image ]
+ [ 0 -ne 0 ]
+ [ -f /var/tmp/kernel.image ]
+ /var/chksum /var/tmp/kernel.image
File already contains the checksum, verifying
Calculated checksum is 5C003D8A
Saved checksum is 5C003D8A
Checksum validation successful!
+ echo chksum for file /var/tmp/kernel.image ok
chksum for file /var/tmp/kernel.image ok
+ [ ! -f /var/post_install ]
+ echo echo $0: start
+ echo sleep 1
+ echo killall run_clock
+ echo if ps | grep -v grep | grep -q telefon ; then killall telefon ; fi
+ echo if ps | grep -v grep | grep -q telnetd ; then killall telnetd ; fi
+ [ 26 = 24 ]
+ echo echo skip deleting language from env
+ echo echo MODE=update > /dev/avm_power
+ [ -e /dev/watchdog ]
+
+ echo echo "disable" > /dev/watchdog
+ echo echo still running:
+ echo ps
+ echo lsmod
+ echo sleep 1
+ [ 26 = 24 ]
+ echo install: 26 getting mtd to install...
install: 26 getting mtd to install...
+ echo install: -----------------------------------------------------
install: -----------------------------------------------------
+ ls -l /var/tmp/kernel.image
+ sed -e s/[^0-9]/#/g
+ sed -e s/#\+[0-9]\+#\+\([0-9]\+\).*/\1/
+ kernel_image_size=7524872
+ get_kernel_mtd 7524872 7798784
+ kernel_image_size=7524872
+ kernel_mtd_size=7798784
+ cat+ grep urlader
+ sed -n -e s/mtd[0-9].*: \([^ ]*\) \([^ ]*\) .*/\1/p
 /proc/mtd
+ tmp_size=00020000
+ [ -z 00020000 ]
+ [ -z 00020000 ]
+ bootloader_size=0x00020000
+ cat /proc/mtd
+ grep "jffs2"
+ grep -v Kernel
+ sed -n -e s/mtd[0-9].*: \([^ ]*\) \([^ ]*\) .*/\1/p
+ tmp_size=007e0000
+ [ -z 007e0000 ]
+ jffs2_size=0x007e0000
+ Kernel_without_jffs2_size=-458752
+ kernel_update_start=268566528
+ echo bootloader_size 0x00020000
bootloader_size 0x00020000
+ echo jffs2_size 0x007e0000
jffs2_size 0x007e0000
+ echo Kernel_without_jffs2_size -458752
Kernel_without_jffs2_size -458752
+ echo kernel_image_size 7524872
kernel_image_size 7524872
+ echo kernel_mtd_size 7798784
kernel_mtd_size 7798784
+ echo Kernel_Start_Add=268566528
Kernel_Start_Add=268566528
+ echo Kernel_End_Addr=276091400
Kernel_End_Addr=276091400
+ echo Kernel_without_jffs2_End_Addr=268107776
Kernel_without_jffs2_End_Addr=268107776
+ [ 7524872 -le -458752 ]
+ [ ! 0x007e0000 = 0x0 ]
+ echo install: Image would overlap - jffs2 will be deleted ...
install: Image would overlap - jffs2 will be deleted ...
+ kernel_update_len=7798784
+ return 0
+ echo install: -----------------------------------------------------
install: -----------------------------------------------------
+ echo install: kernel_size=7798784
install: kernel_size=7798784
+ echo install: kernel_update_start=268566528
install: kernel_update_start=268566528
+ echo install: kernel_update_len=7798784
install: kernel_update_len=7798784
+ [ 268566528 = 0 ]
+ echo install: 26 setting files to install...
install: 26 setting files to install...
+ [ -f /var/tmp/kernel.image ]
+ crc_param=1
+ echo install: /var/tmp/kernel.image to start(268566528) size(7798784)
install: /var/tmp/kernel.image to start(268566528) size(7798784)
+ echo update_parameter=flash_update_file0="/var/tmp/kernel.image,268566528,7798
784,crc=1"
+ need_reboot=1
+ [ -f /var/tmp/filesystem.image ]
+ ls -l /var/tmp/filesystem.image
+ sed -e s/#\+[0-9]\+#\+\([0-9]\+\).*/\1/
+ sed -e s/[^0-9]/#/g
+ act_fs_size=0
+ [ 0 -ne 0 ]
+ [ 1 -eq 1 ]
+ echo insmod /var/flash_update.ko $update_parameter
+ echo exit 0
+ chmod +x /var/post_install
+ [ 1 -eq 1 ]
+ [ -f /var/tmp/plugins.update ]
+ [ -d /data ]
+ echo install: attempt to store plugin to buildin flash
install: attempt to store plugin to buildin flash
+ rm -f /data/plugins.update
+ cp /var/tmp/plugins.update /data
+ restartedhost=n
+ [ ! -f /proc/bus/usb/devices ]
+ plugin_list_of_storage_mountpoints_install=
+ mount
+ grep /dev/sd
+ grep type .*fat.* (
+ sed -e s/[ \t]\+type.*$//;s/[ \t]\+on[ \t]\+/,/
+ mountpoint=
+ [ n = y ]
+ [ 1 -eq 1 ]
+ echo install: check for old settings ...
install: check for old settings ...
+ OLD_SETTINGS_FILE=#! /bin/sh major=`grep tffs /proc/devices` tffs_major=${majo
r%%tffs} telnetd -l /sbin/ar7login killall capiotcp_server sleep 5 /usr/bin/capi
otcp_server -p5031 -m3 &
+ [ -f /var/rc.user ]
+ [ -x /var/regelex ]
+ [ -e /var/flash/fx_lcr ]
+ [ -f /etc/default.049/fx_lcr.1und1 ]
+ [ 4 -le 4 ]
+ [ 76 -le 25 ]
+ echo clear_id 95
+ echo clear_id 96
+ [ 1 -eq 1 ]
+ echo set INFO led to blink (modul=7, state=4)
set INFO led to blink (modul=7, state=4)
+ /bin/update_led_on
/bin/update_led_on: line 2: cannot create /var/led: No such device or address
+ exit 1
#

danach im var nachgeschaut

Code:
ls -l auf var

-rwxr-xr-x    1 root     root         2768 Aug 13 19:49 info.txt
-rwxr-xr-x    1 root     root        31184 Aug 13 19:59 install
lrwxrwxrwx    1 root     root           12 Jan  1  2000 led -> /dev/new_led


Edit2:
kann es sein das es doch erfolgreich war? Werde die Box mal restarten.


Edit3:
War nicht erfolgreich. Kein freetz link (wo ist der eigntlich, wenn er denn da ist?) und auch keine Verbindung unter http://fritz.box:81/.....
 
Zuletzt bearbeitet:
Dieser Teil ist interessant...
Code:
testing acceptance for device Fritz_Box_7270 ...
+ /etc/version --install=ur8_8MB_xilinx_4eth_2ab_isdn_nt_te_pots_wlan_usb_host_d
ect_05265
install type not korrekt: ur8_16MB_xilinx_4eth_2ab_isdn_nt_te_pots_wlan_usb_host
_dect_61056
+ echo testing acceptance for device Fritz_Box_7270 done
testing acceptance for device Fritz_Box_7270 done

Welches ist welcher Tyxp? Kommen da V1, V2 und V3 durcheinander irgendwo?
 
Passt doch alles, ansonsten würde folgender Part zuschlagen:
Code:
if [ $korrekt_version = 0 ] ; then
    echo "error: installype not korrket"
Aber soweit kommt es ja gar nicht, weil das Image nicht korrekt auf der Box entpackt wird.

MfG Oliver
 
Status
Für weitere Antworten geschlossen.

Zurzeit aktive Besucher

Statistik des Forums

Themen
245,013
Beiträge
2,222,741
Mitglieder
371,783
Neuestes Mitglied
RWDC
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.