diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-14 00:34:13 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2008-11-14 00:34:13 +0000 |
commit | fcd05cbdf1048a81ae6f428f1bb4db91b39ed0fc (patch) | |
tree | d0ea0b95f9ec500e25e94a8bb504df2a4c2e21b8 /conf | |
parent | aa065f38382a16415280b8724be62fd8a0d41a11 (diff) |
angstrom-2007-for-openmoko: OM prefers exquisite over psplash
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/angstrom-2007-for-openmoko.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-2007-for-openmoko.inc b/conf/distro/include/angstrom-2007-for-openmoko.inc index 0c7fe5be49..22a2c98a16 100644 --- a/conf/distro/include/angstrom-2007-for-openmoko.inc +++ b/conf/distro/include/angstrom-2007-for-openmoko.inc @@ -218,7 +218,7 @@ DISTRO_EXTRA_DEPENDS += " \ DISTRO_EXTRA_RDEPENDS += "\ update-modules \ - ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \ + ${@base_contains("MACHINE_FEATURES", "screen", "exquisite", "",d)} \ angstrom-version \ opkg opkg-collateral distro-feed-configs \ util-linux-mount util-linux-umount \ |