mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 17:01:44 +04:00
mvebu: fix kmod for switch on clearfog base/pro
commiteaa82118eamissed kmod change for clearfog base/pro Fixes:eaa82118ea("mvebu: Switch to use a module for mv88e6xxx") Signed-off-by: Sven Friedmann <sf.github@okay.ms> Link: https://github.com/openwrt/openwrt/pull/22918 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit92259bcf1e)
This commit is contained in:
committed by
Robert Marko
parent
714240997d
commit
12e56ac8d4
@@ -416,7 +416,7 @@ define Device/solidrun_clearfog-base-a1
|
||||
DEVICE_MODEL := ClearFog Base
|
||||
KERNEL_INSTALL := 1
|
||||
KERNEL := kernel-bin
|
||||
DEVICE_PACKAGES := mkf2fs e2fsprogs partx-utils
|
||||
DEVICE_PACKAGES := mkf2fs e2fsprogs partx-utils kmod-dsa-mv88e6xxx
|
||||
IMAGES := sdcard.img.gz
|
||||
IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
|
||||
DEVICE_DTS := armada-388-clearfog-base armada-388-clearfog-pro
|
||||
@@ -434,7 +434,7 @@ define Device/solidrun_clearfog-pro-a1
|
||||
DEVICE_MODEL := ClearFog Pro
|
||||
KERNEL_INSTALL := 1
|
||||
KERNEL := kernel-bin
|
||||
DEVICE_PACKAGES := mkf2fs e2fsprogs partx-utils
|
||||
DEVICE_PACKAGES := mkf2fs e2fsprogs partx-utils kmod-dsa-mv88e6xxx
|
||||
IMAGES := sdcard.img.gz
|
||||
IMAGE/sdcard.img.gz := boot-scr | boot-img-ext4 | sdcard-img-ext4 | gzip | append-metadata
|
||||
DEVICE_DTS := armada-388-clearfog-pro armada-388-clearfog-base
|
||||
|
||||
Reference in New Issue
Block a user