diff --git a/conf/distro/include/angstrom-package-ipk.inc b/conf/distro/include/angstrom-package-ipk.inc index 705c88a..9b03d83 100644 --- a/conf/distro/include/angstrom-package-ipk.inc +++ b/conf/distro/include/angstrom-package-ipk.inc @@ -4,10 +4,10 @@ ANGSTROM_FEED_CONFIGS ?= "angstrom-feed-configs" EXTRAOPKGCONFIG = "opkg-config-base angstrom-feed-configs" -DISTRO_UPDATE_ALTERNATIVES = "opkg" +DISTRO_UPDATE_ALTERNATIVES ?= "update-alternatives-cworth" # we need the same provider for opkg and u-a PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" -PREFERRED_PROVIDER_virtual/update-alternatives = "opkg" -VIRTUAL-RUNTIME_update-alternatives = "opkg" +PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth" +VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth"