Skip to content

modfs

Compare
Choose a tag to compare
@PeterPawn PeterPawn released this 09 Jun 17:27
· 295 commits to master since this release
f04085b

Enhancements

  • added openssl binary to be able to download from GitHub repository in conjunction with the already present busybox binary with HTTPS support for the wget applet
  • added some stub code to implement firmware signature checks on images downloaded from vendor's FTP server and/or for extension packages from this repo (will be provided sometimes in the future)
  • add an option to copy additional files to the yaffs2 partition on target system after the partition was initialized during "modfs" operation
  • add a new modification to stop swap to files and/or partitions while stopping the USB subsystem or ejecting a single device
  • add a new modification to implement "custom packages" as firmware extensions on-the-fly, which don't need additional SquashFS modifications (http://www.ip-phone-forum.de/showthread.php?t=273304&p=2156232&viewfull=1#post2156232 - german explanation)

Bugfixes

  • typo in "little" -> #18
  • some corrections in conjunction with "E99-custom" from "mod_custom_images"