diff options
author | Sebastian Schmelzer | 2012-05-22 12:28:16 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2012-05-22 12:28:16 +0200 |
commit | 41ab3c637f963e20253dff0fa16e5b2a3a60c281 (patch) | |
tree | 216fb812be467d595d83009c05f58c5d9272c5a8 | |
parent | update dnbd3-client (diff) | |
download | core-41ab3c637f963e20253dff0fa16e5b2a3a60c281.tar.gz core-41ab3c637f963e20253dff0fa16e5b2a3a60c281.tar.xz core-41ab3c637f963e20253dff0fa16e5b2a3a60c281.zip |
fix for rlt8169 firmware
-rw-r--r-- | src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm b/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm index 1842edad..1771784c 100644 --- a/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm +++ b/src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm @@ -294,6 +294,7 @@ sub _copyKernelModules case "radeon.ko" {push @firmwares, split ' ', "radeon/"} case "mga.ko" {push @firmwares, split ' ', "matrox/"} case "r128.ko" {push @firmwares, split ' ', "r128/"} + case "r8169.ko" {push @firmwares, split ' ', "rtl_nic/"} } } # copy all the firmwares that we think are required |