diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-06-10 12:49:36 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-06-10 12:49:36 +0000 |
commit | b51451ff3b0ed7f1815fcbae13ed78fdd2f8f98b (patch) | |
tree | 3c2808b594b4c74d579c3038eee2f2ae8cc2713d /conf/distro/unslung.conf | |
parent | 8cfed7bad561d9ef0cf0e405248148a941de6147 (diff) |
Unslung 5.2-alpha: added upgrade-real.cgi back, and locked the binutils version
BKrev: 42a98c60MK24-FJNelzawrvMjPVYHw
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r-- | conf/distro/unslung.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index a29c6df371..33586227b1 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 = "5.1-alpha" +DISTRO_VERSION = "5.2-alpha" DISTRO_TYPE = "beta" TARGET_FPU = "soft" @@ -30,3 +30,5 @@ UNSLUNG_EXTRA_INSTALL ?= "${UNSLUNG_EXTRA_RDEPENDS}" PREFERRED_VERSION_glibc ?= "2.2.5" PREFERRED_VERSION_glibc-initial ?= "2.2.5" +PREFERRED_VERSION_binutils ?= "2.15.94.0.1" +PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" |