diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-01-24 13:32:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-24 13:32:01 +0000 |
commit | 916c3f0f858d2c490d0aea18cd7052ddeb49e8d2 (patch) | |
tree | b6fcb979e222482e63b69b73beb4d1b42246c34d /conf/distro/openslug.conf | |
parent | bdb9240b069dca05883d095476d6e830634b3027 (diff) |
debianslug/openslug.conf: Fix breakage caused by <DISTRO>_EXTRA_RDEPENDS.
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 8317f1d325..f5b5e75a60 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -109,6 +109,7 @@ kernel-module-nls-utf8 \ # a bootable, useable, system however they *are* expected to be present # in OpenSlug - see nslu2-bag for a more minimal configuration and some # more instructions about how to make a non-openslug image. +OPENSLUG_EXTRA_RDEPENDS ?= "" SLUGOS_EXTRA_RDEPENDS = "${OPENSLUG_STANDARD_RDEPENDS} ${OPENSLUG_EXTRA_RDEPENDS}" #---------------------------------------------------------------------------------- |