mirror of
https://github.com/pocopico/tinycore-redpill.git
synced 2025-09-15 12:51:13 +08:00
Added new configs
This commit is contained in:
@ -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": {
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user