mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Fixing not needed modules
This commit is contained in:
parent
e88979d6be
commit
fb9fe5c9f7
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -1,13 +1,8 @@
|
|||||||
name: Build img
|
name: Build image
|
||||||
|
|
||||||
# Controls when the workflow will run
|
# Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
|
|
||||||
# push:
|
|
||||||
# branches:
|
|
||||||
# - main
|
|
||||||
# pull_request:
|
|
||||||
|
|
||||||
# When a release is published
|
# When a release is published
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
@ -26,8 +21,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
# Install missing buildroot dependency
|
# Install missing buildroot dependency
|
||||||
- name: Install dependency
|
- name: Install dependency
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
ARPL_VERSION="0.1-alpha3"
|
ARPL_VERSION="0.1-alpha4"
|
||||||
|
|
||||||
# Define paths
|
# Define paths
|
||||||
TMP_PATH="/tmp"
|
TMP_PATH="/tmp"
|
||||||
|
@ -2,15 +2,17 @@ id: "DS1621+"
|
|||||||
modules-notneeded: &modules-notneeded
|
modules-notneeded: &modules-notneeded
|
||||||
- ahci
|
- ahci
|
||||||
- ata_piix
|
- ata_piix
|
||||||
|
- amd_xgbe
|
||||||
|
- marvell10g
|
||||||
- i40e
|
- i40e
|
||||||
|
- r8168
|
||||||
|
- r8169
|
||||||
- ixgbe
|
- ixgbe
|
||||||
- igb
|
|
||||||
- e1000e
|
|
||||||
- dca
|
|
||||||
- etxhci_hcd
|
- etxhci_hcd
|
||||||
- xhci_hcd
|
- xhci_hcd
|
||||||
- ehci-pci
|
- ehci-pci
|
||||||
- uhci_hcd
|
- uhci_hcd
|
||||||
|
- mv14xx
|
||||||
synoinfo: &synoinfo
|
synoinfo: &synoinfo
|
||||||
support_disk_compatibility: "no"
|
support_disk_compatibility: "no"
|
||||||
support_memory_compatibility: "no"
|
support_memory_compatibility: "no"
|
||||||
|
@ -2,15 +2,16 @@ id: "DS2422+"
|
|||||||
modules-notneeded: &modules-notneeded
|
modules-notneeded: &modules-notneeded
|
||||||
- ahci
|
- ahci
|
||||||
- ata_piix
|
- ata_piix
|
||||||
|
- amd_xgbe
|
||||||
|
- marvell10g
|
||||||
- i40e
|
- i40e
|
||||||
|
- r8168
|
||||||
- ixgbe
|
- ixgbe
|
||||||
- igb
|
|
||||||
- e1000e
|
|
||||||
- dca
|
|
||||||
- etxhci_hcd
|
- etxhci_hcd
|
||||||
- xhci_hcd
|
- xhci_hcd
|
||||||
- ehci-pci
|
- ehci-pci
|
||||||
- uhci_hcd
|
- uhci_hcd
|
||||||
|
- mv14xx
|
||||||
synoinfo: &synoinfo
|
synoinfo: &synoinfo
|
||||||
rss_server: "http://example.com/null.xml"
|
rss_server: "http://example.com/null.xml"
|
||||||
rss_server_ssl: "https://example.com/null.xml"
|
rss_server_ssl: "https://example.com/null.xml"
|
||||||
|
@ -10,6 +10,7 @@ modules-notneeded: &modules-notneeded
|
|||||||
- xhci_pci
|
- xhci_pci
|
||||||
- xhci_hcd
|
- xhci_hcd
|
||||||
- uhci_hcd
|
- uhci_hcd
|
||||||
|
- mv14xx
|
||||||
synoinfo: &synoinfo
|
synoinfo: &synoinfo
|
||||||
esataportcfg: "0x00"
|
esataportcfg: "0x00"
|
||||||
usbportcfg: "0x8700"
|
usbportcfg: "0x8700"
|
||||||
|
@ -3,16 +3,17 @@ modules-notneeded: &modules-notneeded
|
|||||||
- ahci
|
- ahci
|
||||||
- ata_piix
|
- ata_piix
|
||||||
- i40e
|
- i40e
|
||||||
|
- r8168
|
||||||
|
- r8169
|
||||||
- ixgbe
|
- ixgbe
|
||||||
- igb
|
- igb
|
||||||
- e1000e
|
- e1000e
|
||||||
- r8168
|
|
||||||
- r8169
|
|
||||||
- dca
|
- dca
|
||||||
- etxhci_hcd
|
- etxhci_hcd
|
||||||
- xhci_hcd
|
- xhci_hcd
|
||||||
- ehci-pci
|
- ehci-pci
|
||||||
- uhci_hcd
|
- uhci_hcd
|
||||||
|
- mv14xx
|
||||||
synoinfo: &synoinfo
|
synoinfo: &synoinfo
|
||||||
esataportcfg: "0x00"
|
esataportcfg: "0x00"
|
||||||
support_bde_internal_10g: "no"
|
support_bde_internal_10g: "no"
|
||||||
|
@ -2,14 +2,12 @@ id: "DS918+"
|
|||||||
modules-notneeded: &modules-notneeded
|
modules-notneeded: &modules-notneeded
|
||||||
- ahci
|
- ahci
|
||||||
- ata_piix
|
- ata_piix
|
||||||
- i40e
|
- r8168
|
||||||
- ixgbe
|
- r8169
|
||||||
- igb
|
- igb
|
||||||
- e1000e
|
- e1000e
|
||||||
- dca
|
|
||||||
- etxhci_hcd
|
- etxhci_hcd
|
||||||
- xhci_hcd
|
- xhci_hcd
|
||||||
- ehci-pci
|
|
||||||
- uhci_hcd
|
- uhci_hcd
|
||||||
synoinfo: &synoinfo
|
synoinfo: &synoinfo
|
||||||
esataportcfg: "0x00"
|
esataportcfg: "0x00"
|
||||||
|
@ -2,16 +2,10 @@ id: "DS920+"
|
|||||||
modules-notneeded: &modules-notneeded
|
modules-notneeded: &modules-notneeded
|
||||||
- ahci
|
- ahci
|
||||||
- ata_piix
|
- ata_piix
|
||||||
- i40e
|
|
||||||
- ixgbe
|
|
||||||
- igb
|
|
||||||
- e1000e
|
|
||||||
- r8168
|
- r8168
|
||||||
- r8169
|
- r8169
|
||||||
- dca
|
|
||||||
- etxhci_hcd
|
- etxhci_hcd
|
||||||
- xhci_hcd
|
- xhci_hcd
|
||||||
- ehci-pci
|
|
||||||
- uhci_hcd
|
- uhci_hcd
|
||||||
synoinfo: &synoinfo
|
synoinfo: &synoinfo
|
||||||
rss_server: "http://example.com/null.xml"
|
rss_server: "http://example.com/null.xml"
|
||||||
|
@ -2,16 +2,18 @@ id: "DVA1622"
|
|||||||
modules-notneeded: &modules-notneeded
|
modules-notneeded: &modules-notneeded
|
||||||
- ahci
|
- ahci
|
||||||
- ata_piix
|
- ata_piix
|
||||||
- i40e
|
|
||||||
- ixgbe
|
|
||||||
- igb
|
|
||||||
- e1000e
|
|
||||||
- r8168
|
- r8168
|
||||||
- r8169
|
- r8169
|
||||||
- dca
|
|
||||||
- etxhci_hcd
|
- etxhci_hcd
|
||||||
- xhci_hcd
|
- xhci_hcd
|
||||||
- uhci_hcd
|
- uhci_hcd
|
||||||
|
- i915
|
||||||
|
- drm
|
||||||
|
- fb
|
||||||
|
- fbdev
|
||||||
|
- video
|
||||||
|
- backlight
|
||||||
|
- button
|
||||||
synoinfo: &synoinfo
|
synoinfo: &synoinfo
|
||||||
buzzeroffen: "0xffff"
|
buzzeroffen: "0xffff"
|
||||||
rss_server: "http://example.com/null.xml"
|
rss_server: "http://example.com/null.xml"
|
||||||
|
@ -6,7 +6,6 @@ modules-notneeded: &modules-notneeded
|
|||||||
- ixgbe
|
- ixgbe
|
||||||
- igb
|
- igb
|
||||||
- e1000e
|
- e1000e
|
||||||
- dca
|
|
||||||
- etxhci_hcd
|
- etxhci_hcd
|
||||||
- xhci_hcd
|
- xhci_hcd
|
||||||
- ehci-pci
|
- ehci-pci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user