diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-04-15 03:50:10 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-15 03:50:10 +0000 |
commit | 7c0807ddc5e8f0e65da7b1a88692e788fcfb2516 (patch) | |
tree | 3e031a5c1ddf28a130179da3e02ffe748bf0dbc6 /conf/distro/unslung.conf | |
parent | b1c4f9d640fefdb8442d7608840232d0bbea057d (diff) | |
parent | 66c4894730379eb318aace935f0ed96c0a69bb1e (diff) |
merge of b387bb17fbe66898242adaa29f44ed4c12eaea1e
and ccbffbb600e43462f6435f1404be257286d4909d
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 ?= "" |