Set the feeds correctly again
authorOyvind Repvik <nail@nslu2-linux.org>
Sat, 30 Jul 2005 18:57:16 +0000 (18:57 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 30 Jul 2005 18:57:16 +0000 (18:57 +0000)
conf/distro/openslug.conf

index 7aad8d1..dd4d7c0 100644 (file)
@@ -10,13 +10,13 @@ DISTRO_TYPE ?= "beta"
 include conf/distro/freeze.conf
 
 # Add to the user's feeds from local.conf (there may be none)
-#FEED_URIS_append_linux += "cross##http://ipkg.nslu2-linux.org/feeds/openslug/cross/${DISTRO_VERSION}"
-#FEED_URIS_append_linux += "native##http://ipkg.nslu2-linux.org/feeds/openslug/native/${DISTRO_VERSION}"
+FEED_URIS_append_linux += "cross##http://ipkg.nslu2-linux.org/feeds/openslug/cross/${DISTRO_VERSION}"
+FEED_URIS_append_linux += "native##http://ipkg.nslu2-linux.org/feeds/openslug/native/${DISTRO_VERSION}"
 
 #
 # Uncomment the following to get the unstable feeds
-FEED_URIS_append_linux += "unstable_cross##http://ipkg.nslu2-linux.org/feeds/openslug/cross/unstable"
-FEED_URIS_append_linux += "unstable_native##http://ipkg.nslu2-linux.org/feeds/openslug/native/unstable"
+#FEED_URIS_append_linux += "unstable_cross##http://ipkg.nslu2-linux.org/feeds/openslug/cross/unstable"
+#FEED_URIS_append_linux += "unstable_native##http://ipkg.nslu2-linux.org/feeds/openslug/native/unstable"
 
 
 TARGET_FPU_local ?= "soft"