diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-06-11 00:00:20 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-06-11 00:00:20 +0000 |
commit | 38adae358e41cd43d6c8c79a317e37e4a360af2b (patch) | |
tree | 4a8a8bc87a7eba96742a024c8058791fa60c2ce6 /conf | |
parent | ed9f7dc2e9185fdd442225c29e2c40d85649847f (diff) |
Remove the hacked add of a 'src' to ipkg-collateral and add
the feeds in the correct way.
BKrev: 42aa2994CPqD3sBJFNEhi3sGAJTYgg
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 8c69d07b51..0c69c844bc 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -2,6 +2,15 @@ #@NAME: OpenSlug #@DESCRIPTION: OpenSlug Linux Distribution for the NSLU2 +# Add to the user's feeds from local.conf (there may be none) +# not all available yet +#FEED_URIS += "cross##http://ipkg.nslu2-linux.org/feeds/openslug/cross" +#FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/openslug/native" +FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/openslug/oe" +# +# if you are very very brave: +#FEED_URIS += "unstable##http://ipkg.nslu2-linux.org/feeds/openslug/unstable" + DISTRO_NAME = "OpenSlug" DISTRO_VERSION = "1.13-beta" DISTRO_TYPE ?= "beta" |