Skip to content

Commit e85da7f

Browse files
committed
Merge
2 parents a20ec37 + 8aea493 commit e85da7f

File tree

15 files changed

+892
-15
lines changed

15 files changed

+892
-15
lines changed

config/DS1621+/7.1.0-42661/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"os": {
33
"id": "ds1621p_42661",
4-
"pat_url": "https://global.download.synology.com/download/DSM/release/7.1/42661/DSM_DS1621%2B_42661.pat",
5-
"sha256": "f23d6a74c90bf2184fb7b25c0f55169478fba04927b4ca7b81754cc2d4eee27a"
4+
"pat_url": "https://global.download.synology.com/download/DSM/release/7.1/42661-1/DSM_DS1621%2B_42661.pat",
5+
"sha256": "381077302a89398a9fb5ec516217578d6f33b0219fe95135e80fd93cddbf88c4"
66
},
77

88
"files": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
{
2+
"os": {
3+
"id": "ds1621p_42661",
4+
"pat_url": "https://global.download.synology.com/download/DSM/release/7.1/42661/DSM_DS1621%2B_42661.pat",
5+
"sha256": "f23d6a74c90bf2184fb7b25c0f55169478fba04927b4ca7b81754cc2d4eee27a"
6+
},
7+
8+
"files": {
9+
"zlinux": {
10+
"name": "zImage",
11+
"sha256": "d939b5937be00a644aae64c33633619a7c310433e60a515c77bbef00b0a7e6b6"
12+
},
13+
"ramdisk": {
14+
"name": "rd.gz",
15+
"sha256": "8fd5eb40fb088af97d3beee85b6275c2ceb368b08453eb5a5d00d42cc7d578d1"
16+
},
17+
"vmlinux": {
18+
"sha256": "2df11d9f0b383da1eb34606770e55391f974f9cbc096127fe6a821ecd644e05a"
19+
}
20+
},
21+
22+
"patches": {
23+
"zlinux": [
24+
"zImage-001-1621p-42661-ramdisk-and-flag-NOP.bsp"
25+
],
26+
"ramdisk": [
27+
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
28+
"@@@COMMON@@@/v7.0.1/ramdisk-002-init-script.patch",
29+
"@@@COMMON@@@/v7.0.1/ramdisk-003-post-init-script.patch"
30+
]
31+
},
32+
33+
"synoinfo": {
34+
"rss_server": "http://example.com/autoupdate/genRSS.php",
35+
"rss_server_ssl": "https://example.com/autoupdate/genRSS.php",
36+
"small_info_path": "https://example.com/smallupdate",
37+
"updateurl": "http://example.com/",
38+
"myds_region_api_base_url": "https://example.com/"
39+
},
40+
41+
"grub": {
42+
"template": "@@@COMMON@@@/grub-template.conf",
43+
"base_cmdline": {
44+
"sn": "",
45+
"vid": "0x46f4",
46+
"pid": "0x0001",
47+
"mac1": "",
48+
"netif_num": 1,
49+
50+
"syno_hw_version": "DS1621+",
51+
"SMBusHddDynamicPower": 1,
52+
"vender_format_version": 2,
53+
"console": "ttyS0,115200n8",
54+
"synoboot2": null,
55+
"elevator": "elevator",
56+
"syno_ttyS0": "serial,0x3f8",
57+
"syno_ttyS1": "serial,0x2f8",
58+
"root": "/dev/md0",
59+
"earlycon": "uart8250,io,0x3f8,115200n8"
60+
},
61+
62+
"menu_entries": {
63+
"RedPill DS1621+ v7.1.0-42661 (USB, Verbose)": {
64+
"options": [
65+
"savedefault",
66+
"set root=(hd0,msdos1)",
67+
"echo Loading Linux...",
68+
"linux /zImage @@@CMDLINE@@@",
69+
"echo Loading initramfs...",
70+
"initrd /rd.gz /custom.gz",
71+
"echo Starting kernel with USB boot"
72+
],
73+
"cmdline": {
74+
"earlyprintk": null,
75+
"loglevel": 15,
76+
"log_buf_len": "32M"
77+
}
78+
},
79+
"RedPill DS1621+ v7.1.0-42661 (SATA, Verbose)": {
80+
"options": [
81+
"savedefault",
82+
"set root=(hd0,msdos1)",
83+
"echo Loading Linux...",
84+
"linux /zImage @@@CMDLINE@@@",
85+
"echo Loading initramfs...",
86+
"initrd /rd.gz /custom.gz",
87+
"echo Starting kernel with SATA boot",
88+
"echo WARNING: SATA boot support on this platform is experimental!"
89+
],
90+
"cmdline": {
91+
"earlyprintk": null,
92+
"loglevel": 15,
93+
"synoboot_satadom": 2,
94+
"log_buf_len": "32M"
95+
}
96+
}
97+
}
98+
},
99+
100+
"extra": {
101+
"compress_rd": false,
102+
"ramdisk_copy": {
103+
"@@@EXT@@@/rp-lkm/redpill-linux-v4.4.180+.ko": "usr/lib/modules/rp.ko",
104+
"@@@COMMON@@@/iosched-trampoline.sh": "usr/sbin/modprobe"
105+
},
106+
"bootp1_copy": {
107+
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
108+
"@@@COMMON@@@/EFI/boot/SynoBootLoader.conf": "EFI/BOOT/",
109+
"@@@COMMON@@@/EFI/boot/SynoBootLoader.efi": "EFI/BOOT/"
110+
},
111+
"bootp2_copy": {
112+
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
113+
"@@@COMMON@@@/EFI": "EFI",
114+
"@@@PAT@@@/grub_cksum.syno": "grub_cksum.syno",
115+
"@@@PAT@@@/rd.gz": "rd.gz",
116+
"@@@PAT@@@/zImage": "zImage"
117+
}
118+
}
119+
}
120+

config/DS3615xs/7.1.0-42661/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"os": {
33
"id": "ds3615xs_42661",
4-
"pat_url": "https://global.download.synology.com/download/DSM/release/7.1/42661/DSM_DS3615xs_42661.pat",
5-
"sha256": "e5b708c9340219f657b2eaf6c0fc1c375613c7d4661e185e25bb6deb8aba32d8"
4+
"pat_url": "https://global.download.synology.com/download/DSM/release/7.1/42661-1/DSM_DS3615xs_42661.pat",
5+
"sha256": "1e95d8c63981bcf42ea2eaedfbc7acc4248ff16d129344453b7479953f9ad145"
66
},
77

88
"files": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
{
2+
"os": {
3+
"id": "ds3615xs_42661",
4+
"pat_url": "https://global.download.synology.com/download/DSM/release/7.1/42661/DSM_DS3615xs_42661.pat",
5+
"sha256": "e5b708c9340219f657b2eaf6c0fc1c375613c7d4661e185e25bb6deb8aba32d8"
6+
},
7+
8+
"files": {
9+
"zlinux": {
10+
"name": "zImage",
11+
"sha256": "3017542c92232cb5477b0e11d82d708a9909320350b1740aab58359e85f82351"
12+
},
13+
"ramdisk": {
14+
"name": "rd.gz",
15+
"sha256": "8ee5df65bcfd25c3d1999262153dcff625714d98789bc8065e217773f8d070d8"
16+
},
17+
"vmlinux": {
18+
"sha256": "ad4f98ed70ef9e69221630ef360713713861402befe8485907353b285a5401cc"
19+
}
20+
},
21+
22+
"patches": {
23+
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
24+
"zlinux": [
25+
"zImage-001-3615xs-42661-ramdisk-and-header.bsp"
26+
],
27+
"ramdisk": [
28+
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
29+
"@@@COMMON@@@/v7.0.1/ramdisk-002-init-script.patch",
30+
"@@@COMMON@@@/v7.0.1/ramdisk-003-post-init-script.patch"
31+
]
32+
},
33+
"synoinfo": {
34+
"maxdisks": "15",
35+
"internalportcfg": "0x78FF",
36+
"esataportcfg": "0x0",
37+
"usbportcfg": "0x8700",
38+
"rss_server": "http://example.com/null.xml",
39+
"rss_server_ssl": "https://example.com/null.xml",
40+
"small_info_path": "https://example.com/null",
41+
"updateurl": "http://example.com/",
42+
"myds_region_api_base_url": "https://example.com"
43+
},
44+
"grub": {
45+
"template": "@@@COMMON@@@/grub-template.conf",
46+
"base_cmdline": {
47+
"sn": "",
48+
"vid": "0x46f4",
49+
"pid": "0x0001",
50+
"mac1": "",
51+
"netif_num": 1,
52+
53+
"syno_hw_version": "DS3615xs",
54+
"syno_hdd_powerup_seq": 0,
55+
"HddHotplug": 0,
56+
"vender_format_version": 2,
57+
"console": "ttyS0,115200n8",
58+
"withefi": null,
59+
"elevator": "elevator",
60+
"syno_port_thaw": 1,
61+
"syno_hdd_detect": 0,
62+
"root": "/dev/md0",
63+
"earlycon": "uart8250,io,0x3f8,115200n8"
64+
},
65+
"menu_entries": {
66+
"RedPill DS3615xs v7.1.0-42661 (USB, Verbose)": {
67+
"options": [
68+
"savedefault",
69+
"set root=(hd0,msdos1)",
70+
"echo Loading Linux...",
71+
"linux /zImage @@@CMDLINE@@@",
72+
"echo Loading initramfs...",
73+
"initrd /rd.gz /custom.gz",
74+
"echo Starting kernel with USB boot"
75+
],
76+
"cmdline": {
77+
"earlyprintk": null,
78+
"loglevel": 15,
79+
"log_buf_len": "32M"
80+
}
81+
},
82+
"RedPill DS3615xs v7.1.0-42661 (SATA, Verbose)": {
83+
"options": [
84+
"savedefault",
85+
"set root=(hd0,msdos1)",
86+
"echo Loading Linux...",
87+
"linux /zImage @@@CMDLINE@@@",
88+
"echo Loading initramfs...",
89+
"initrd /rd.gz /custom.gz",
90+
"echo Starting kernel with SATA boot"
91+
],
92+
"cmdline": {
93+
"earlyprintk": null,
94+
"loglevel": 15,
95+
"synoboot_satadom": 1,
96+
"log_buf_len": "32M"
97+
}
98+
}
99+
}
100+
},
101+
"extra": {
102+
"compress_rd": false,
103+
"ramdisk_copy": {
104+
"@@@EXT@@@/rp-lkm/redpill-linux-v3.10.108.ko": "usr/lib/modules/rp.ko",
105+
"@@@COMMON@@@/iosched-trampoline.sh": "usr/sbin/modprobe"
106+
},
107+
"bootp1_copy": {
108+
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
109+
"@@@COMMON@@@/EFI/boot/SynoBootLoader.conf": "EFI/BOOT/",
110+
"@@@COMMON@@@/EFI/boot/SynoBootLoader.efi": "EFI/BOOT/"
111+
},
112+
"bootp2_copy": {
113+
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
114+
"@@@COMMON@@@/EFI": "EFI",
115+
"@@@PAT@@@/grub_cksum.syno": "grub_cksum.syno",
116+
"@@@PAT@@@/rd.gz": "rd.gz",
117+
"@@@PAT@@@/zImage": "zImage"
118+
}
119+
}
120+
}
121+

config/DS3617xs/7.1.0-42661/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{
33
"os": {
44
"id": "ds3617xs_42661",
5-
"pat_url": "https://global.download.synology.com/download/DSM/release/7.1/42661/DSM_DS3617xs_42661.pat",
6-
"sha256": "f298acd7c763b680ecfde0edf729cf355c52574ffb3045a5a0a79493889bfb43"
5+
"pat_url": "https://global.download.synology.com/download/DSM/release/7.1/42661-1/DSM_DS3617xs_42661.pat",
6+
"sha256": "0a5a243109098587569ab4153923f30025419740fb07d0ea856b06917247ab5c"
77
},
88

99
"files": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
2+
{
3+
"os": {
4+
"id": "ds3617xs_42661",
5+
"pat_url": "https://global.download.synology.com/download/DSM/release/7.1/42661/DSM_DS3617xs_42661.pat",
6+
"sha256": "f298acd7c763b680ecfde0edf729cf355c52574ffb3045a5a0a79493889bfb43"
7+
},
8+
9+
"files": {
10+
"zlinux": {
11+
"name": "zImage",
12+
"sha256": "9598f66b75e5b303e571241696e02fe7c0add80f13564f8c6b8c0daaf3cb3018"
13+
},
14+
"ramdisk": {
15+
"name": "rd.gz",
16+
"sha256": "da3c2a170fea24052d817cbc4bb5b610a5b05288758d746b60a294ed614239fb"
17+
},
18+
"vmlinux": {
19+
"sha256": "66283dbcf093a8aa29532b8dd24c71c2b78052194ad3bd4e5352cef0247037a1"
20+
}
21+
},
22+
23+
"patches": {
24+
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
25+
"zlinux": [
26+
"zImage-001-3617xs-42661-ramdisk-and-header.bsp"
27+
],
28+
"ramdisk": [
29+
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
30+
"@@@COMMON@@@/ramdisk-002-init-script-NEW-name.patch",
31+
"@@@COMMON@@@/ramdisk-003-post-init-script-UPPER.patch"
32+
]
33+
},
34+
"synoinfo": {
35+
"maxdisks": "15",
36+
"internalportcfg": "0x78FF",
37+
"esataportcfg": "0x0",
38+
"usbportcfg": "0x8700",
39+
"rss_server": "http://example.com/null.xml",
40+
"rss_server_ssl": "https://example.com/null.xml",
41+
"small_info_path": "https://example.com/null",
42+
"updateurl": "http://example.com/",
43+
"myds_region_api_base_url": "https://example.com"
44+
},
45+
"grub": {
46+
"template": "@@@COMMON@@@/grub-template.conf",
47+
"base_cmdline": {
48+
"sn": "",
49+
"vid": "0x46f4",
50+
"pid": "0x0001",
51+
"mac1": "",
52+
"netif_num": 1,
53+
54+
"syno_hw_version": "DS3617xs",
55+
"syno_hdd_powerup_seq": 0,
56+
"HddHotplug": 0,
57+
"vender_format_version": 2,
58+
"console": "ttyS0,115200n8",
59+
"withefi": null,
60+
"elevator": "elevator",
61+
"syno_port_thaw": 1,
62+
"syno_hdd_detect": 0,
63+
"root": "/dev/md0",
64+
"earlycon": "uart8250,io,0x3f8,115200n8"
65+
},
66+
"menu_entries": {
67+
"RedPill DS3617xs v7.1-42661 Beta (USB, Verbose)": {
68+
"options": [
69+
"savedefault",
70+
"set root=(hd0,msdos1)",
71+
"echo Loading Linux...",
72+
"linux /zImage @@@CMDLINE@@@",
73+
"echo Loading initramfs...",
74+
"initrd /rd.gz /custom.gz",
75+
"echo Starting kernel with USB boot"
76+
],
77+
"cmdline": {
78+
"earlyprintk": null,
79+
"loglevel": 15,
80+
"log_buf_len": "32M"
81+
}
82+
},
83+
"RedPill DS3617xs v7.1-42661 Beta (SATA, Verbose)": {
84+
"options": [
85+
"savedefault",
86+
"set root=(hd0,msdos1)",
87+
"echo Loading Linux...",
88+
"linux /zImage @@@CMDLINE@@@",
89+
"echo Loading initramfs...",
90+
"initrd /rd.gz /custom.gz",
91+
"echo Starting kernel with SATA boot"
92+
],
93+
"cmdline": {
94+
"earlyprintk": null,
95+
"loglevel": 15,
96+
"synoboot_satadom": 1,
97+
"log_buf_len": "32M"
98+
}
99+
}
100+
}
101+
},
102+
"extra": {
103+
"compress_rd": false,
104+
"ramdisk_copy": {
105+
"@@@EXT@@@/rp-lkm/redpill-linux-v4.4.180+.ko": "usr/lib/modules/rp.ko",
106+
"@@@COMMON@@@/iosched-trampoline.sh": "usr/sbin/modprobe"
107+
},
108+
"bootp1_copy": {
109+
"@@@PAT@@@/GRUB_VER": "GRUB_VER"
110+
},
111+
"bootp2_copy": {
112+
"@@@PAT@@@/GRUB_VER": "GRUB_VER",
113+
"@@@PAT@@@/grub_cksum.syno": "grub_cksum.syno",
114+
"@@@PAT@@@/rd.gz": "rd.gz",
115+
"@@@PAT@@@/zImage": "zImage"
116+
}
117+
}
118+
}

0 commit comments

Comments
 (0)