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
13
.github/workflows/grub.yml
vendored
13
.github/workflows/grub.yml
vendored
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Copyright (C) 2022 Ing <https://github.com/wjz304>
|
||||
#
|
||||
#
|
||||
# This is free software, licensed under the MIT License.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
@ -10,8 +10,8 @@ name: Grub
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
push:
|
||||
description: 'push'
|
||||
push:
|
||||
description: "push"
|
||||
default: false
|
||||
type: boolean
|
||||
jobs:
|
||||
@ -22,11 +22,11 @@ jobs:
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Initialization environment
|
||||
run : |
|
||||
run: |
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --global user.name "github-actions[bot]"
|
||||
sudo timedatectl set-timezone "Asia/Shanghai"
|
||||
|
||||
|
||||
sudo apt update
|
||||
sudo apt install -y build-essential bison flex dosfstools
|
||||
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
if [ -f "grub.img.gz" ]; then
|
||||
echo "Copy img ..."
|
||||
mv -f grub.img.gz files/board/arpl/grub.img.gz
|
||||
|
||||
|
||||
echo "Git push ..."
|
||||
git pull
|
||||
status=$(git status -s | grep -E 'grub.img.gz' | awk '{printf " %s", $2}')
|
||||
@ -59,4 +59,3 @@ jobs:
|
||||
else
|
||||
echo "No change ..."
|
||||
fi
|
||||
|
||||
|
10
.github/workflows/issues.yml
vendored
10
.github/workflows/issues.yml
vendored
@ -1,11 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2022 Ing <https://github.com/wjz304>
|
||||
#
|
||||
#
|
||||
# This is free software, licensed under the MIT License.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
|
||||
name: Auto Comment
|
||||
on:
|
||||
issues:
|
||||
@ -16,12 +15,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Init Env
|
||||
run : |
|
||||
run: |
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
git config --global user.name "github-actions[bot]"
|
||||
sudo timedatectl set-timezone "Asia/Shanghai"
|
||||
|
||||
|
||||
- name: Check Issues
|
||||
run: |
|
||||
if echo "${{ github.event.issue.body }}" | grep -q "DS"; then
|
||||
@ -34,9 +32,9 @@ jobs:
|
||||
if: env.FALG == 'false'
|
||||
uses: actions-cool/issues-helper@v3
|
||||
with:
|
||||
actions: 'create-comment'
|
||||
actions: "create-comment"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-number: ${{ github.event.issue.number }}
|
||||
body: |
|
||||
body: |
|
||||
<img src="https://user-images.githubusercontent.com/5615843/235939097-6798da58-24fd-44cc-9970-c8d2f9609704.jpg" width="400">
|
||||
emoji: heart
|
||||
|
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -1,6 +1,6 @@
|
||||
#
|
||||
# Copyright (C) 2022 Ing <https://github.com/wjz304>
|
||||
#
|
||||
#
|
||||
# This is free software, licensed under the MIT License.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
@ -20,11 +20,11 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: 'format %y.%-m.$i or auto'
|
||||
description: "format %y.%-m.$i or auto"
|
||||
required: false
|
||||
type: string
|
||||
prerelease:
|
||||
description: 'pre release'
|
||||
description: "pre release"
|
||||
default: false
|
||||
type: boolean
|
||||
|
||||
@ -47,7 +47,7 @@ jobs:
|
||||
sudo apt update
|
||||
sudo apt install -y jq gawk gettext libelf-dev qemu-utils
|
||||
sudo snap install yq
|
||||
|
||||
|
||||
# Check dl cache
|
||||
- name: Cache downloads
|
||||
id: dl-cache
|
||||
@ -191,7 +191,7 @@ jobs:
|
||||
zip -9j update.zip "${F}"
|
||||
fi
|
||||
done < <(yq '.replace | explode(.) | to_entries | map([.key])[] | .[]' update-list.yml)
|
||||
zip -9j update.zip sha256sum
|
||||
zip -9j update.zip sha256sum
|
||||
|
||||
# Upload artifact
|
||||
- name: Upload
|
||||
|
@ -1,6 +1,6 @@
|
||||
# https://taskfile.dev
|
||||
|
||||
version: '3'
|
||||
version: "3"
|
||||
|
||||
tasks:
|
||||
build-img:
|
||||
|
@ -30,10 +30,10 @@ sudo mount ${LOOPX}p1 "${BINARIES_DIR}/p1"
|
||||
sudo mount ${LOOPX}p3 "${BINARIES_DIR}/p3"
|
||||
|
||||
echo "Copying files"
|
||||
sudo cp "${BINARIES_DIR}/bzImage" "${BINARIES_DIR}/p3/bzImage-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}/p3/"* "${BINARIES_DIR}/p3"
|
||||
sudo cp "${BINARIES_DIR}/bzImage" "${BINARIES_DIR}/p3/bzImage-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}/p3/"* "${BINARIES_DIR}/p3"
|
||||
sync
|
||||
|
||||
echo "Unmount image file"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -20,12 +20,12 @@ platform: "apollolake"
|
||||
unique: "synology_apollolake_1019+"
|
||||
serial:
|
||||
prefix:
|
||||
- "1850"
|
||||
- "1880"
|
||||
- "1850"
|
||||
- "1880"
|
||||
middle: "QXR"
|
||||
suffix: "numeric"
|
||||
flags:
|
||||
- "movbe"
|
||||
- "movbe"
|
||||
dom: 2
|
||||
dt: false
|
||||
disks: 4
|
||||
@ -39,11 +39,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -53,11 +53,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -67,11 +67,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -81,8 +81,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -20,7 +20,7 @@ platform: "geminilake"
|
||||
unique: "synology_geminilake_1520+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2060"
|
||||
- "2060"
|
||||
middle: "RYR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -36,10 +36,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -49,10 +49,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -62,10 +62,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -75,7 +75,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -21,7 +21,7 @@ platform: "v1000"
|
||||
unique: "synology_v1000_1621+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2080"
|
||||
- "2080"
|
||||
middle: "S7R"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -37,10 +37,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -50,10 +50,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -63,10 +63,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -76,7 +76,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -20,7 +20,7 @@ platform: "broadwellnk"
|
||||
unique: "synology_broadwellnk_1621xs+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2070"
|
||||
- "2070"
|
||||
middle: "RVR"
|
||||
suffix: "alpha"
|
||||
dom: 1
|
||||
@ -36,11 +36,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -50,11 +50,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -64,11 +64,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -78,8 +78,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -19,7 +19,7 @@ platform: "denverton"
|
||||
unique: "synology_denverton_1819+"
|
||||
serial:
|
||||
prefix:
|
||||
- "1890"
|
||||
- "1890"
|
||||
middle: "R5R"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -35,11 +35,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -49,11 +49,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -63,11 +63,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -77,8 +77,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -21,7 +21,7 @@ platform: "v1000"
|
||||
unique: "synology_v1000_1821+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2110"
|
||||
- "2110"
|
||||
middle: "SKR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -37,10 +37,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -50,10 +50,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -63,10 +63,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -76,7 +76,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -19,7 +19,7 @@ platform: "v1000"
|
||||
unique: "synology_v1000_1823xs+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2280"
|
||||
- "2280"
|
||||
middle: "V5R"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -35,10 +35,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -48,7 +48,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -21,7 +21,7 @@ platform: "geminilake"
|
||||
unique: "synology_geminilake_220+"
|
||||
serial:
|
||||
prefix:
|
||||
- "0000"
|
||||
- "0000"
|
||||
middle: "XXX"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -37,10 +37,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -50,10 +50,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -63,10 +63,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -76,7 +76,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -19,7 +19,7 @@ platform: "denverton"
|
||||
unique: "synology_denverton_2419+"
|
||||
serial:
|
||||
prefix:
|
||||
- "1880"
|
||||
- "1880"
|
||||
middle: "QZA"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -35,11 +35,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -49,11 +49,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -63,11 +63,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -77,8 +77,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -19,8 +19,8 @@ platform: "v1000"
|
||||
unique: "synology_v1000_2422+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2140"
|
||||
- "2180"
|
||||
- "2140"
|
||||
- "2180"
|
||||
middle: "SLR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -36,10 +36,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -49,10 +49,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -62,7 +62,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -19,10 +19,10 @@ platform: "bromolow"
|
||||
unique: "synology_bromolow_3615xs"
|
||||
serial:
|
||||
prefix:
|
||||
- "1130"
|
||||
- "1230"
|
||||
- "1330"
|
||||
- "1430"
|
||||
- "1130"
|
||||
- "1230"
|
||||
- "1330"
|
||||
- "1430"
|
||||
middle: "LWN"
|
||||
suffix: "numeric"
|
||||
dom: 1
|
||||
@ -38,11 +38,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "3.10.108"
|
||||
@ -52,11 +52,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "3.10.108"
|
||||
@ -66,8 +66,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -19,10 +19,10 @@ platform: "broadwell"
|
||||
unique: "synology_broadwell_3617xs"
|
||||
serial:
|
||||
prefix:
|
||||
- "1130"
|
||||
- "1230"
|
||||
- "1330"
|
||||
- "1430"
|
||||
- "1130"
|
||||
- "1230"
|
||||
- "1330"
|
||||
- "1430"
|
||||
middle: "ODN"
|
||||
suffix: "numeric"
|
||||
dom: 1
|
||||
@ -38,11 +38,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -52,11 +52,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -66,11 +66,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -80,8 +80,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -20,7 +20,7 @@ platform: "broadwellnk"
|
||||
unique: "synology_broadwellnk_3622xs+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2150"
|
||||
- "2150"
|
||||
middle: "SQR"
|
||||
suffix: "alpha"
|
||||
dom: 1
|
||||
@ -36,11 +36,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -50,11 +50,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -64,8 +64,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -21,7 +21,7 @@ platform: "geminilake"
|
||||
unique: "synology_geminilake_423+"
|
||||
serial:
|
||||
prefix:
|
||||
- "22A0"
|
||||
- "22A0"
|
||||
middle: "VKR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -37,10 +37,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -50,7 +50,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -20,11 +20,11 @@ platform: "apollolake"
|
||||
unique: "synology_apollolake_718+"
|
||||
serial:
|
||||
prefix:
|
||||
- "1930"
|
||||
- "1930"
|
||||
middle: "PEN"
|
||||
suffix: "numeric"
|
||||
flags:
|
||||
- "movbe"
|
||||
- "movbe"
|
||||
dom: 2
|
||||
dt: false
|
||||
disks: 4
|
||||
@ -38,11 +38,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -52,11 +52,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -66,11 +66,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -80,8 +80,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -20,8 +20,8 @@ platform: "geminilake"
|
||||
unique: "synology_geminilake_720+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2010"
|
||||
- "2110"
|
||||
- "2010"
|
||||
- "2110"
|
||||
middle: "QWR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -37,10 +37,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -50,10 +50,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -63,10 +63,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -76,7 +76,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -19,7 +19,7 @@ platform: "r1000"
|
||||
unique: "synology_r1000_723+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2270"
|
||||
- "2270"
|
||||
middle: "TQR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -35,10 +35,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -48,7 +48,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -20,11 +20,11 @@ platform: "apollolake"
|
||||
unique: "synology_apollolake_918+"
|
||||
serial:
|
||||
prefix:
|
||||
- "1910"
|
||||
- "1910"
|
||||
middle: "PDN"
|
||||
suffix: "numeric"
|
||||
flags:
|
||||
- "movbe"
|
||||
- "movbe"
|
||||
dom: 2
|
||||
dt: false
|
||||
disks: 4
|
||||
@ -38,11 +38,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -52,11 +52,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -66,11 +66,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -80,8 +80,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -21,10 +21,10 @@ platform: "geminilake"
|
||||
unique: "synology_geminilake_920+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2030"
|
||||
- "2040"
|
||||
- "20C0"
|
||||
- "2150"
|
||||
- "2030"
|
||||
- "2040"
|
||||
- "20C0"
|
||||
- "2150"
|
||||
middle: "SBR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -40,10 +40,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -53,10 +53,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -66,10 +66,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -79,7 +79,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -19,7 +19,7 @@ platform: "r1000"
|
||||
unique: "synology_r1000_923+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2270"
|
||||
- "2270"
|
||||
middle: "TQR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -35,10 +35,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -48,7 +48,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -20,10 +20,10 @@ platform: "geminilake"
|
||||
unique: "synology_geminilake_dva1622"
|
||||
serial:
|
||||
prefix:
|
||||
- "2030"
|
||||
- "2040"
|
||||
- "20C0"
|
||||
- "2150"
|
||||
- "2030"
|
||||
- "2040"
|
||||
- "20C0"
|
||||
- "2150"
|
||||
middle: "UBR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -39,10 +39,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -52,7 +52,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -19,12 +19,12 @@ platform: "denverton"
|
||||
unique: "synology_denverton_dva3219"
|
||||
serial:
|
||||
prefix:
|
||||
- "1930"
|
||||
- "1940"
|
||||
- "1930"
|
||||
- "1940"
|
||||
middle: "RFR"
|
||||
suffix: "alpha"
|
||||
flags:
|
||||
- "movbe"
|
||||
- "movbe"
|
||||
dom: 2
|
||||
dt: false
|
||||
disks: 4
|
||||
@ -38,11 +38,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -52,11 +52,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -66,11 +66,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -80,8 +80,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -19,14 +19,14 @@ platform: "denverton"
|
||||
unique: "synology_denverton_dva3221"
|
||||
serial:
|
||||
prefix:
|
||||
- "2030"
|
||||
- "2040"
|
||||
- "20C0"
|
||||
- "2150"
|
||||
- "2030"
|
||||
- "2040"
|
||||
- "20C0"
|
||||
- "2150"
|
||||
middle: "SJR"
|
||||
suffix: "alpha"
|
||||
flags:
|
||||
- "movbe"
|
||||
- "movbe"
|
||||
dom: 2
|
||||
dt: false
|
||||
disks: 4
|
||||
@ -40,11 +40,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -54,11 +54,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -68,11 +68,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -82,8 +82,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -19,7 +19,7 @@ platform: "v1000"
|
||||
unique: "synology_v1000_fs2500"
|
||||
serial:
|
||||
prefix:
|
||||
- "1960"
|
||||
- "1960"
|
||||
middle: "PSN"
|
||||
suffix: "numeric"
|
||||
dom: 2
|
||||
@ -35,10 +35,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -48,10 +48,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -61,7 +61,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -75,4 +75,4 @@ productvers:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -77,4 +77,4 @@ productvers:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.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+"
|
||||
serial:
|
||||
prefix:
|
||||
- "20B0"
|
||||
- "20B0"
|
||||
middle: "RWR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -38,10 +38,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -51,10 +51,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -64,10 +64,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -77,7 +77,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -19,7 +19,7 @@ platform: "broadwellnk"
|
||||
unique: "synology_broadwellnk_rs1619xs+"
|
||||
serial:
|
||||
prefix:
|
||||
- "1920"
|
||||
- "1920"
|
||||
middle: "QPR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -35,11 +35,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -49,11 +49,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -63,11 +63,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -77,8 +77,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -19,10 +19,10 @@ platform: "bromolow"
|
||||
unique: "synology_bromolow_rs3413xs+"
|
||||
serial:
|
||||
prefix:
|
||||
- "1130"
|
||||
- "1230"
|
||||
- "1330"
|
||||
- "1430"
|
||||
- "1130"
|
||||
- "1230"
|
||||
- "1330"
|
||||
- "1430"
|
||||
middle: "LWN"
|
||||
suffix: "numeric"
|
||||
dom: 1
|
||||
@ -38,11 +38,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "3.10.108"
|
||||
@ -52,11 +52,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "3.10.108"
|
||||
@ -66,8 +66,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -20,10 +20,10 @@ platform: "broadwell"
|
||||
unique: "synology_broadwell_rs3618xs"
|
||||
serial:
|
||||
prefix:
|
||||
- "1130"
|
||||
- "1230"
|
||||
- "1330"
|
||||
- "1430"
|
||||
- "1130"
|
||||
- "1230"
|
||||
- "1330"
|
||||
- "1430"
|
||||
middle: "ODN"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -39,11 +39,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -53,11 +53,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -67,11 +67,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -81,8 +81,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -19,7 +19,7 @@ platform: "broadwellnk"
|
||||
unique: "synology_broadwellnk_rs3621xs+"
|
||||
serial:
|
||||
prefix:
|
||||
- "20A0"
|
||||
- "20A0"
|
||||
middle: "SZR"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -35,11 +35,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -49,11 +49,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -63,11 +63,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -77,8 +77,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -19,7 +19,7 @@ platform: "broadwellnk"
|
||||
unique: "synology_broadwellnk_rs4021xs+"
|
||||
serial:
|
||||
prefix:
|
||||
- "2160"
|
||||
- "2160"
|
||||
middle: "T2R"
|
||||
suffix: "alpha"
|
||||
dom: 2
|
||||
@ -35,11 +35,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -49,11 +49,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -63,11 +63,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -77,8 +77,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -21,7 +21,7 @@ platform: "broadwellnk"
|
||||
unique: "synology_broadwellnk_sa3400"
|
||||
serial:
|
||||
prefix:
|
||||
- "1920"
|
||||
- "1920"
|
||||
middle: "RJR"
|
||||
suffix: "alpha"
|
||||
dom: 1
|
||||
@ -37,11 +37,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-25556-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-25556-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.0":
|
||||
kver: "4.4.180"
|
||||
@ -51,11 +51,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-common-post-init-script.patch"
|
||||
- "ramdisk-common-disable-disabled-ports.patch"
|
||||
|
||||
"7.1":
|
||||
kver: "4.4.180"
|
||||
@ -65,11 +65,11 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
||||
"7.2":
|
||||
kver: "4.4.302"
|
||||
@ -79,8 +79,8 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-42661-disable-disabled-ports.patch"
|
||||
|
@ -85,4 +85,4 @@ productvers:
|
||||
- "ramdisk-64216-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.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"
|
||||
serial:
|
||||
prefix:
|
||||
- "2270"
|
||||
- "2270"
|
||||
middle: "UMR"
|
||||
suffix: "alpha"
|
||||
dom: -1
|
||||
@ -34,10 +34,10 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-sa6400-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-common-disable-root-pwd.patch"
|
||||
- "ramdisk-common-sa6400-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
||||
"7.2":
|
||||
kpre: "7.2"
|
||||
@ -48,7 +48,7 @@ productvers:
|
||||
synoinfo:
|
||||
<<: *synoinfo
|
||||
patch:
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-sa6400-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
- "ramdisk-64216-disable-root-pwd.patch"
|
||||
- "ramdisk-64216-sa6400-init-script.patch"
|
||||
- "ramdisk-common-etc-rc.patch"
|
||||
- "ramdisk-42951-post-init-script.patch"
|
||||
|
@ -2,5 +2,5 @@ remove:
|
||||
replace:
|
||||
".buildroot/output/images/bzImage": "/mnt/p3/bzImage-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/boot/grub/grub.cfg": "/mnt/p1/boot/grub/grub.cfg"
|
||||
"files/board/arpl/p1/ARPL-VERSION": "/mnt/p1/ARPL-VERSION"
|
||||
"files/board/arpl/p1/boot/grub/grub.cfg": "/mnt/p1/boot/grub/grub.cfg"
|
||||
|
Loading…
x
Reference in New Issue
Block a user