mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
format
This commit is contained in:
parent
f0d276c4fd
commit
33aebc2d87
5
.github/workflows/grub.yml
vendored
5
.github/workflows/grub.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
push:
|
push:
|
||||||
description: 'push'
|
description: "push"
|
||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
jobs:
|
jobs:
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
|
|
||||||
- name: Initialization environment
|
- name: Initialization environment
|
||||||
run : |
|
run: |
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
sudo timedatectl set-timezone "Asia/Shanghai"
|
sudo timedatectl set-timezone "Asia/Shanghai"
|
||||||
@ -59,4 +59,3 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "No change ..."
|
echo "No change ..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
6
.github/workflows/issues.yml
vendored
6
.github/workflows/issues.yml
vendored
@ -5,7 +5,6 @@
|
|||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
name: Auto Comment
|
name: Auto Comment
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
@ -16,12 +15,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Init Env
|
- name: Init Env
|
||||||
run : |
|
run: |
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
sudo timedatectl set-timezone "Asia/Shanghai"
|
sudo timedatectl set-timezone "Asia/Shanghai"
|
||||||
|
|
||||||
|
|
||||||
- name: Check Issues
|
- name: Check Issues
|
||||||
run: |
|
run: |
|
||||||
if echo "${{ github.event.issue.body }}" | grep -q "DS"; then
|
if echo "${{ github.event.issue.body }}" | grep -q "DS"; then
|
||||||
@ -34,7 +32,7 @@ jobs:
|
|||||||
if: env.FALG == 'false'
|
if: env.FALG == 'false'
|
||||||
uses: actions-cool/issues-helper@v3
|
uses: actions-cool/issues-helper@v3
|
||||||
with:
|
with:
|
||||||
actions: 'create-comment'
|
actions: "create-comment"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-number: ${{ github.event.issue.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
body: |
|
body: |
|
||||||
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -20,11 +20,11 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: 'format %y.%-m.$i or auto'
|
description: "format %y.%-m.$i or auto"
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
prerelease:
|
prerelease:
|
||||||
description: 'pre release'
|
description: "pre release"
|
||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# https://taskfile.dev
|
# https://taskfile.dev
|
||||||
|
|
||||||
version: '3'
|
version: "3"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
build-img:
|
build-img:
|
||||||
|
@ -30,10 +30,10 @@ sudo mount ${LOOPX}p1 "${BINARIES_DIR}/p1"
|
|||||||
sudo mount ${LOOPX}p3 "${BINARIES_DIR}/p3"
|
sudo mount ${LOOPX}p3 "${BINARIES_DIR}/p3"
|
||||||
|
|
||||||
echo "Copying files"
|
echo "Copying files"
|
||||||
sudo cp "${BINARIES_DIR}/bzImage" "${BINARIES_DIR}/p3/bzImage-arpl"
|
sudo cp "${BINARIES_DIR}/bzImage" "${BINARIES_DIR}/p3/bzImage-arpl"
|
||||||
sudo cp "${BINARIES_DIR}/rootfs.cpio.xz" "${BINARIES_DIR}/p3/initrd-arpl"
|
sudo cp "${BINARIES_DIR}/rootfs.cpio.xz" "${BINARIES_DIR}/p3/initrd-arpl"
|
||||||
sudo cp -R "${BOARD_PATH}/p1/"* "${BINARIES_DIR}/p1"
|
sudo cp -R "${BOARD_PATH}/p1/"* "${BINARIES_DIR}/p1"
|
||||||
sudo cp -R "${BOARD_PATH}/p3/"* "${BINARIES_DIR}/p3"
|
sudo cp -R "${BOARD_PATH}/p3/"* "${BINARIES_DIR}/p3"
|
||||||
sync
|
sync
|
||||||
|
|
||||||
echo "Unmount image file"
|
echo "Unmount image file"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -20,12 +20,12 @@ platform: "apollolake"
|
|||||||
unique: "synology_apollolake_1019+"
|
unique: "synology_apollolake_1019+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1850"
|
- "1850"
|
||||||
- "1880"
|
- "1880"
|
||||||
middle: "QXR"
|
middle: "QXR"
|
||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
flags:
|
flags:
|
||||||
- "movbe"
|
- "movbe"
|
||||||
dom: 2
|
dom: 2
|
||||||
dt: false
|
dt: false
|
||||||
disks: 4
|
disks: 4
|
||||||
@ -39,11 +39,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -53,11 +53,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -67,11 +67,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -81,8 +81,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -20,7 +20,7 @@ platform: "geminilake"
|
|||||||
unique: "synology_geminilake_1520+"
|
unique: "synology_geminilake_1520+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2060"
|
- "2060"
|
||||||
middle: "RYR"
|
middle: "RYR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -36,10 +36,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -49,10 +49,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -62,10 +62,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -75,7 +75,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -21,7 +21,7 @@ platform: "v1000"
|
|||||||
unique: "synology_v1000_1621+"
|
unique: "synology_v1000_1621+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2080"
|
- "2080"
|
||||||
middle: "S7R"
|
middle: "S7R"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -37,10 +37,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -50,10 +50,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -63,10 +63,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -76,7 +76,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -20,7 +20,7 @@ platform: "broadwellnk"
|
|||||||
unique: "synology_broadwellnk_1621xs+"
|
unique: "synology_broadwellnk_1621xs+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2070"
|
- "2070"
|
||||||
middle: "RVR"
|
middle: "RVR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 1
|
dom: 1
|
||||||
@ -36,11 +36,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -50,11 +50,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -64,11 +64,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -78,8 +78,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -19,7 +19,7 @@ platform: "denverton"
|
|||||||
unique: "synology_denverton_1819+"
|
unique: "synology_denverton_1819+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1890"
|
- "1890"
|
||||||
middle: "R5R"
|
middle: "R5R"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -35,11 +35,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -49,11 +49,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -63,11 +63,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -77,8 +77,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -21,7 +21,7 @@ platform: "v1000"
|
|||||||
unique: "synology_v1000_1821+"
|
unique: "synology_v1000_1821+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2110"
|
- "2110"
|
||||||
middle: "SKR"
|
middle: "SKR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -37,10 +37,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -50,10 +50,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -63,10 +63,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -76,7 +76,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -19,7 +19,7 @@ platform: "v1000"
|
|||||||
unique: "synology_v1000_1823xs+"
|
unique: "synology_v1000_1823xs+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2280"
|
- "2280"
|
||||||
middle: "V5R"
|
middle: "V5R"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -35,10 +35,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -48,7 +48,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -21,7 +21,7 @@ platform: "geminilake"
|
|||||||
unique: "synology_geminilake_220+"
|
unique: "synology_geminilake_220+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "0000"
|
- "0000"
|
||||||
middle: "XXX"
|
middle: "XXX"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -37,10 +37,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -50,10 +50,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -63,10 +63,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -76,7 +76,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -19,7 +19,7 @@ platform: "denverton"
|
|||||||
unique: "synology_denverton_2419+"
|
unique: "synology_denverton_2419+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1880"
|
- "1880"
|
||||||
middle: "QZA"
|
middle: "QZA"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -35,11 +35,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -49,11 +49,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -63,11 +63,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -77,8 +77,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -19,8 +19,8 @@ platform: "v1000"
|
|||||||
unique: "synology_v1000_2422+"
|
unique: "synology_v1000_2422+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2140"
|
- "2140"
|
||||||
- "2180"
|
- "2180"
|
||||||
middle: "SLR"
|
middle: "SLR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -36,10 +36,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -49,10 +49,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -62,7 +62,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -19,10 +19,10 @@ platform: "bromolow"
|
|||||||
unique: "synology_bromolow_3615xs"
|
unique: "synology_bromolow_3615xs"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1130"
|
- "1130"
|
||||||
- "1230"
|
- "1230"
|
||||||
- "1330"
|
- "1330"
|
||||||
- "1430"
|
- "1430"
|
||||||
middle: "LWN"
|
middle: "LWN"
|
||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
dom: 1
|
dom: 1
|
||||||
@ -38,11 +38,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "3.10.108"
|
kver: "3.10.108"
|
||||||
@ -52,11 +52,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "3.10.108"
|
kver: "3.10.108"
|
||||||
@ -66,8 +66,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -19,10 +19,10 @@ platform: "broadwell"
|
|||||||
unique: "synology_broadwell_3617xs"
|
unique: "synology_broadwell_3617xs"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1130"
|
- "1130"
|
||||||
- "1230"
|
- "1230"
|
||||||
- "1330"
|
- "1330"
|
||||||
- "1430"
|
- "1430"
|
||||||
middle: "ODN"
|
middle: "ODN"
|
||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
dom: 1
|
dom: 1
|
||||||
@ -38,11 +38,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -52,11 +52,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -66,11 +66,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -80,8 +80,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -20,7 +20,7 @@ platform: "broadwellnk"
|
|||||||
unique: "synology_broadwellnk_3622xs+"
|
unique: "synology_broadwellnk_3622xs+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2150"
|
- "2150"
|
||||||
middle: "SQR"
|
middle: "SQR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 1
|
dom: 1
|
||||||
@ -36,11 +36,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -50,11 +50,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -64,8 +64,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -21,7 +21,7 @@ platform: "geminilake"
|
|||||||
unique: "synology_geminilake_423+"
|
unique: "synology_geminilake_423+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "22A0"
|
- "22A0"
|
||||||
middle: "VKR"
|
middle: "VKR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -37,10 +37,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -50,7 +50,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -20,11 +20,11 @@ platform: "apollolake"
|
|||||||
unique: "synology_apollolake_718+"
|
unique: "synology_apollolake_718+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1930"
|
- "1930"
|
||||||
middle: "PEN"
|
middle: "PEN"
|
||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
flags:
|
flags:
|
||||||
- "movbe"
|
- "movbe"
|
||||||
dom: 2
|
dom: 2
|
||||||
dt: false
|
dt: false
|
||||||
disks: 4
|
disks: 4
|
||||||
@ -38,11 +38,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -52,11 +52,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -66,11 +66,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -80,8 +80,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -20,8 +20,8 @@ platform: "geminilake"
|
|||||||
unique: "synology_geminilake_720+"
|
unique: "synology_geminilake_720+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2010"
|
- "2010"
|
||||||
- "2110"
|
- "2110"
|
||||||
middle: "QWR"
|
middle: "QWR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -37,10 +37,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -50,10 +50,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -63,10 +63,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -76,7 +76,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -19,7 +19,7 @@ platform: "r1000"
|
|||||||
unique: "synology_r1000_723+"
|
unique: "synology_r1000_723+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2270"
|
- "2270"
|
||||||
middle: "TQR"
|
middle: "TQR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -35,10 +35,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -48,7 +48,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -20,11 +20,11 @@ platform: "apollolake"
|
|||||||
unique: "synology_apollolake_918+"
|
unique: "synology_apollolake_918+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1910"
|
- "1910"
|
||||||
middle: "PDN"
|
middle: "PDN"
|
||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
flags:
|
flags:
|
||||||
- "movbe"
|
- "movbe"
|
||||||
dom: 2
|
dom: 2
|
||||||
dt: false
|
dt: false
|
||||||
disks: 4
|
disks: 4
|
||||||
@ -38,11 +38,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -52,11 +52,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -66,11 +66,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -80,8 +80,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -21,10 +21,10 @@ platform: "geminilake"
|
|||||||
unique: "synology_geminilake_920+"
|
unique: "synology_geminilake_920+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2030"
|
- "2030"
|
||||||
- "2040"
|
- "2040"
|
||||||
- "20C0"
|
- "20C0"
|
||||||
- "2150"
|
- "2150"
|
||||||
middle: "SBR"
|
middle: "SBR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -40,10 +40,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -53,10 +53,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -66,10 +66,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -79,7 +79,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -19,7 +19,7 @@ platform: "r1000"
|
|||||||
unique: "synology_r1000_923+"
|
unique: "synology_r1000_923+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2270"
|
- "2270"
|
||||||
middle: "TQR"
|
middle: "TQR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -35,10 +35,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -48,7 +48,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -20,10 +20,10 @@ platform: "geminilake"
|
|||||||
unique: "synology_geminilake_dva1622"
|
unique: "synology_geminilake_dva1622"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2030"
|
- "2030"
|
||||||
- "2040"
|
- "2040"
|
||||||
- "20C0"
|
- "20C0"
|
||||||
- "2150"
|
- "2150"
|
||||||
middle: "UBR"
|
middle: "UBR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -39,10 +39,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -52,7 +52,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -19,12 +19,12 @@ platform: "denverton"
|
|||||||
unique: "synology_denverton_dva3219"
|
unique: "synology_denverton_dva3219"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1930"
|
- "1930"
|
||||||
- "1940"
|
- "1940"
|
||||||
middle: "RFR"
|
middle: "RFR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
flags:
|
flags:
|
||||||
- "movbe"
|
- "movbe"
|
||||||
dom: 2
|
dom: 2
|
||||||
dt: false
|
dt: false
|
||||||
disks: 4
|
disks: 4
|
||||||
@ -38,11 +38,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -52,11 +52,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -66,11 +66,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -80,8 +80,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -19,14 +19,14 @@ platform: "denverton"
|
|||||||
unique: "synology_denverton_dva3221"
|
unique: "synology_denverton_dva3221"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2030"
|
- "2030"
|
||||||
- "2040"
|
- "2040"
|
||||||
- "20C0"
|
- "20C0"
|
||||||
- "2150"
|
- "2150"
|
||||||
middle: "SJR"
|
middle: "SJR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
flags:
|
flags:
|
||||||
- "movbe"
|
- "movbe"
|
||||||
dom: 2
|
dom: 2
|
||||||
dt: false
|
dt: false
|
||||||
disks: 4
|
disks: 4
|
||||||
@ -40,11 +40,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -54,11 +54,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -68,11 +68,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -82,8 +82,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -19,7 +19,7 @@ platform: "v1000"
|
|||||||
unique: "synology_v1000_fs2500"
|
unique: "synology_v1000_fs2500"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1960"
|
- "1960"
|
||||||
middle: "PSN"
|
middle: "PSN"
|
||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -35,10 +35,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -48,10 +48,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -61,7 +61,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -22,7 +22,7 @@ platform: "v1000"
|
|||||||
unique: "synology_v1000_rs1221+"
|
unique: "synology_v1000_rs1221+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "20B0"
|
- "20B0"
|
||||||
middle: "RWR"
|
middle: "RWR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -38,10 +38,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -51,10 +51,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -64,10 +64,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -77,7 +77,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -19,7 +19,7 @@ platform: "broadwellnk"
|
|||||||
unique: "synology_broadwellnk_rs1619xs+"
|
unique: "synology_broadwellnk_rs1619xs+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1920"
|
- "1920"
|
||||||
middle: "QPR"
|
middle: "QPR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -35,11 +35,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -49,11 +49,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -63,11 +63,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -77,8 +77,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -19,10 +19,10 @@ platform: "bromolow"
|
|||||||
unique: "synology_bromolow_rs3413xs+"
|
unique: "synology_bromolow_rs3413xs+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1130"
|
- "1130"
|
||||||
- "1230"
|
- "1230"
|
||||||
- "1330"
|
- "1330"
|
||||||
- "1430"
|
- "1430"
|
||||||
middle: "LWN"
|
middle: "LWN"
|
||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
dom: 1
|
dom: 1
|
||||||
@ -38,11 +38,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "3.10.108"
|
kver: "3.10.108"
|
||||||
@ -52,11 +52,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "3.10.108"
|
kver: "3.10.108"
|
||||||
@ -66,8 +66,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -20,10 +20,10 @@ platform: "broadwell"
|
|||||||
unique: "synology_broadwell_rs3618xs"
|
unique: "synology_broadwell_rs3618xs"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1130"
|
- "1130"
|
||||||
- "1230"
|
- "1230"
|
||||||
- "1330"
|
- "1330"
|
||||||
- "1430"
|
- "1430"
|
||||||
middle: "ODN"
|
middle: "ODN"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -39,11 +39,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -53,11 +53,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -67,11 +67,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -81,8 +81,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -19,7 +19,7 @@ platform: "broadwellnk"
|
|||||||
unique: "synology_broadwellnk_rs3621xs+"
|
unique: "synology_broadwellnk_rs3621xs+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "20A0"
|
- "20A0"
|
||||||
middle: "SZR"
|
middle: "SZR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -35,11 +35,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -49,11 +49,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -63,11 +63,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -77,8 +77,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -19,7 +19,7 @@ platform: "broadwellnk"
|
|||||||
unique: "synology_broadwellnk_rs4021xs+"
|
unique: "synology_broadwellnk_rs4021xs+"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2160"
|
- "2160"
|
||||||
middle: "T2R"
|
middle: "T2R"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 2
|
dom: 2
|
||||||
@ -35,11 +35,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -49,11 +49,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -63,11 +63,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -77,8 +77,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -21,7 +21,7 @@ platform: "broadwellnk"
|
|||||||
unique: "synology_broadwellnk_sa3400"
|
unique: "synology_broadwellnk_sa3400"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "1920"
|
- "1920"
|
||||||
middle: "RJR"
|
middle: "RJR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: 1
|
dom: 1
|
||||||
@ -37,11 +37,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-25556-init-script.patch"
|
- "ramdisk-25556-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-25556-post-init-script.patch"
|
- "ramdisk-25556-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.0":
|
"7.0":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -51,11 +51,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-common-post-init-script.patch"
|
- "ramdisk-common-post-init-script.patch"
|
||||||
- "ramdisk-common-disable-disabled-ports.patch"
|
- "ramdisk-common-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.1":
|
"7.1":
|
||||||
kver: "4.4.180"
|
kver: "4.4.180"
|
||||||
@ -65,11 +65,11 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-init-script.patch"
|
- "ramdisk-common-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kver: "4.4.302"
|
kver: "4.4.302"
|
||||||
@ -79,8 +79,8 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-init-script.patch"
|
- "ramdisk-64216-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||||
|
@ -17,7 +17,7 @@ platform: "epyc7002"
|
|||||||
unique: "synology_epyc7002_sa6400"
|
unique: "synology_epyc7002_sa6400"
|
||||||
serial:
|
serial:
|
||||||
prefix:
|
prefix:
|
||||||
- "2270"
|
- "2270"
|
||||||
middle: "UMR"
|
middle: "UMR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
dom: -1
|
dom: -1
|
||||||
@ -34,10 +34,10 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-common-disable-root-pwd.patch"
|
- "ramdisk-common-disable-root-pwd.patch"
|
||||||
- "ramdisk-common-sa6400-init-script.patch"
|
- "ramdisk-common-sa6400-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
|
||||||
"7.2":
|
"7.2":
|
||||||
kpre: "7.2"
|
kpre: "7.2"
|
||||||
@ -48,7 +48,7 @@ productvers:
|
|||||||
synoinfo:
|
synoinfo:
|
||||||
<<: *synoinfo
|
<<: *synoinfo
|
||||||
patch:
|
patch:
|
||||||
- "ramdisk-64216-disable-root-pwd.patch"
|
- "ramdisk-64216-disable-root-pwd.patch"
|
||||||
- "ramdisk-64216-sa6400-init-script.patch"
|
- "ramdisk-64216-sa6400-init-script.patch"
|
||||||
- "ramdisk-common-etc-rc.patch"
|
- "ramdisk-common-etc-rc.patch"
|
||||||
- "ramdisk-42951-post-init-script.patch"
|
- "ramdisk-42951-post-init-script.patch"
|
||||||
|
@ -2,5 +2,5 @@ remove:
|
|||||||
replace:
|
replace:
|
||||||
".buildroot/output/images/bzImage": "/mnt/p3/bzImage-arpl"
|
".buildroot/output/images/bzImage": "/mnt/p3/bzImage-arpl"
|
||||||
".buildroot/output/images/rootfs.cpio.xz": "/mnt/p3/initrd-arpl"
|
".buildroot/output/images/rootfs.cpio.xz": "/mnt/p3/initrd-arpl"
|
||||||
"files/board/arpl/p1/ARPL-VERSION" : "/mnt/p1/ARPL-VERSION"
|
"files/board/arpl/p1/ARPL-VERSION": "/mnt/p1/ARPL-VERSION"
|
||||||
"files/board/arpl/p1/boot/grub/grub.cfg": "/mnt/p1/boot/grub/grub.cfg"
|
"files/board/arpl/p1/boot/grub/grub.cfg": "/mnt/p1/boot/grub/grub.cfg"
|
Loading…
x
Reference in New Issue
Block a user