diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-03 08:39:37 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-03 08:39:37 +0000 |
commit | 34c6339ee471446c0231675f9fc83d4a419d53c3 (patch) | |
tree | f05ce86903a704f0c1a192ae4305a99000325e48 /conf/distro | |
parent | bceba1ecbeaad08e8d8dd5522b911f9957aad453 (diff) |
angstrom: install opkg by default
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 5725a8a52e..e42dd1cb3b 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -204,7 +204,7 @@ DISTRO_EXTRA_RDEPENDS += "\ update-modules \ ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \ angstrom-version \ - ipkg ipkg-collateral ${ANGSTROM_FEED_CONFIGS} \ + opkg-ipkg-compat ${ANGSTROM_FEED_CONFIGS} \ util-linux-mount util-linux-umount \ ${DEBUG_APPS} \ " |