Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 134 additions & 0 deletions config/DS1621+/7.0.1-42218/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
{
"os": {
"id": "ds1621+_42218",
"pat_url": "https://global.download.synology.com/download/DSM/release/7.0.1/42218/DSM_DS1621%2B_42218.pat",
"sha256": "9f289a54b4938bb7cdaa3160df69f11d1e24ceb9ce9e93c7aee573b966b6c986"
},

"files": {
"zlinux": {
"name": "zImage",
"sha256": "cd05fe04c30c8e5cb7f7668ebed3aa4fe1244d26e62a48b743436ea78f8c876d"
},
"ramdisk": {
"name": "rd.gz",
"sha256": "d337c61c2367a80abb64d33fc4fe6ac007a9f4b8a9ff6c0ef98e84702903ac9c"
},
"vmlinux": {
"sha256": "527b62154db8072f8abf216e3fbdda4e16d3b6f08d71ba507ac6ac741b0b9a1a"
}
},

"patches": {
"zlinux": [
"zImage-001-918p-41890-ramdisk-and-flag-NOP.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7/ramdisk-002-NEW-init-script.patch",
"@@@COMMON@@@/v7/ramdisk-003-post-init-script.patch"
]
},

"synoinfo": {
"maxdisks": "6",
"internalportcfg": "0x3f",
"esataportcfg": "0xc0",
"HddHotplug": "",
"support_led_brightness_adjustment": "",
"support_leds_lp3943": "",
"buzzeroffen": "0xffff",
"rss_server": "http://example.com/null.xml",
"rss_server_ssl": "https://example.com/null.xml",
"small_info_path": "https://example.com/null",
"updateurl": "http://example.com/",
"myds_region_api_base_url": "https://example.com"
},

"grub": {
"template": "@@@COMMON@@@/grub-template.conf",
"base_cmdline": {
"sn": "",
"vid": "0x46f4",
"pid": "0x0001",
"mac1": "",
"netif_num": 1,

"syno_hw_version": "DS1621+",
"syno_hdd_powerup_seq": 1,
"HddHotplug": 0,
"vender_format_version": 2,
"console": "ttyS0,115200n8",
"withefi": null,
"elevator": "elevator",
"syno_port_thaw": 1,
"syno_hdd_detect": 0,
"root": "/dev/md0",
"earlycon": "uart8250,io,0x3f8,115200n8"
},

"menu_entries": {
"RedPill DS918+ v7.0.1-42218 (USB, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos1)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
"initrd /rd.gz",
"echo Starting kernel with USB boot"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"log_buf_len": "32M"
}
},
"RedPill DS918+ v7.0.1-42218 (SATA, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos1)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
"initrd /rd.gz",
"echo Starting kernel with SATA boot",
"echo WARNING: SATA boot support on this platform is experimental!"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"synoboot_satadom": 2,
"log_buf_len": "32M"
}
}
}
},

"extra": {
"compress_rd": false,
"ramdisk_copy": {
"@@@EXT@@@/rp-lkm/redpill-linux-v4.4.180+.ko": "usr/lib/modules/rp.ko",
"@@@COMMON@@@/iosched-trampoline.sh": "sbin/modprobe",
"@@@EXT@@@/virtio-4.4.180+/virtio.ko": "lib/modules/",
"@@@EXT@@@/virtio-4.4.180+/virtio_ring.ko": "lib/modules/",
"@@@EXT@@@/virtio-4.4.180+/virtio_pci.ko": "lib/modules/",
"@@@EXT@@@/virtio-4.4.180+/virtio_blk.ko": "lib/modules/",
"@@@EXT@@@/virtio-4.4.180+/virtio_net.ko": "lib/modules/",
"@@@EXT@@@/virtio-4.4.180+/virtio_scsi.ko": "lib/modules/",
"@@@EXT@@@/virtio-4.4.180+/virtio_console.ko": "lib/modules/"
},
"bootp1_copy": {
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
"@@@COMMON@@@/EFI": "EFI"
},
"bootp2_copy": {
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
"@@@COMMON@@@/EFI": "EFI",
"@@@PAT@@@/grub_cksum.syno": "grub_cksum.syno",
"@@@PAT@@@/rd.gz": "rd.gz",
"@@@PAT@@@/zImage": "zImage"
}
}
}