diff options
author | John Lee <john_lee@openmoko.org> | 2008-04-23 13:12:05 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-04-23 13:12:05 +0000 |
commit | 5a6a21a74a4c24dc6577f97eb902864dc32f1c8b (patch) | |
tree | 2bc16e4cd95dd4880b34a347378ec9f125605aaa /conf/distro/include/angstrom-2007-for-openmoko.inc | |
parent | 4d4b1800fc8fd73ca936c923db9eb6adad4014ab (diff) |
openmoko: remove ipkg. replace by opkg.
Diffstat (limited to 'conf/distro/include/angstrom-2007-for-openmoko.inc')
-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 ef2131eed6..e38a3abd06 100644 --- a/conf/distro/include/angstrom-2007-for-openmoko.inc +++ b/conf/distro/include/angstrom-2007-for-openmoko.inc @@ -240,7 +240,7 @@ DISTRO_EXTRA_RDEPENDS += "\ update-modules \ ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \ angstrom-version \ - ipkg ipkg-collateral ${ANGSTROM_FEED_CONFIGS} \ + opkg opkg-collateral ${ANGSTROM_FEED_CONFIGS} \ util-linux-mount util-linux-umount \ ${EXTRA_STUFF} \ ${DEBUG_APPS} \ |