diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-31 17:35:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-31 17:35:04 +0000 |
commit | 4ee908e0d96dae594c302fa8102f0b34563bebb3 (patch) | |
tree | 4d98103ea72a34aa0b8207028bb04d650d148e26 /conf/distro/unslung-packages.conf | |
parent | c8862168e6398b8ebaca137d175ea5f93f949769 (diff) |
Add support for UcSlugC builds.
(1) the 'standard' settings in local.conf.template (from the nslu2-linux.org
master makefile) have been folded back into the three distro .conf files.
(2) openslug-image now builds for any NSLU2 distro
(3) ucslugc configuration added
(4) more comments in the openslug and ucslugc configuration files
Diffstat (limited to 'conf/distro/unslung-packages.conf')
-rw-r--r-- | conf/distro/unslung-packages.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/unslung-packages.conf b/conf/distro/unslung-packages.conf index 8e556db009..1f41b1e846 100644 --- a/conf/distro/unslung-packages.conf +++ b/conf/distro/unslung-packages.conf @@ -34,4 +34,4 @@ ${PKGDIR}/packages/unzip/*.bb \ ${PKGDIR}/packages/update-modules/*.bb \ ${PKGDIR}/packages/wget/*.bb \ ${PKGDIR}/packages/zlib/*.bb \ -" +${UNSLUNG_EXTRA_BBFILES}" |