diff options
author | Mike Westerhof <mwester@dls.net> | 2006-04-11 03:47:17 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-11 03:47:17 +0000 |
commit | d067171824b7a8a2d1a5d734b99fffe00fb128e0 (patch) | |
tree | fe9c3955d6bf3dd77c75d47abf9ed800b998a79e /conf/distro | |
parent | 0c21d985cd31b9c3f14aed86c0632e160d5a3549 (diff) |
Unslung: update URI for unslung 6.8 beta modules
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/unslung.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 1308340887..a26e790fd5 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -8,7 +8,7 @@ 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/stable" +FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/modules/cross/6.8-beta" # pull in the frozen list of bbfiles UNSLUNG_EXTRA_BBFILES ?= "" |