mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Den Guardian mal korrigiert, einen Tippfehler korrigiert und versucht
die Jetway GigaNics ans laufen zu bekommen mittels der neuen NAPI. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@728 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -163,8 +163,8 @@ int main(int argc, char *argv[])
|
||||
mysystem("/sbin/modprobe iso9660");
|
||||
mysystem("/sbin/modprobe ext2");
|
||||
|
||||
// Loading the via_rhine driver because it isn't detected correctly
|
||||
mysystem("/sbin/modprobe via_rhine");
|
||||
// Loading the via_rhine driver because it isn't detected correctly (sometimes)
|
||||
mysystem("/sbin/modprobe via-rhine");
|
||||
}
|
||||
|
||||
if (unattended) {
|
||||
|
||||
Reference in New Issue
Block a user