From 9b623817d54df231b28498c0c17241eec32b3ccd Mon Sep 17 00:00:00 2001 From: Fabio Belavenuto Date: Wed, 6 Jul 2022 09:36:22 -0300 Subject: [PATCH] Fixing not needed modules --- .github/workflows/main.yml | 9 +-------- .../board/arpl/overlayfs/opt/arpl/include/consts.sh | 2 +- .../overlayfs/opt/arpl/model-configs/DS1621+.yml | 8 +++++--- .../overlayfs/opt/arpl/model-configs/DS2422+.yml | 7 ++++--- .../overlayfs/opt/arpl/model-configs/DS3617xs.yml | 1 + .../overlayfs/opt/arpl/model-configs/DS3622xs+.yml | 5 +++-- .../arpl/overlayfs/opt/arpl/model-configs/DS918+.yml | 6 ++---- .../arpl/overlayfs/opt/arpl/model-configs/DS920+.yml | 6 ------ .../overlayfs/opt/arpl/model-configs/DVA1622.yml | 12 +++++++----- .../overlayfs/opt/arpl/model-configs/DVA3221.yml | 1 - 10 files changed, 24 insertions(+), 33 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 82a1ad5c..8d23d88e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,7 @@ -name: Build img +name: Build image # Controls when the workflow will run on: - -# push: -# branches: -# - main -# pull_request: # When a release is published release: @@ -26,8 +21,6 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - with: - submodules: recursive # Install missing buildroot dependency - name: Install dependency diff --git a/files/board/arpl/overlayfs/opt/arpl/include/consts.sh b/files/board/arpl/overlayfs/opt/arpl/include/consts.sh index 35bdaf19..a291890c 100644 --- a/files/board/arpl/overlayfs/opt/arpl/include/consts.sh +++ b/files/board/arpl/overlayfs/opt/arpl/include/consts.sh @@ -1,5 +1,5 @@ -ARPL_VERSION="0.1-alpha3" +ARPL_VERSION="0.1-alpha4" # Define paths TMP_PATH="/tmp" diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS1621+.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS1621+.yml index 447bb0f1..99609569 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS1621+.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS1621+.yml @@ -2,15 +2,17 @@ id: "DS1621+" modules-notneeded: &modules-notneeded - ahci - ata_piix + - amd_xgbe + - marvell10g - i40e + - r8168 + - r8169 - ixgbe - - igb - - e1000e - - dca - etxhci_hcd - xhci_hcd - ehci-pci - uhci_hcd + - mv14xx synoinfo: &synoinfo support_disk_compatibility: "no" support_memory_compatibility: "no" diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS2422+.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS2422+.yml index 01af2f9d..5d1c0231 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS2422+.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS2422+.yml @@ -2,15 +2,16 @@ id: "DS2422+" modules-notneeded: &modules-notneeded - ahci - ata_piix + - amd_xgbe + - marvell10g - i40e + - r8168 - ixgbe - - igb - - e1000e - - dca - etxhci_hcd - xhci_hcd - ehci-pci - uhci_hcd + - mv14xx synoinfo: &synoinfo rss_server: "http://example.com/null.xml" rss_server_ssl: "https://example.com/null.xml" diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS3617xs.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS3617xs.yml index cfc30ca6..ad17838d 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS3617xs.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS3617xs.yml @@ -10,6 +10,7 @@ modules-notneeded: &modules-notneeded - xhci_pci - xhci_hcd - uhci_hcd + - mv14xx synoinfo: &synoinfo esataportcfg: "0x00" usbportcfg: "0x8700" diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS3622xs+.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS3622xs+.yml index 3df04c7b..c2e558ed 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS3622xs+.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS3622xs+.yml @@ -3,16 +3,17 @@ modules-notneeded: &modules-notneeded - ahci - ata_piix - i40e + - r8168 + - r8169 - ixgbe - igb - e1000e - - r8168 - - r8169 - dca - etxhci_hcd - xhci_hcd - ehci-pci - uhci_hcd + - mv14xx synoinfo: &synoinfo esataportcfg: "0x00" support_bde_internal_10g: "no" diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS918+.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS918+.yml index f7a9958a..85cd62a1 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS918+.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS918+.yml @@ -2,14 +2,12 @@ id: "DS918+" modules-notneeded: &modules-notneeded - ahci - ata_piix - - i40e - - ixgbe + - r8168 + - r8169 - igb - e1000e - - dca - etxhci_hcd - xhci_hcd - - ehci-pci - uhci_hcd synoinfo: &synoinfo esataportcfg: "0x00" diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS920+.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS920+.yml index 0efd7f7a..ded601d8 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DS920+.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DS920+.yml @@ -2,16 +2,10 @@ id: "DS920+" modules-notneeded: &modules-notneeded - ahci - ata_piix - - i40e - - ixgbe - - igb - - e1000e - r8168 - r8169 - - dca - etxhci_hcd - xhci_hcd - - ehci-pci - uhci_hcd synoinfo: &synoinfo rss_server: "http://example.com/null.xml" diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA1622.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA1622.yml index 5dd7ecbd..6a11372a 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA1622.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA1622.yml @@ -2,16 +2,18 @@ id: "DVA1622" modules-notneeded: &modules-notneeded - ahci - ata_piix - - i40e - - ixgbe - - igb - - e1000e - r8168 - r8169 - - dca - etxhci_hcd - xhci_hcd - uhci_hcd + - i915 + - drm + - fb + - fbdev + - video + - backlight + - button synoinfo: &synoinfo buzzeroffen: "0xffff" rss_server: "http://example.com/null.xml" diff --git a/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3221.yml b/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3221.yml index bb49a9cd..8489fb09 100644 --- a/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3221.yml +++ b/files/board/arpl/overlayfs/opt/arpl/model-configs/DVA3221.yml @@ -6,7 +6,6 @@ modules-notneeded: &modules-notneeded - ixgbe - igb - e1000e - - dca - etxhci_hcd - xhci_hcd - ehci-pci