summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-05-22 12:28:16 +0200
committerSebastian Schmelzer2012-05-22 12:28:16 +0200
commit41ab3c637f963e20253dff0fa16e5b2a3a60c281 (patch)
tree216fb812be467d595d83009c05f58c5d9272c5a8 /src
parentupdate dnbd3-client (diff)
downloadcore-41ab3c637f963e20253dff0fa16e5b2a3a60c281.tar.gz
core-41ab3c637f963e20253dff0fa16e5b2a3a60c281.tar.xz
core-41ab3c637f963e20253dff0fa16e5b2a3a60c281.zip
fix for rlt8169 firmware
Diffstat (limited to 'src')
-rw-r--r--src/boot-env/OpenSLX/MakeInitRamFS/Engine/Base.pm1
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