diff options
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 44102298..035a442e 100644 --- a/scripts/package-build/linux-kernel/package.toml +++ b/scripts/package-build/linux-kernel/package.toml @@ -65,3 +65,9 @@ name = "mlnx" commit_id = "" scm_url = "" build_cmd = "build_mellanox_ofed" + +[[packages]] +name = "realtek-r8152" +commit_id = "" +scm_url = "" +build_cmd = "build_realtek_r8152" |