diff options
| author | Mike Westerhof <mwester@dls.net> | 2007-01-02 03:33:32 +0000 |
|---|---|---|
| committer | Mike Westerhof <mwester@dls.net> | 2007-01-02 03:33:32 +0000 |
| commit | 183566dd82c3a349cab406ce9cb8b4e2745b0fc2 (patch) | |
| tree | 88aa663fe2d0b4c6003f2e33f0e35ccd2fb5a62a | |
| parent | f2d109374486bca20786090da2601a2bdd1356ef (diff) | |
openslug/debianslug: add via-velocity NIC driver module to the rootfs
| -rw-r--r-- | conf/distro/debianslug.conf | 5 | ||||
| -rw-r--r-- | conf/distro/openslug.conf | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index 2904db1108..d33ae96c68 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -103,6 +103,11 @@ kernel-module-libata \ kernel-module-pata-artop \ " +# Add modules required for Network support +OPENSLUG_STANDARD_RDEPENDS += "\ +kernel-module-via-velocity \ +" + # This documents other file systems which are built but not installed # by default in the flash image. # diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 8634d091f0..1091aa2e98 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -103,6 +103,11 @@ kernel-module-libata \ kernel-module-pata-artop \ " +# Add modules required for Network support +OPENSLUG_STANDARD_RDEPENDS += "\ +kernel-module-via-velocity \ +" + # This documents other file systems which are built but not installed # by default in the flash image. # |
