diff options
author | Matthias Hentges <oe@hentges.net> | 2006-04-16 12:32:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-16 12:32:20 +0000 |
commit | a55ff33a61a855119b2153e4efd0bb70848d4c56 (patch) | |
tree | 5bde8ddc5ba4ca19bdc814306dd1f7b02282caf6 /conf/distro/unslung.conf | |
parent | e548219776e8934492025573169b3c5e2f8a79d1 (diff) | |
parent | 969946fde68de68d55fc247dae905ce286c6f1a3 (diff) |
merge of cfbb957e3ada5af6623a77618cbb69b758ffa0df
and fb37f14ba39a48391acea0b175557d1be9cd9e43
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r-- | conf/distro/unslung.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index a26e790fd5..7a147d8cf1 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -3,12 +3,12 @@ #@DESCRIPTION: Unslung Linux Distribution for the NSLU2 DISTRO_NAME = "Unslung" -DISTRO_VERSION = "6.8-beta" +DISTRO_VERSION = "6.9-alpha" DISTRO_TYPE = "beta" FEED_URIS = "cross##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/cross/stable" FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/optware/nslu2/native/stable" -FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/6.8-beta" +FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/stable" # pull in the frozen list of bbfiles UNSLUNG_EXTRA_BBFILES ?= "" |