├── .github └── workflows │ ├── buildroot.yml │ ├── generate-md5-macos-merge-debug.yml │ ├── generate-md5-macos.yml │ ├── make_701.yml │ ├── make_711.yml │ ├── make_71_kver5.yml │ ├── make_720_formal.yml │ ├── make_721_formal.yml │ ├── make_721_kver5.yml │ └── make_722.yml ├── .gitignore ├── .gitmodules ├── FAQ.md ├── FOR_DEVS.md ├── LICENSE ├── README.md ├── big.sh ├── bundled-exts.json ├── config ├── DS1019+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS1520+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS1522+ │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS1621+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS1621xs+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS1819+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS1821+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS1823xs+ │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS218+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS220+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS2419+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS2422+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS3615xs │ ├── 7.0.1-42218 │ │ └── config.json │ └── 7.1.1-42962 │ │ └── config.json ├── DS3617xs │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS3622xs+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS423+ │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS620slim │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS718+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS720+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS723+ │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS918+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS920+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DS923+ │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DVA1622 │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DVA3219 │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── DVA3221 │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── FS2500 │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── FS6400 │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── RS1221+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── RS1619xs+ │ └── 7.1.1-42962 │ │ └── config.json ├── RS2423+ │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── RS3413xs+ │ └── 7.1.1-42962 │ │ └── config.json ├── RS3618xs │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── RS3621xs+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── RS4021xs+ │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── SA3400 │ └── 7.1.1-42962 │ │ └── config.json ├── SA3410 │ └── 7.1.1-42962 │ │ └── config.json ├── SA3600 │ └── 7.1.1-42962 │ │ └── config.json ├── SA3610 │ └── 7.1.1-42962 │ │ └── config.json ├── SA6400 │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── _common │ ├── EFI │ │ └── boot │ │ │ ├── SynoBootLoader.conf │ │ │ └── SynoBootLoader.efi │ ├── grub-template.conf │ ├── iosched-trampoline.sh │ ├── iosched-trampoline5.sh │ ├── jun │ │ ├── init │ │ └── usr │ │ │ └── bin │ │ │ └── patch │ ├── ramdisk-001-disable-root-pwd.patch │ ├── ramdisk-002-init-script-NEW-name.patch │ ├── ramdisk-002-init-script-OLD-name.patch │ ├── ramdisk-003-post-init-script-LOWER.patch │ ├── ramdisk-003-post-init-script-UPPER.patch │ ├── ramdisk-004-network-hosts.patch │ ├── ramdisk-005-disable-disabled-ports.patch │ ├── ramdisk-common-etc-rc.patch │ ├── v6.2.4 │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-003-post-init-script-ds3615xs.patch │ │ ├── ramdisk-003-post-init-script.patch │ │ ├── ramdisk-004-network-hosts.patch │ │ └── ramdisk-004-rc-script.patch │ ├── v7.0.1 │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-003-post-init-script-ds3615xs.patch │ │ ├── ramdisk-003-post-init-script.patch │ │ ├── ramdisk-004-network-hosts.patch │ │ └── ramdisk-004-rc-script.patch │ ├── v7.1.0 │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-003-post-init-script-ds3615xs.patch │ │ ├── ramdisk-003-post-init-script-noatime.patch │ │ ├── ramdisk-004-network-hosts.patch │ │ └── ramdisk-004-rc-script.patch │ ├── v7.1.1 │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-002-init-script_k5.patch │ │ ├── ramdisk-003-post-init-script-ds3615xs.patch │ │ ├── ramdisk-003-post-init-script-noatime.patch │ │ ├── ramdisk-004-network-hosts.patch │ │ └── ramdisk-004-rc-script.patch │ ├── v7.2.0 │ │ ├── ramdisk-001-disable-root-pwd.patch │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-002-init-script_k5.patch │ │ ├── ramdisk-003-post-init-script-noatime.patch │ │ ├── ramdisk-004-network-hosts.patch │ │ └── ramdisk-004-rc-script.patch │ ├── v7.2.1 │ │ ├── ramdisk-000-loop.patch │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-002-init-script_k5.patch │ │ ├── ramdisk-002-init-script_k5_.patch │ │ └── ramdisk-003-post-init-script-noatime.patch │ ├── v7.2.2 │ │ ├── ramdisk-000-loop.patch │ │ ├── ramdisk-001-disable-root-pwd.patch │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-002-init-script_k5.patch │ │ ├── ramdisk-002-init-script_k5_.patch │ │ └── ramdisk-003-post-init-script-noatime.patch │ ├── v7.3.0 │ │ ├── ramdisk-000-loop.patch │ │ ├── ramdisk-001-disable-root-pwd.patch │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-002-init-script_k5.patch │ │ ├── ramdisk-002-init-script_k5_.patch │ │ └── ramdisk-003-post-init-script-noatime.patch │ ├── v7.3.1 │ │ ├── ramdisk-000-loop.patch │ │ ├── ramdisk-001-disable-root-pwd.patch │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-002-init-script_k5.patch │ │ ├── ramdisk-002-init-script_k5_.patch │ │ └── ramdisk-003-post-init-script-noatime.patch │ └── v7.3.2 │ │ ├── ramdisk-000-loop.patch │ │ ├── ramdisk-001-disable-root-pwd.patch │ │ ├── ramdisk-002-init-script.patch │ │ ├── ramdisk-002-init-script_k5.patch │ │ ├── ramdisk-002-init-script_k5_.patch │ │ └── ramdisk-003-post-init-script-noatime.patch ├── apollolake │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── avoton │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── braswell │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ └── 7.2.2-72806 │ │ └── config.json ├── broadwell │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── broadwellnk │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── broadwellnkv2 │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── broadwellntbap │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── bromolow │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ └── 7.1.1-42962 │ │ └── config.json ├── cedarview │ ├── 7.0.1-42218 │ │ └── config.json │ └── 7.1.1-42962 │ │ └── config.json ├── custom_config.json ├── denverton │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── epyc7002 │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── geminilake │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── geminilakenk │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── generate_md5_json_macos.sh ├── grantley │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ └── 7.3.0-81180 │ │ └── config.json ├── md5list ├── merge_json.sh ├── merge_json_advanced.sh ├── merge_json_pats.py ├── merge_json_pats_t.py ├── merge_pats.sh ├── models.701 ├── models.711 ├── models.72 ├── pats.json ├── pats_6.2.4-25556.json ├── pats_7.3.0-81180.json ├── pats_7.3.1-86003.json ├── pats_t.json ├── pats_updated.json ├── pats_updated_t.json ├── platform62 ├── platform73 ├── purley │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── r1000 │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── r1000nk │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json ├── rename.sh ├── replicate-config.sh ├── result.json ├── result_t.json ├── rss.json ├── temp-apollolake-config.json ├── temp-denverton-config.json ├── temp-dt-config.json ├── temp-epyc7002-config.json ├── temp-nondt-config.json ├── update-config70.sh_not ├── update-config71.sh_not ├── update-config72.sh_not ├── update-config721.sh_not ├── v1000 │ ├── 6.2.4-25556 │ │ └── config.json │ ├── 7.0.1-42218 │ │ └── config.json │ ├── 7.1.1-42962 │ │ └── config.json │ ├── 7.2.0-64570 │ │ └── config.json │ ├── 7.2.1-69057 │ │ └── config.json │ ├── 7.2.2-72806 │ │ └── config.json │ ├── 7.3.0-81180 │ │ └── config.json │ ├── 7.3.1-86003 │ │ └── config.json │ └── 7.3.2-86009 │ │ └── config.json └── v1000nk │ ├── 7.2.2-72806 │ └── config.json │ ├── 7.3.0-81180 │ └── config.json │ ├── 7.3.1-86003 │ └── config.json │ └── 7.3.2-86009 │ └── config.json ├── docs ├── extensions-for-devs.md └── extensions-overview.md ├── ext-manager.sh ├── ext-manager_t.sh ├── ext ├── boot-image-template.img.gz ├── build-template-image.txt ├── extract_vmlinux.sh ├── recreate-zImage │ └── rebuild_kernel.sh └── rp-lkm │ └── .redpill ├── gitproc.sh ├── include ├── boot-image.sh ├── config-manipulators.sh ├── ext-bridge.sh ├── file.sh ├── json.sh ├── loader-ext │ ├── readme.txt_ │ └── target_exec.sh_ ├── log.sh ├── patch.sh ├── runtime.sh └── text.sh ├── rss ├── 7.0.1 │ ├── rss.json │ └── rss.xml ├── 7.1.1 │ ├── rss.json │ └── rss.xml └── 7.2.0 │ ├── rss.json │ └── rss.xml └── tools ├── README.md ├── make4.sh ├── make5.sh └── rebuild_all.sh /.github/workflows/buildroot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.github/workflows/buildroot.yml -------------------------------------------------------------------------------- /.github/workflows/generate-md5-macos-merge-debug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.github/workflows/generate-md5-macos-merge-debug.yml -------------------------------------------------------------------------------- /.github/workflows/generate-md5-macos.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.github/workflows/generate-md5-macos.yml -------------------------------------------------------------------------------- /.github/workflows/make_701.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.github/workflows/make_701.yml -------------------------------------------------------------------------------- /.github/workflows/make_711.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.github/workflows/make_711.yml -------------------------------------------------------------------------------- /.github/workflows/make_71_kver5.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.github/workflows/make_71_kver5.yml -------------------------------------------------------------------------------- /.github/workflows/make_720_formal.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.github/workflows/make_720_formal.yml -------------------------------------------------------------------------------- /.github/workflows/make_721_formal.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.github/workflows/make_721_formal.yml -------------------------------------------------------------------------------- /.github/workflows/make_721_kver5.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.github/workflows/make_721_kver5.yml -------------------------------------------------------------------------------- /.github/workflows/make_722.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.github/workflows/make_722.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/.gitmodules -------------------------------------------------------------------------------- /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/FAQ.md -------------------------------------------------------------------------------- /FOR_DEVS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/FOR_DEVS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/README.md -------------------------------------------------------------------------------- /big.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/big.sh -------------------------------------------------------------------------------- /bundled-exts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/bundled-exts.json -------------------------------------------------------------------------------- /config/DS1019+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1019+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS1019+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1019+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS1019+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1019+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS1019+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1019+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS1019+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1019+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS1520+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1520+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS1520+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1520+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS1520+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1520+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS1520+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1520+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS1520+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1520+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS1522+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1522+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS1522+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1522+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS1522+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1522+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS1522+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1522+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS1621+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1621+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS1621+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1621+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS1621+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1621+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS1621+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1621+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS1621+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1621+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS1621xs+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1621xs+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS1621xs+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1621xs+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS1621xs+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1621xs+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS1621xs+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1621xs+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS1621xs+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1621xs+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS1819+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1819+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS1819+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1819+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS1819+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1819+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS1819+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1819+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS1819+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1819+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS1821+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1821+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS1821+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1821+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS1821+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1821+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS1821+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1821+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS1821+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1821+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS1823xs+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1823xs+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS1823xs+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1823xs+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS1823xs+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1823xs+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS1823xs+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS1823xs+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS218+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS218+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS218+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS218+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS218+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS218+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS218+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS218+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS218+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS218+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS220+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS220+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS220+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS220+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS220+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS220+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS220+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS220+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS220+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS220+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS2419+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS2419+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS2419+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS2419+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS2419+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS2419+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS2419+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS2419+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS2419+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS2419+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS2422+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS2422+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS2422+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS2422+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS2422+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS2422+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS2422+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS2422+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS2422+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS2422+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS3615xs/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3615xs/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS3615xs/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3615xs/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS3617xs/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3617xs/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS3617xs/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3617xs/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS3617xs/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3617xs/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS3617xs/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3617xs/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS3617xs/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3617xs/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS3622xs+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3622xs+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS3622xs+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3622xs+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS3622xs+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3622xs+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS3622xs+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3622xs+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS3622xs+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS3622xs+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS423+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS423+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS423+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS423+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS423+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS423+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS423+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS423+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS620slim/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS620slim/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS620slim/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS620slim/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS620slim/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS620slim/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS620slim/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS620slim/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS620slim/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS620slim/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS718+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS718+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS718+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS718+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS718+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS718+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS718+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS718+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS718+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS718+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS720+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS720+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS720+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS720+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS720+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS720+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS720+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS720+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS720+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS720+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS723+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS723+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS723+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS723+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS723+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS723+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS723+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS723+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS918+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS918+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS918+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS918+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS918+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS918+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS918+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS918+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS918+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS918+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS920+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS920+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DS920+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS920+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS920+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS920+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS920+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS920+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS920+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS920+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DS923+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS923+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DS923+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS923+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DS923+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS923+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DS923+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DS923+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DVA1622/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA1622/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DVA1622/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA1622/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DVA1622/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA1622/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DVA1622/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA1622/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DVA3219/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA3219/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DVA3219/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA3219/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DVA3219/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA3219/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DVA3219/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA3219/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DVA3219/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA3219/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/DVA3221/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA3221/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/DVA3221/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA3221/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/DVA3221/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA3221/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/DVA3221/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA3221/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/DVA3221/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/DVA3221/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/FS2500/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/FS2500/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/FS2500/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/FS2500/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/FS2500/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/FS2500/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/FS2500/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/FS2500/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/FS2500/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/FS2500/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/FS6400/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/FS6400/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/FS6400/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/FS6400/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/FS6400/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/FS6400/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/FS6400/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/FS6400/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/FS6400/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/FS6400/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/RS1221+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS1221+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/RS1221+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS1221+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/RS1221+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS1221+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/RS1221+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS1221+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/RS1221+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS1221+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/RS1619xs+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS1619xs+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/RS2423+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS2423+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/RS2423+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS2423+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/RS2423+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS2423+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/RS2423+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS2423+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/RS3413xs+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3413xs+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/RS3618xs/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3618xs/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/RS3618xs/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3618xs/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/RS3618xs/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3618xs/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/RS3618xs/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3618xs/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/RS3618xs/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3618xs/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/RS3621xs+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3621xs+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/RS3621xs+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3621xs+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/RS3621xs+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3621xs+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/RS3621xs+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3621xs+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/RS3621xs+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS3621xs+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/RS4021xs+/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS4021xs+/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/RS4021xs+/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS4021xs+/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/RS4021xs+/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS4021xs+/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/RS4021xs+/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS4021xs+/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/RS4021xs+/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/RS4021xs+/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/SA3400/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/SA3400/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/SA3410/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/SA3410/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/SA3600/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/SA3600/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/SA3610/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/SA3610/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/SA6400/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/SA6400/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/SA6400/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/SA6400/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/SA6400/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/SA6400/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/SA6400/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/SA6400/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/_common/EFI/boot/SynoBootLoader.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/EFI/boot/SynoBootLoader.conf -------------------------------------------------------------------------------- /config/_common/EFI/boot/SynoBootLoader.efi: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/_common/grub-template.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/grub-template.conf -------------------------------------------------------------------------------- /config/_common/iosched-trampoline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/iosched-trampoline.sh -------------------------------------------------------------------------------- /config/_common/iosched-trampoline5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/iosched-trampoline5.sh -------------------------------------------------------------------------------- /config/_common/jun/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/jun/init -------------------------------------------------------------------------------- /config/_common/jun/usr/bin/patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/jun/usr/bin/patch -------------------------------------------------------------------------------- /config/_common/ramdisk-001-disable-root-pwd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/ramdisk-001-disable-root-pwd.patch -------------------------------------------------------------------------------- /config/_common/ramdisk-002-init-script-NEW-name.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/ramdisk-002-init-script-NEW-name.patch -------------------------------------------------------------------------------- /config/_common/ramdisk-002-init-script-OLD-name.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/ramdisk-002-init-script-OLD-name.patch -------------------------------------------------------------------------------- /config/_common/ramdisk-003-post-init-script-LOWER.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/ramdisk-003-post-init-script-LOWER.patch -------------------------------------------------------------------------------- /config/_common/ramdisk-003-post-init-script-UPPER.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/ramdisk-003-post-init-script-UPPER.patch -------------------------------------------------------------------------------- /config/_common/ramdisk-004-network-hosts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/ramdisk-004-network-hosts.patch -------------------------------------------------------------------------------- /config/_common/ramdisk-005-disable-disabled-ports.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/ramdisk-005-disable-disabled-ports.patch -------------------------------------------------------------------------------- /config/_common/ramdisk-common-etc-rc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/ramdisk-common-etc-rc.patch -------------------------------------------------------------------------------- /config/_common/v6.2.4/ramdisk-002-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v6.2.4/ramdisk-002-init-script.patch -------------------------------------------------------------------------------- /config/_common/v6.2.4/ramdisk-003-post-init-script-ds3615xs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v6.2.4/ramdisk-003-post-init-script-ds3615xs.patch -------------------------------------------------------------------------------- /config/_common/v6.2.4/ramdisk-003-post-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v6.2.4/ramdisk-003-post-init-script.patch -------------------------------------------------------------------------------- /config/_common/v6.2.4/ramdisk-004-network-hosts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v6.2.4/ramdisk-004-network-hosts.patch -------------------------------------------------------------------------------- /config/_common/v6.2.4/ramdisk-004-rc-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v6.2.4/ramdisk-004-rc-script.patch -------------------------------------------------------------------------------- /config/_common/v7.0.1/ramdisk-002-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.0.1/ramdisk-002-init-script.patch -------------------------------------------------------------------------------- /config/_common/v7.0.1/ramdisk-003-post-init-script-ds3615xs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.0.1/ramdisk-003-post-init-script-ds3615xs.patch -------------------------------------------------------------------------------- /config/_common/v7.0.1/ramdisk-003-post-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.0.1/ramdisk-003-post-init-script.patch -------------------------------------------------------------------------------- /config/_common/v7.0.1/ramdisk-004-network-hosts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.0.1/ramdisk-004-network-hosts.patch -------------------------------------------------------------------------------- /config/_common/v7.0.1/ramdisk-004-rc-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.0.1/ramdisk-004-rc-script.patch -------------------------------------------------------------------------------- /config/_common/v7.1.0/ramdisk-002-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.0/ramdisk-002-init-script.patch -------------------------------------------------------------------------------- /config/_common/v7.1.0/ramdisk-003-post-init-script-ds3615xs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.0/ramdisk-003-post-init-script-ds3615xs.patch -------------------------------------------------------------------------------- /config/_common/v7.1.0/ramdisk-003-post-init-script-noatime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.0/ramdisk-003-post-init-script-noatime.patch -------------------------------------------------------------------------------- /config/_common/v7.1.0/ramdisk-004-network-hosts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.0/ramdisk-004-network-hosts.patch -------------------------------------------------------------------------------- /config/_common/v7.1.0/ramdisk-004-rc-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.0/ramdisk-004-rc-script.patch -------------------------------------------------------------------------------- /config/_common/v7.1.1/ramdisk-002-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.1/ramdisk-002-init-script.patch -------------------------------------------------------------------------------- /config/_common/v7.1.1/ramdisk-002-init-script_k5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.1/ramdisk-002-init-script_k5.patch -------------------------------------------------------------------------------- /config/_common/v7.1.1/ramdisk-003-post-init-script-ds3615xs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.1/ramdisk-003-post-init-script-ds3615xs.patch -------------------------------------------------------------------------------- /config/_common/v7.1.1/ramdisk-003-post-init-script-noatime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.1/ramdisk-003-post-init-script-noatime.patch -------------------------------------------------------------------------------- /config/_common/v7.1.1/ramdisk-004-network-hosts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.1/ramdisk-004-network-hosts.patch -------------------------------------------------------------------------------- /config/_common/v7.1.1/ramdisk-004-rc-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.1.1/ramdisk-004-rc-script.patch -------------------------------------------------------------------------------- /config/_common/v7.2.0/ramdisk-001-disable-root-pwd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.0/ramdisk-001-disable-root-pwd.patch -------------------------------------------------------------------------------- /config/_common/v7.2.0/ramdisk-002-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.0/ramdisk-002-init-script.patch -------------------------------------------------------------------------------- /config/_common/v7.2.0/ramdisk-002-init-script_k5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.0/ramdisk-002-init-script_k5.patch -------------------------------------------------------------------------------- /config/_common/v7.2.0/ramdisk-003-post-init-script-noatime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.0/ramdisk-003-post-init-script-noatime.patch -------------------------------------------------------------------------------- /config/_common/v7.2.0/ramdisk-004-network-hosts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.0/ramdisk-004-network-hosts.patch -------------------------------------------------------------------------------- /config/_common/v7.2.0/ramdisk-004-rc-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.0/ramdisk-004-rc-script.patch -------------------------------------------------------------------------------- /config/_common/v7.2.1/ramdisk-000-loop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.1/ramdisk-000-loop.patch -------------------------------------------------------------------------------- /config/_common/v7.2.1/ramdisk-002-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.1/ramdisk-002-init-script.patch -------------------------------------------------------------------------------- /config/_common/v7.2.1/ramdisk-002-init-script_k5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.1/ramdisk-002-init-script_k5.patch -------------------------------------------------------------------------------- /config/_common/v7.2.1/ramdisk-002-init-script_k5_.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.1/ramdisk-002-init-script_k5_.patch -------------------------------------------------------------------------------- /config/_common/v7.2.1/ramdisk-003-post-init-script-noatime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.1/ramdisk-003-post-init-script-noatime.patch -------------------------------------------------------------------------------- /config/_common/v7.2.2/ramdisk-000-loop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.2/ramdisk-000-loop.patch -------------------------------------------------------------------------------- /config/_common/v7.2.2/ramdisk-001-disable-root-pwd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.2/ramdisk-001-disable-root-pwd.patch -------------------------------------------------------------------------------- /config/_common/v7.2.2/ramdisk-002-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.2/ramdisk-002-init-script.patch -------------------------------------------------------------------------------- /config/_common/v7.2.2/ramdisk-002-init-script_k5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.2/ramdisk-002-init-script_k5.patch -------------------------------------------------------------------------------- /config/_common/v7.2.2/ramdisk-002-init-script_k5_.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.2/ramdisk-002-init-script_k5_.patch -------------------------------------------------------------------------------- /config/_common/v7.2.2/ramdisk-003-post-init-script-noatime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.2.2/ramdisk-003-post-init-script-noatime.patch -------------------------------------------------------------------------------- /config/_common/v7.3.0/ramdisk-000-loop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.0/ramdisk-000-loop.patch -------------------------------------------------------------------------------- /config/_common/v7.3.0/ramdisk-001-disable-root-pwd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.0/ramdisk-001-disable-root-pwd.patch -------------------------------------------------------------------------------- /config/_common/v7.3.0/ramdisk-002-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.0/ramdisk-002-init-script.patch -------------------------------------------------------------------------------- /config/_common/v7.3.0/ramdisk-002-init-script_k5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.0/ramdisk-002-init-script_k5.patch -------------------------------------------------------------------------------- /config/_common/v7.3.0/ramdisk-002-init-script_k5_.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.0/ramdisk-002-init-script_k5_.patch -------------------------------------------------------------------------------- /config/_common/v7.3.0/ramdisk-003-post-init-script-noatime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.0/ramdisk-003-post-init-script-noatime.patch -------------------------------------------------------------------------------- /config/_common/v7.3.1/ramdisk-000-loop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.1/ramdisk-000-loop.patch -------------------------------------------------------------------------------- /config/_common/v7.3.1/ramdisk-001-disable-root-pwd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.1/ramdisk-001-disable-root-pwd.patch -------------------------------------------------------------------------------- /config/_common/v7.3.1/ramdisk-002-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.1/ramdisk-002-init-script.patch -------------------------------------------------------------------------------- /config/_common/v7.3.1/ramdisk-002-init-script_k5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.1/ramdisk-002-init-script_k5.patch -------------------------------------------------------------------------------- /config/_common/v7.3.1/ramdisk-002-init-script_k5_.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.1/ramdisk-002-init-script_k5_.patch -------------------------------------------------------------------------------- /config/_common/v7.3.1/ramdisk-003-post-init-script-noatime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.1/ramdisk-003-post-init-script-noatime.patch -------------------------------------------------------------------------------- /config/_common/v7.3.2/ramdisk-000-loop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.2/ramdisk-000-loop.patch -------------------------------------------------------------------------------- /config/_common/v7.3.2/ramdisk-001-disable-root-pwd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.2/ramdisk-001-disable-root-pwd.patch -------------------------------------------------------------------------------- /config/_common/v7.3.2/ramdisk-002-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.2/ramdisk-002-init-script.patch -------------------------------------------------------------------------------- /config/_common/v7.3.2/ramdisk-002-init-script_k5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.2/ramdisk-002-init-script_k5.patch -------------------------------------------------------------------------------- /config/_common/v7.3.2/ramdisk-002-init-script_k5_.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.2/ramdisk-002-init-script_k5_.patch -------------------------------------------------------------------------------- /config/_common/v7.3.2/ramdisk-003-post-init-script-noatime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/_common/v7.3.2/ramdisk-003-post-init-script-noatime.patch -------------------------------------------------------------------------------- /config/apollolake/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/apollolake/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/apollolake/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/apollolake/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/apollolake/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/apollolake/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/apollolake/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/apollolake/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/apollolake/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/apollolake/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/apollolake/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/apollolake/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/apollolake/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/apollolake/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/apollolake/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/apollolake/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/apollolake/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/apollolake/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/avoton/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/avoton/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/avoton/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/avoton/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/avoton/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/avoton/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/braswell/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/braswell/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/braswell/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/braswell/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/braswell/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/braswell/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/braswell/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/braswell/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/broadwell/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwell/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/broadwell/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwell/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/broadwell/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwell/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/broadwell/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwell/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/broadwell/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwell/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/broadwell/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwell/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/broadwell/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwell/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/broadwell/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwell/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/broadwell/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwell/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/broadwellnk/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnk/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/broadwellnk/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnk/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/broadwellnk/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnk/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/broadwellnk/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnk/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/broadwellnk/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnk/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/broadwellnk/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnk/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/broadwellnk/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnk/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/broadwellnk/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnk/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/broadwellnk/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnk/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/broadwellnkv2/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnkv2/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/broadwellnkv2/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnkv2/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/broadwellnkv2/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnkv2/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/broadwellnkv2/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnkv2/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/broadwellnkv2/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnkv2/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/broadwellnkv2/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnkv2/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/broadwellnkv2/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnkv2/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/broadwellnkv2/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellnkv2/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/broadwellntbap/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellntbap/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/broadwellntbap/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellntbap/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/broadwellntbap/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellntbap/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/broadwellntbap/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellntbap/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/broadwellntbap/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellntbap/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/broadwellntbap/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellntbap/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/broadwellntbap/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellntbap/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/broadwellntbap/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellntbap/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/broadwellntbap/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/broadwellntbap/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/bromolow/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/bromolow/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/bromolow/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/bromolow/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/bromolow/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/bromolow/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/cedarview/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/cedarview/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/cedarview/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/cedarview/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/custom_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/custom_config.json -------------------------------------------------------------------------------- /config/denverton/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/denverton/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/denverton/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/denverton/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/denverton/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/denverton/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/denverton/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/denverton/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/denverton/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/denverton/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/denverton/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/denverton/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/denverton/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/denverton/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/denverton/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/denverton/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/denverton/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/denverton/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/epyc7002/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/epyc7002/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/epyc7002/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/epyc7002/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/epyc7002/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/epyc7002/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/epyc7002/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/epyc7002/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/epyc7002/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/epyc7002/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/epyc7002/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/epyc7002/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/epyc7002/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/epyc7002/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/geminilake/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilake/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/geminilake/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilake/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/geminilake/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilake/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/geminilake/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilake/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/geminilake/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilake/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/geminilake/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilake/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/geminilake/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilake/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/geminilake/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilake/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/geminilake/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilake/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/geminilakenk/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilakenk/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/geminilakenk/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilakenk/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/geminilakenk/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilakenk/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/geminilakenk/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/geminilakenk/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/generate_md5_json_macos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/generate_md5_json_macos.sh -------------------------------------------------------------------------------- /config/grantley/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/grantley/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/grantley/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/grantley/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/grantley/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/grantley/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/grantley/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/grantley/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/grantley/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/grantley/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/md5list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/md5list -------------------------------------------------------------------------------- /config/merge_json.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/merge_json.sh -------------------------------------------------------------------------------- /config/merge_json_advanced.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/merge_json_advanced.sh -------------------------------------------------------------------------------- /config/merge_json_pats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/merge_json_pats.py -------------------------------------------------------------------------------- /config/merge_json_pats_t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/merge_json_pats_t.py -------------------------------------------------------------------------------- /config/merge_pats.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/merge_pats.sh -------------------------------------------------------------------------------- /config/models.701: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/models.701 -------------------------------------------------------------------------------- /config/models.711: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/models.711 -------------------------------------------------------------------------------- /config/models.72: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/models.72 -------------------------------------------------------------------------------- /config/pats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/pats.json -------------------------------------------------------------------------------- /config/pats_6.2.4-25556.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/pats_6.2.4-25556.json -------------------------------------------------------------------------------- /config/pats_7.3.0-81180.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/pats_7.3.0-81180.json -------------------------------------------------------------------------------- /config/pats_7.3.1-86003.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/pats_7.3.1-86003.json -------------------------------------------------------------------------------- /config/pats_t.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/pats_t.json -------------------------------------------------------------------------------- /config/pats_updated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/pats_updated.json -------------------------------------------------------------------------------- /config/pats_updated_t.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/pats_updated_t.json -------------------------------------------------------------------------------- /config/platform62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/platform62 -------------------------------------------------------------------------------- /config/platform73: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/platform73 -------------------------------------------------------------------------------- /config/purley/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/purley/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/purley/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/purley/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/purley/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/purley/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/purley/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/purley/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/purley/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/purley/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/purley/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/purley/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/purley/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/purley/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/purley/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/purley/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/purley/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/purley/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/r1000/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/r1000/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/r1000/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/r1000/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/r1000/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/r1000/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/r1000/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/r1000nk/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000nk/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/r1000nk/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000nk/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/r1000nk/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000nk/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/r1000nk/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/r1000nk/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/rename.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/rename.sh -------------------------------------------------------------------------------- /config/replicate-config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/replicate-config.sh -------------------------------------------------------------------------------- /config/result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/result.json -------------------------------------------------------------------------------- /config/result_t.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/result_t.json -------------------------------------------------------------------------------- /config/rss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/rss.json -------------------------------------------------------------------------------- /config/temp-apollolake-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/temp-apollolake-config.json -------------------------------------------------------------------------------- /config/temp-denverton-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/temp-denverton-config.json -------------------------------------------------------------------------------- /config/temp-dt-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/temp-dt-config.json -------------------------------------------------------------------------------- /config/temp-epyc7002-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/temp-epyc7002-config.json -------------------------------------------------------------------------------- /config/temp-nondt-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/temp-nondt-config.json -------------------------------------------------------------------------------- /config/update-config70.sh_not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/update-config70.sh_not -------------------------------------------------------------------------------- /config/update-config71.sh_not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/update-config71.sh_not -------------------------------------------------------------------------------- /config/update-config72.sh_not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/update-config72.sh_not -------------------------------------------------------------------------------- /config/update-config721.sh_not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/update-config721.sh_not -------------------------------------------------------------------------------- /config/v1000/6.2.4-25556/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000/6.2.4-25556/config.json -------------------------------------------------------------------------------- /config/v1000/7.0.1-42218/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000/7.0.1-42218/config.json -------------------------------------------------------------------------------- /config/v1000/7.1.1-42962/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000/7.1.1-42962/config.json -------------------------------------------------------------------------------- /config/v1000/7.2.0-64570/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000/7.2.0-64570/config.json -------------------------------------------------------------------------------- /config/v1000/7.2.1-69057/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000/7.2.1-69057/config.json -------------------------------------------------------------------------------- /config/v1000/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/v1000/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/v1000/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/v1000/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000/7.3.2-86009/config.json -------------------------------------------------------------------------------- /config/v1000nk/7.2.2-72806/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000nk/7.2.2-72806/config.json -------------------------------------------------------------------------------- /config/v1000nk/7.3.0-81180/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000nk/7.3.0-81180/config.json -------------------------------------------------------------------------------- /config/v1000nk/7.3.1-86003/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000nk/7.3.1-86003/config.json -------------------------------------------------------------------------------- /config/v1000nk/7.3.2-86009/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/config/v1000nk/7.3.2-86009/config.json -------------------------------------------------------------------------------- /docs/extensions-for-devs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/docs/extensions-for-devs.md -------------------------------------------------------------------------------- /docs/extensions-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/docs/extensions-overview.md -------------------------------------------------------------------------------- /ext-manager.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/ext-manager.sh -------------------------------------------------------------------------------- /ext-manager_t.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/ext-manager_t.sh -------------------------------------------------------------------------------- /ext/boot-image-template.img.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/ext/boot-image-template.img.gz -------------------------------------------------------------------------------- /ext/build-template-image.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/ext/build-template-image.txt -------------------------------------------------------------------------------- /ext/extract_vmlinux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/ext/extract_vmlinux.sh -------------------------------------------------------------------------------- /ext/recreate-zImage/rebuild_kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/ext/recreate-zImage/rebuild_kernel.sh -------------------------------------------------------------------------------- /ext/rp-lkm/.redpill: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /gitproc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/gitproc.sh -------------------------------------------------------------------------------- /include/boot-image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/boot-image.sh -------------------------------------------------------------------------------- /include/config-manipulators.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/config-manipulators.sh -------------------------------------------------------------------------------- /include/ext-bridge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/ext-bridge.sh -------------------------------------------------------------------------------- /include/file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/file.sh -------------------------------------------------------------------------------- /include/json.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/json.sh -------------------------------------------------------------------------------- /include/loader-ext/readme.txt_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/loader-ext/readme.txt_ -------------------------------------------------------------------------------- /include/loader-ext/target_exec.sh_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/loader-ext/target_exec.sh_ -------------------------------------------------------------------------------- /include/log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/log.sh -------------------------------------------------------------------------------- /include/patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/patch.sh -------------------------------------------------------------------------------- /include/runtime.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/runtime.sh -------------------------------------------------------------------------------- /include/text.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/include/text.sh -------------------------------------------------------------------------------- /rss/7.0.1/rss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/rss/7.0.1/rss.json -------------------------------------------------------------------------------- /rss/7.0.1/rss.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/rss/7.0.1/rss.xml -------------------------------------------------------------------------------- /rss/7.1.1/rss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/rss/7.1.1/rss.json -------------------------------------------------------------------------------- /rss/7.1.1/rss.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/rss/7.1.1/rss.xml -------------------------------------------------------------------------------- /rss/7.2.0/rss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/rss/7.2.0/rss.json -------------------------------------------------------------------------------- /rss/7.2.0/rss.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/rss/7.2.0/rss.xml -------------------------------------------------------------------------------- /tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/tools/README.md -------------------------------------------------------------------------------- /tools/make4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/tools/make4.sh -------------------------------------------------------------------------------- /tools/make5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/tools/make5.sh -------------------------------------------------------------------------------- /tools/rebuild_all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeterSuh-Q3/redpill-load/HEAD/tools/rebuild_all.sh --------------------------------------------------------------------------------