diff options
| author | Thomas Kupper <thomas.kupper@gmail.com> | 2025-04-11 09:44:47 +0200 |
|---|---|---|
| committer | Thomas Kupper <thomas.kupper@gmail.com> | 2025-10-06 08:43:51 +0200 |
| commit | 6d01ffa05ed37bfa1caceb30b857280f66dff08a (patch) | |
| tree | 7b10cd0c183af8d667f289b0989b3955804bb33b /scripts/package-build/linux-kernel/package.toml | |
| parent | 12dbf5156a2a425bc4f3016355376b3820e704a9 (diff) | |
| download | vyos-build-6d01ffa05ed37bfa1caceb30b857280f66dff08a.tar.gz vyos-build-6d01ffa05ed37bfa1caceb30b857280f66dff08a.zip | |
T7857: Add Realtek RTL8126 5Gbit driver
Signed-off-by: Thomas Kupper <thomas.kupper@gmail.com>
Diffstat (limited to 'scripts/package-build/linux-kernel/package.toml')
| -rw-r--r-- | scripts/package-build/linux-kernel/package.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/package-build/linux-kernel/package.toml b/scripts/package-build/linux-kernel/package.toml index 86134949..0e642db3 100644 --- a/scripts/package-build/linux-kernel/package.toml +++ b/scripts/package-build/linux-kernel/package.toml @@ -77,6 +77,12 @@ scm_url = "" build_cmd = "build_mellanox_ofed" [[packages]] +name = "realtek-r8126" +commit_id = "" +scm_url = "" +build_cmd = "build_realtek_r8126" + +[[packages]] name = "realtek-r8152" commit_id = "" scm_url = "" |
