summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/debianslug.conf1
-rw-r--r--conf/distro/openslug.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf
index f23eced80e..e496398c33 100644
--- a/conf/distro/debianslug.conf
+++ b/conf/distro/debianslug.conf
@@ -109,6 +109,7 @@ kernel-module-nls-utf8 \
# a bootable, useable, system however they *are* expected to be present
# in DebianSlug - see slugos-lag for a more minimal configuration and some
# more instructions about how to make a non-debianslug image.
+DEBIANSLUG_EXTRA_RDEPENDS ?= ""
SLUGOS_EXTRA_RDEPENDS = "${DEBIANSLUG_STANDARD_RDEPENDS} ${DEBIANSLUG_EXTRA_RDEPENDS}"
#----------------------------------------------------------------------------------
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}"
#----------------------------------------------------------------------------------