From: Mike Westerhof Date: Mon, 14 Feb 2011 03:41:07 +0000 (-0600) Subject: SlugOS: ucslugc -- switch to use standard opkg. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a949dad1783c51955353bed79fb8c86587bc2139;p=openembedded.git SlugOS: ucslugc -- switch to use standard opkg. --- diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index c71180948f..8f6fbe58a9 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -7,9 +7,9 @@ DISTRO_TYPE = "alpha" IMAGE_BASENAME = "ucslugc" TARGET_ARCH = "armeb" ARM_INSTRUCTION_SET = "thumb" -IPKG_VARIANT ?= "opkg-nogpg-nocurl-slugos" -PREFERRED_PROVIDER_opkg ?= "opkg-nogpg-nocurl-slugos" -PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg-nogpg-nocurl-slugos" +IPKG_VARIANT ?= "opkg" +PREFERRED_PROVIDER_opkg ?= "opkg" +PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg" IMAGE_INITSCRIPTS ?= "initscripts-slugos" LIBC = "uclibc"