diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-11 07:09:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-11 07:09:54 +0000 |
commit | 3333852bd0bc5b926374b919a6fd2794fbadffd6 (patch) | |
tree | fab3192bc108ec0bdaa76b0ddf1bd8ddfdb03caa /conf/distro/openslug-packages.conf | |
parent | c103910fd158f991efa64e1aefd0b267552b6767 (diff) |
slugos-image: remove spurious DEPENDS in conf
- this upgrades slugos-image to the new RDEPENDS only
world, some missing (R)dependencies are corrected
slugos-init: remove virtual/ixp-eth in 0.10
- this stuff is no longer necessary and the modprobe.conf
has been moved to the ixp-eth module rather than having
it incorrectly introduced in a non-dependent module.
Diffstat (limited to 'conf/distro/openslug-packages.conf')
-rw-r--r-- | conf/distro/openslug-packages.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openslug-packages.conf b/conf/distro/openslug-packages.conf index c42c793363..f8722d4b4d 100644 --- a/conf/distro/openslug-packages.conf +++ b/conf/distro/openslug-packages.conf @@ -1,2 +1,2 @@ -SLUGOS_EXTRA_BBFILES=${OPENSLUG_EXTRA_BBFILES} +SLUGOS_EXTRA_BBFILES = "${OPENSLUG_EXTRA_BBFILES}" include conf/distro/slugos-packages.conf |