diff options
-rw-r--r-- | conf/distro/slugos.conf | 2 | ||||
-rw-r--r-- | conf/machine/nslu2.conf | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 21f1ae5bb9..cab425a25f 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -170,7 +170,7 @@ PREFERRED_VERSION_ixp400-eth ?= "1.5" # Select the smallest provider of x11 libraries PREFERRED_PROVIDER_x11 ?= "diet-x11" -CVSDATE_diet-x11 ?= "20051005" +CVSDATE_diet-x11 ?= "20060106" # Ensure consistency across all SlugOS builds for the provider of a # relational database - use the latest version of the SleepyCat diff --git a/conf/machine/nslu2.conf b/conf/machine/nslu2.conf index be85a82048..1f70d9923b 100644 --- a/conf/machine/nslu2.conf +++ b/conf/machine/nslu2.conf @@ -141,15 +141,13 @@ USE_VT = "0" #------------------------------------------------------------------------------- # Package versions #------------------------------------------------------------------------------- -CVSDATE_gnu-config ?= "20050713" -CVSDATE_gnu-config-native ?= "20050713" -CVSDATE_ipkg-utils ?= "20050713" -CVSDATE_ipkg-utils-native ?= "20050713" -CVSDATE_ipkg-link ?= "20050713" +CVSDATE_ipkg-utils ?= "20060106" +CVSDATE_ipkg-utils-native ?= "20060106" +CVSDATE_ipkg-link ?= "20060106" CVSDATE_irssi ?= "20050930" CVS_TARBALL_STASH = "http://sources.nslu2-linux.org/sources/" INHERIT += "nslu2-mirrors" -PREFERRED_VERSION_ipkg ?= "0.99.152" -PREFERRED_VERSION_ipkg-native ?= "0.99.152" +PREFERRED_VERSION_ipkg ?= "0.99.155" +PREFERRED_VERSION_ipkg-native ?= "0.99.154" |