diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-23 08:43:47 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-23 08:43:47 +0000 |
commit | c5ffadf37129d5ee78fa1b145d36c035ae92d358 (patch) | |
tree | 6197e2c450e71099978bc30542c02a5eb1cbacce /conf/distro | |
parent | dcd9fceff1cf3a30581065590a56bf7a6c2da60d (diff) |
Angstrom: ship avahi daemon by default (http://www.hrw.one.pl/2007/03/23/avahi-looks-interesting/) and some small updates
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 37781fc315..97f32f81dc 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -6,9 +6,9 @@ #@MAINTAINER: Michael 'Mickey' Lauer <mickey@Vanille.de> #@-------------------------------------------------------------------- -#DISTRO_VERSION = "2007.3" +#DISTRO_VERSION = "2007.4" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "37" +DISTRO_REVISION = "38" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -247,6 +247,7 @@ EXTRA_STUFF ?= "" # Angstrom want to ship some extra stuff. This should be moved into task-base eventually +# contains ipkg specific stuff as well :( DISTRO_EXTRA_RDEPENDS += "\ update-modules module-init-tools modutils-initscripts \ sysvinit initscripts sysvinit-pidof \ @@ -255,10 +256,12 @@ DISTRO_EXTRA_RDEPENDS += "\ angstrom-version \ ipkg ipkg-collateral \ util-linux-mount util-linux-umount \ + avahi-daemon \ ${EXTRA_STUFF} \ ${DEBUG_APPS} \ " DISTRO_EXTRA_RRECOMMENDS += " \ kernel-module-vfat \ + kernel-module-ext2 \ " |