summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/debianslug.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf
index 67563a8dd2..163e4cd1b6 100644
--- a/conf/distro/debianslug.conf
+++ b/conf/distro/debianslug.conf
@@ -45,7 +45,6 @@ DEBIANSLUG_REISER_PROGS = "reiserfsprogs"
# The standard firmware contents and additional packages built as requirements
# of the firmware are defined here in DEBIANSLUG_STANDARD_RDEPENDS and
# DEBIANSLUG_STANDARD_DEPENDS respectively.
-DEBIANSLUG_STANDARD_DEPENDS = ""
DEBIANSLUG_STANDARD_RDEPENDS = ""
# Support for a variety of file systems is built in to the debianslug
@@ -56,18 +55,15 @@ DEBIANSLUG_STANDARD_RDEPENDS = ""
# These lines add support for formatting ext2 and ext3 file systems
# on a hard disk attached to the NSLU2. ext3 is the standard Linux
# file system.
-DEBIANSLUG_STANDARD_DEPENDS += "e2fsprogs"
DEBIANSLUG_STANDARD_RDEPENDS += "${DEBIANSLUG_EXT2_PROGS}"
# These lines add support for formatting reiserfs file systems on
# a hard disk.
-DEBIANSLUG_STANDARD_DEPENDS += "reiserfsprogs"
DEBIANSLUG_STANDARD_RDEPENDS += "${DEBIANSLUG_REISER_PROGS}"
# These lines add support for an X/Y/ZModem package called lrzsz
# (this is of use for people with modified NSLU2 hardware which
# supports a serial port.)
-DEBIANSLUG_STANDARD_DEPENDS += "lrzsz"
DEBIANSLUG_STANDARD_RDEPENDS += "lrzsz"
# Filesystem selection. Adding entries here adds the module to the
@@ -112,7 +108,6 @@ 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.
-SLUGOS_EXTRA_DEPENDS = "${DEBIANSLUG_STANDARD_DEPENDS}"
SLUGOS_EXTRA_RDEPENDS = "${DEBIANSLUG_STANDARD_RDEPENDS}"
#----------------------------------------------------------------------------------