Until the 7490's arrived I have always been fighting the small space available.
On all Fritzboxes I need the Zabbix agent.
This forces me to remove parts of the software, but this is not enough for the 7390.
Since Sierra arrived I can't use Windows Server's PPTP and I'm forced to use the Fritz!box IPSEC. So I stopped removing the VPN-module
Only recently I added the package stunnel and this is too much.
Although it only needs 150 KB, it is just not available and I can't get a flashable firmware for the 7390.
With ncdu I started going through /home/freetz/trunk/build/modified/filesystem/ and noticed some "large" files in /etc/default.Fritz_Box_7390/avme
Because these tars will be compressed later I need to remove more than a Megabyte to reach that 150 KB I need.
If I could remove some of these files:
I assume the providers-031.tar is for "the Netherlands" where I come from and my boxes are intended to be used there.
I modified fwmod_custom and now I have enough space left...
Well... actually... it's a snug fit (0 bytes left)
I think I will take the chance to flash this on a box....
I would appreciate it if a developer could chime in and tell me it's OK....
On all Fritzboxes I need the Zabbix agent.
This forces me to remove parts of the software, but this is not enough for the 7390.
Since Sierra arrived I can't use Windows Server's PPTP and I'm forced to use the Fritz!box IPSEC. So I stopped removing the VPN-module
Only recently I added the package stunnel and this is too much.
Although it only needs 150 KB, it is just not available and I can't get a flashable firmware for the 7390.
With ncdu I started going through /home/freetz/trunk/build/modified/filesystem/ and noticed some "large" files in /etc/default.Fritz_Box_7390/avme
Because these tars will be compressed later I need to remove more than a Megabyte to reach that 150 KB I need.
If I could remove some of these files:
Code:
616.0KiB [##########] providers-0352.tar
484.0KiB [####### ] providers-049.tar
344.0KiB [##### ] providers-031.tar
176.0KiB [## ] providers-039.tar
176.0KiB [## ] providers-0385.tar
164.0KiB [## ] providers-043.tar
164.0KiB [## ] providers-032.tar
156.0KiB [## ] providers-064.tar
I assume the providers-031.tar is for "the Netherlands" where I come from and my boxes are intended to be used there.
I modified fwmod_custom and now I have enough space left...
Well... actually... it's a snug fit (0 bytes left)
Code:
all() {
dummy=0
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-0352.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-049.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-039.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-0385.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-043.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-032.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-064.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-0264.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-0357.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-041.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-0372.tar
rm ./filesystem/etc/default.Fritz_Box_7390/avme/providers-061.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-0352.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-049.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-039.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-043.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-0385.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-032.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-064.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-0264.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-0357.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-041.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-0372.tar
ln -s providers-031.tar ./filesystem/etc/default.Fritz_Box_7390/avme/providers-061.tar
}
I think I will take the chance to flash this on a box....
I would appreciate it if a developer could chime in and tell me it's OK....
Code:
merging kernel image
kernel image size: 14.9 MB, max 14.9 MB, free 0.0 MB (15360 bytes)
WARNING: Not enough free flash space for answering machine!
adding checksum to kernel.image
packing images/7390_06.83-freetz-devel-14382M.en_20170811-145733.image
image file size: 18.2 MB
done.
Zuletzt bearbeitet: