sw-description 327 B

12345678910111213141516171819202122
  1. software =
  2. {
  3. version = "2.2.0";
  4. hardware-compatibility = [ "#RE:^Rev\.[D-F]$" ];
  5. images: (
  6. {
  7. filename = "rootfs.ext2.gz";
  8. device = "/dev/mmcblk0p2";
  9. type = "raw";
  10. installed-directly = true;
  11. compressed = "zlib";
  12. }
  13. );
  14. scripts: (
  15. {
  16. filename = "update_partition";
  17. type = "shellscript";
  18. }
  19. );
  20. }