Added new configs

This commit is contained in:
pocopico
2023-05-23 14:54:20 +03:00
parent c86032bcad
commit 8659798921
30 changed files with 76 additions and 76 deletions

View File

@ -25,7 +25,7 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-005-disable-disabled-ports.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
@ -35,12 +35,12 @@
"internalportcfg": "0xffff",
"esataportcfg": "0x0",
"buzzeroffen": "0xffff",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
}
},
"grub": {
"template": "@@@COMMON@@@/grub-template.conf",
"base_cmdline": {

View File

@ -25,7 +25,7 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
},
@ -37,9 +37,9 @@
"support_led_brightness_adjustment": "",
"support_leds_lp3943": "",
"buzzeroffen": "0xffff",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -25,14 +25,14 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
},
"synoinfo": {
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},
@ -53,7 +53,7 @@
"syno_ttyS0": "serial,0x3f8",
"syno_ttyS1": "serial,0x2f8",
"root": "/dev/md0",
"withefi": null,
"withefi": null,
"earlycon": "uart8250,io,0x3f8,115200n8"
},
"menu_entries": {

View File

@ -20,13 +20,13 @@
"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-1621xsp-64561-ramdisk-and-header.bsp"
"zImage-001-1621xsp-64561-ramdisk-and-flag-NOP.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-005-disable-disabled-ports.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
@ -38,9 +38,9 @@
"internalportcfg": "0xfffff",
"SasIdxMap": "0",
"esataportcfg": "0x00",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -29,9 +29,9 @@
]
},
"synoinfo": {
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -20,13 +20,13 @@
"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-3617xs-64561-ramdisk-and-header.bsp"
"zImage-001-3617xs-64561-ramdisk-and-flag-NOP.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-005-disable-disabled-ports.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
@ -36,9 +36,9 @@
"internalportcfg": "0x78FF",
"esataportcfg": "0x0",
"usbportcfg": "0x8700",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -20,13 +20,13 @@
"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-3622xs+-64561-ramdisk-and-header.bsp"
"zImage-001-3622xsp-64561-ramdisk-and-flag-NOP.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-005-disable-disabled-ports.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
@ -38,9 +38,9 @@
"internalportcfg": "0xfffff",
"SasIdxMap": "0",
"esataportcfg": "0x00",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -25,14 +25,14 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
},
"synoinfo": {
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},
@ -53,7 +53,7 @@
"syno_ttyS0": "serial,0x3f8",
"syno_ttyS1": "serial,0x2f8",
"root": "/dev/md0",
"withefi": null,
"withefi": null,
"earlycon": "uart8250,io,0x3f8,115200n8"
},
"menu_entries": {

View File

@ -25,7 +25,7 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-005-disable-disabled-ports.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
@ -35,9 +35,9 @@
"internalportcfg": "0xffff",
"esataportcfg": "0x0",
"buzzeroffen": "0xffff",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -25,7 +25,7 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
},
@ -34,9 +34,9 @@
"internalportcfg": "0xffff",
"esataportcfg": "0x0",
"buzzeroffen": "0xffff",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -25,14 +25,14 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
},
"synoinfo": {
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -25,7 +25,7 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
},
@ -34,9 +34,9 @@
"internalportcfg": "0xffff",
"esataportcfg": "0x0",
"buzzeroffen": "0xffff",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -20,13 +20,13 @@
"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-dva3219-64561-ramdisk-and-header.bsp"
"zImage-001-dva3219-64561-ramdisk-and-flag-NOP.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
},
@ -39,9 +39,9 @@
"internalportcfg": "0xfffff",
"SasIdxMap": "0",
"esataportcfg": "0x00",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -20,13 +20,13 @@
"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-dva3221-64561-ramdisk-and-header.bsp"
"zImage-001-dva3221-64561-ramdisk-and-flag-NOP.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
},
@ -39,9 +39,9 @@
"internalportcfg": "0xfffff",
"SasIdxMap": "0",
"esataportcfg": "0x00",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -25,14 +25,14 @@
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
},
"synoinfo": {
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -20,7 +20,7 @@
"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-3618xs-64561-ramdisk-and-header.bsp"
"zImage-001-3618xs-64561-ramdisk-and-flag-NOP.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
@ -36,9 +36,9 @@
"internalportcfg": "0xfffff",
"SasIdxMap": "0",
"esataportcfg": "0x00",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},

View File

@ -20,13 +20,13 @@
"patches": {
"_comment": ".bsp patches are applied to FILES using bspatch(1); .patch are applied to DIRECTORIES using patch(1)",
"zlinux": [
"zImage-001-4021xsp-64561-ramdisk-and-header.bsp"
"zImage-001-4021xsp-64561-ramdisk-and-flag-NOP.bsp"
],
"ramdisk": [
"@@@COMMON@@@/ramdisk-001-disable-root-pwd.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-002-init-script.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-003-post-init-script-noatime.patch",
"@@@COMMON@@@/v7.2.0/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-004-network-hosts.patch",
"@@@COMMON@@@/ramdisk-005-disable-disabled-ports.patch",
"@@@COMMON@@@/ramdisk-common-etc-rc.patch"
]
@ -40,9 +40,9 @@
"internalportcfg": "0xfffff",
"SasIdxMap": "0",
"esataportcfg": "0x00",
"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",
"rss_server": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_ssl": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.xml",
"rss_server_v2": "https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/master/rss/7.2.0/rss.json",
"small_info_path": "https://example.com/null",
"security_version_server": "https://example.com/smallupdate"
},