Skip to content

Commit

Permalink
Adding 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pocopico committed May 3, 2023
1 parent 6e6dd7c commit 6976ba9
Show file tree
Hide file tree
Showing 11 changed files with 248 additions and 169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.0.1/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.0.1/ramdisk-003-post-init-script.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-005-disable-disabled-ports.patch"

"@@@COMMON@@@/ramdisk-004-network-hosts.patch"
]
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,113 +19,127 @@
}
},

"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-dav3221-42218-ramdisk-and-header.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.0.1/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.0.1/ramdisk-003-post-init-script.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch"
]
},
"synoinfo": {
"maxdisks": "24",
"support_bde_internal_10g": "no",
"support_disk_compatibility": "no",
"supportraidgroup": "no",
"support_syno_hybrid_raid": "yes",
"internalportcfg": "0xfffff",
"SasIdxMap": "0",
"esataportcfg": "0x00",
"rss_server": "http://example.com/null.xml",
"rss_server_ssl": "https://example.com/null.xml",
"small_info_path": "https://example.com/null",
"rss_server_v2": "https://example.com/autoupdate/v2/getList",
"security_version_server": "https://example.com/smallupdate",
"updateurl": "http://example.com/",
"update_server": "http://example.com/",
"update_server_ssl": "https//example.com/",
"myds_region_api_base_url": "https://example.com"
},
"grub": {
"template": "@@@COMMON@@@/grub-template.conf",
"base_cmdline": {
"sn": "",
"vid": "0x46f4",
"pid": "0x0001",
"SataPortMap": "1",
"DiskIdxMap": "0",
"mac1": "",
"netif_num": 1,
"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-dav3221-42218-ramdisk-and-header.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.0.1/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.0.1/ramdisk-003-post-init-script.patch"
]
},
"synoinfo": {
"support_bde_internal_10g": "no",
"support_disk_compatibility": "no"
},
"grub": {
"template": "@@@COMMON@@@/grub-template.conf",
"base_cmdline": {
"sn": "",
"vid": "0x46f4",
"pid": "0x0001",
"mac1": "",
"netif_num": 1,

"syno_hw_version": "DVA3221",
"syno_hdd_powerup_seq": 0,
"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 DVA3221 v7.0.1-42218 Beta (USB, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos1)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
"initrd /rd.gz /custom.gz",
"echo Starting kernel with USB boot"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"log_buf_len": "32M"
}
},
"RedPill DVA3221 v7.0.1-42218 Beta (SATA, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos1)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
"initrd /rd.gz /custom.gz",
"echo Starting kernel with SATA boot"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"synoboot_satadom": 2,
"log_buf_len": "32M"
}
}
"syno_hw_version": "DVA3221",
"syno_hdd_powerup_seq": 0,
"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": {
"Jun’s Mod × RedPill DVA3221 v7.0.1-42218 (USB, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos2)",
"echo Loading Linux...",
"linux /bzImage @@@CMDLINE@@@",
"echo Starting kernel with USB boot",
"echo Thanks jumkey hard work"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"log_buf_len": "32M"
}
},
"Jun`s Mod x RedPill DVA3221 v7.0.1-42218 (SATA, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos2)",
"echo Loading Linux...",
"linux /bzImage @@@CMDLINE@@@",
"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"
}
},
"Jun’s Mod × RedPill DVA3221 v7.0.1-42218 (USB, Verbose, Re-Install DSM)": {
"options": [
"savedefault",
"set root=(hd0,msdos2)",
"echo Loading Linux...",
"linux /bzImage @@@CMDLINE@@@",
"echo Starting kernel with USB boot",
"echo Thanks jumkey hard work"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"log_buf_len": "32M",
"force_junior": null
}
},
"Jun`s Mod x RedPill DVA3221 v7.0.1-42218 (SATA, Verbose, Re-Install DSM)": {
"options": [
"savedefault",
"set root=(hd0,msdos2)",
"echo Loading Linux...",
"linux /bzImage @@@CMDLINE@@@",
"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",
"force_junior": null
}
}
}
},
"extra": {
"compress_rd": false,
"ramdisk_copy": {
"@@@EXT@@@/rp-lkm/redpill-linux-v4.4.180+.ko": "usr/lib/modules/rp.ko",
"@@@COMMON@@@/iosched-trampoline.sh": "usr/sbin/modprobe"
},
"extra": {
"compress_rd": false,
"ramdisk_copy": {
"@@@EXT@@@/rp-lkm/redpill-linux-v4.4.180+.ko": "usr/lib/modules/rp.ko",
"@@@COMMON@@@/iosched-trampoline.sh": "usr/sbin/modprobe"
},
"bootp1_copy": {
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
"@@@COMMON@@@/EFI/boot/SynoBootLoader.conf": "EFI/BOOT/",
"@@@COMMON@@@/EFI/boot/SynoBootLoader.efi": "EFI/BOOT/"
},
"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"
}
"bootp1_copy": {
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
"@@@COMMON@@@/EFI/boot/SynoBootLoader.conf": "EFI/BOOT/",
"@@@COMMON@@@/EFI/boot/SynoBootLoader.efi": "EFI/BOOT/"
},
"bootp2_copy": {
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
"@@@COMMON@@@/EFI": "EFI",
"@@@COMMON@@@/bzImage": "bzImage",
"@@@PAT@@@/grub_cksum.syno": "grub_cksum.syno",
"@@@PAT@@@/rd.gz": "rd.gz",
"@@@PAT@@@/zImage": "zImage"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"earlycon": "uart8250,io,0x3f8,115200n8"
},
"menu_entries": {
"RedPill DVA3221 v7.1.0-42661 Beta (USB, Verbose)": {
"RedPill DVA3221 v7.1.0-42661 (USB, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos1)",
"set root=(hd0,msdos3)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
Expand All @@ -90,10 +90,10 @@
"log_buf_len": "32M"
}
},
"RedPill DVA3221 v7.1.0-42661 Beta (SATA, Verbose)": {
"RedPill DVA3221 v7.1.0-42661 (SATA, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos1)",
"set root=(hd0,msdos3)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
Expand All @@ -103,10 +103,45 @@
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"synoboot_satadom": 2,
"synoboot_satadom": 3,
"log_buf_len": "32M"
}
}
},
"RedPill DVA3221 v7.1.0-42661 (USB, Verbose, Re-Install DSM)": {
"options": [
"savedefault",
"set root=(hd0,msdos3)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
"initrd /rd.gz /custom.gz",
"echo Starting kernel with USB boot"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"log_buf_len": "32M",
"force_junior": null
}
},
"RedPill DVA3221 v7.1.0-42661 (SATA, Verbose, Re-Install DSM)": {
"options": [
"savedefault",
"set root=(hd0,msdos3)",
"echo Loading Linux...",
"linux /zImage @@@CMDLINE@@@",
"echo Loading initramfs...",
"initrd /rd.gz /custom.gz",
"echo Starting kernel with SATA boot"
],
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"synoboot_satadom": 3,
"log_buf_len": "32M",
"force_junior": null
}
}
}
},
"extra": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.1.1/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.1.1/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch"
"@@@COMMON@@@/ramdisk-004-network-hosts.patch"
]
},
"synoinfo": {
Expand All @@ -40,15 +40,11 @@
"internalportcfg": "0xfffff",
"SasIdxMap": "0",
"esataportcfg": "0x00",
"rss_server": "http://example.com/null.xml",
"rss_server_ssl": "https://example.com/null.xml",
"small_info_path": "https://example.com/null",
"rss_server_v2": "https://example.com/autoupdate/v2/getList",
"security_version_server": "https://example.com/smallupdate",
"updateurl": "http://example.com/",
"update_server": "http://example.com/",
"update_server_ssl": "https//example.com/",
"myds_region_api_base_url": "https://example.com"
"rss_server": "https://raw.githubusercontent.com/pocopico/redpill-load/develop/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/pocopico/redpill-load/develop/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/pocopico/redpill-load/develop/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},
"grub": {
"template": "@@@COMMON@@@/grub-template.conf",
Expand All @@ -74,7 +70,7 @@
"earlycon": "uart8250,io,0x3f8,115200n8"
},
"menu_entries": {
"RedPill DVA3221 v7.1.1-42962 Beta (USB, Verbose)": {
"RedPill DVA3221 v7.1.1-42962 (USB, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos1)",
Expand All @@ -90,7 +86,7 @@
"log_buf_len": "32M"
}
},
"RedPill DVA3221 v7.1.1-42962 Beta (SATA, Verbose)": {
"RedPill DVA3221 v7.1.1-42962 (SATA, Verbose)": {
"options": [
"savedefault",
"set root=(hd0,msdos1)",
Expand All @@ -103,7 +99,7 @@
"cmdline": {
"earlyprintk": null,
"loglevel": 15,
"synoboot_satadom": 2,
"synoboot_satadom": 2,
"log_buf_len": "32M"
}
}
Expand Down
Loading

0 comments on commit 6976ba9

Please sign in to comment.