diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-05-05 09:05:16 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-05-05 09:05:16 +0000 |
commit | a86b16aa213caaa83841fb4b43940e325ca1bb82 (patch) | |
tree | 7b58b2968cd2fa1bbae3096bc65637f834ab8d2f /conf/distro | |
parent | ea7f5348b3fda1a0e1bf399ae7bde50b840e0cc5 (diff) |
Unslung and OpenSlug linuxrc corrections
BKrev: 4279e1ccfjKblxAjFzpCmQ50KUV4hw
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openslug.conf | 2 | ||||
-rw-r--r-- | conf/distro/unslung.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 274fdec3c9..045b7a426d 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: OpenSlug Linux Distribution for the NSLU2 DISTRO_NAME = "OpenSlug" -DISTRO_VERSION = "1.8-beta" +DISTRO_VERSION = "1.9-beta" DISTRO_TYPE ?= "beta" TARGET_FPU_local ?= "soft" diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index f947f97589..c9e4d505d9 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -7,7 +7,7 @@ FEED_URIS += "native##http://ipkg.nslu2-linux.org/feeds/unslung/native" FEED_URIS += "oe##http://ipkg.nslu2-linux.org/feeds/unslung/oe" DISTRO_NAME = "Unslung" -DISTRO_VERSION = "4.18-alpha" +DISTRO_VERSION = "4.19-alpha" DISTRO_TYPE = "beta" TARGET_FPU = "soft" |