mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
5779ec238a
Changelog:
===========
Primarily widen the gamut of supported kernel versions, now supporting
all kernels from 5.2 and onwards.
Added
------
mvls: Support for 88E6320/88E6321
Changed
--------
mdio-netlink: Adapt to the upstream C22/C45 refactor.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
273 B
BlitzBasic
14 lines
273 B
BlitzBasic
require mdio-tools.inc
|
|
|
|
DEPENDS += "virtual/kernel libmnl"
|
|
# This module requires Linux 5.6 higher
|
|
|
|
S = "${WORKDIR}/git/kernel"
|
|
|
|
inherit module
|
|
|
|
EXTRA_OEMAKE = "KDIR=${STAGING_KERNEL_DIR}"
|
|
MODULES_INSTALL_TARGET = "install"
|
|
|
|
RPROVIDES:${PN} += "kernel-module-mdio-netlink"
|