diff options
author | Mike Westerhof <mwester@dls.net> | 2009-12-05 00:13:48 -0600 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-12-05 00:13:48 -0600 |
commit | 61a645370233e5f5fd3b5ae7a3019e4ecf2aad5c (patch) | |
tree | fcc0261c2b7afadcc31393f18d6a96c7322f64e3 /conf/distro | |
parent | 0eaa9e1083907b93976bca23499077e990ed3279 (diff) |
opkg: add opkg-nogpg-nocurl-slugos recipe, update slugos.conf to use it.
This is a temporary measure made necessary by a major set of changes to
the entire set of opkg recipes that not only rendered older versions of
opkg sources unbuildable, it also removed a patch that has not yet been
accepted by opkg upstream. Until these issues can be resolved and
adequate testing on small-memory devices performed, this copy of the
original recipe is a necessary evil that just has to be tolerated.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/slugos.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index d82be5d2b5..d9b00f41a8 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -12,7 +12,8 @@ DISTRO_TYPE = "alpha" TARGET_ARCH ?= "armeb" ARM_INSTRUCTION_SET = "arm" TARGET_OS = "linux-gnueabi" -IPKG_VARIANT ?= "opkg-nogpg-nocurl" +IPKG_VARIANT ?= "opkg-nogpg-nocurl-slugos" +PREFERRED_PROVIDER_opkg ?= "opkg-nogpg-nocurl-slugos" IMAGE_INITSCRIPTS ?= "initscripts-slugos" require conf/distro/include/slugos.inc |