diff options
| author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-01 22:01:55 +0000 |
|---|---|---|
| committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-01 22:01:55 +0000 |
| commit | ea9270680030814d7d4f522ee18ff05d99a30e99 (patch) | |
| tree | 91f01cfd406fa3e0829de6a585c9104cd3a21889 | |
| parent | ae247977848f940a4d71c1e90f6fdce56e004f4a (diff) | |
debianslug/openslug: Add rng-daemon to rootfs. Adds ~25kb
| -rw-r--r-- | conf/distro/debianslug.conf | 3 | ||||
| -rw-r--r-- | conf/distro/openslug.conf | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf index cba1190af8..e28fb85d88 100644 --- a/conf/distro/debianslug.conf +++ b/conf/distro/debianslug.conf @@ -96,9 +96,10 @@ DEBIANSLUG_STANDARD_RDEPENDS += "\ kernel-module-i2c-dev \ " -# Add module required for HW RNG support +# Add module & daemon required for HW RNG support DEBIANSLUG_STANDARD_RDEPENDS += "\ kernel-module-ixp4xx-rng \ +rng-tools \ " # Add modules required for usb support diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 96c779fd49..d5ceeee105 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -96,9 +96,10 @@ OPENSLUG_STANDARD_RDEPENDS += "\ kernel-module-i2c-dev \ " -# Add module required for HW RNG support +# Add module & daemon required for HW RNG support OPENSLUG_STANDARD_RDEPENDS += "\ kernel-module-ixp4xx-rng \ +rng-tools \ " # Add modules required for usb support |
