Author: pebender
Date: Sat Jun 6 09:43:12 2009
New Revision: 4899
Removed:
trunk/gar-minimyth/script/nvidia/nvidia-180.60/
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/meta/minimyth/files/check.mk
trunk/gar-minimyth/script/minimyth.conf.mk
Log:
- Switched default NVIDIA driver version.
- Removed package nvidia/nvidia-180.60.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Sat Jun 6
09:43:12 2009
@@ -188,7 +188,6 @@
Added lib/popt.
Added net/lighttpd.
Added net/vconfig.
- Added nvidia/nvidia-180.60.
Added nvidia/nvidia-185.18.14.
Added perl/perl-Device-SerialPort.
Added perl/perl/perl-RFLibs.
Modified: trunk/gar-minimyth/script/meta/minimyth/files/check.mk
==============================================================================
--- trunk/gar-minimyth/script/meta/minimyth/files/check.mk (original)
+++ trunk/gar-minimyth/script/meta/minimyth/files/check.mk Sat Jun 6
09:43:12 2009
@@ -212,7 +212,6 @@
[ ! "$(mm_NVIDIA_VERSION)" = "96.43.11" ] && \
[ ! "$(mm_NVIDIA_VERSION)" = "169.12" ] && \
[ ! "$(mm_NVIDIA_VERSION)" = "173.14.18" ] && \
- [ ! "$(mm_NVIDIA_VERSION)" = "180.60" ] && \
[ ! "$(mm_NVIDIA_VERSION)" = "185.18.14" ] ; then \
echo "error: mm_NVIDIA_VERSION=\"$(mm_NVIDIA_VERSION)\" is an
invalid
value." ; \
exit 1 ; \
Modified: trunk/gar-minimyth/script/minimyth.conf.mk
==============================================================================
--- trunk/gar-minimyth/script/minimyth.conf.mk (original)
+++ trunk/gar-minimyth/script/minimyth.conf.mk Sat Jun 6 09:43:12 2009
@@ -117,8 +117,8 @@
mm_MYTH_VERSION ?= 0.21
# The version of the NVIDIA driver.
# Valid values are '71.86.09' (legacy), '96.43.11' (legacy), '169.12'
(legacy),
-# '173.14.18' (legacy), '180.60', 185.18.14 (beta).
-mm_NVIDIA_VERSION ?= 180.60
+# '173.14.18' (legacy), 185.18.14.
+mm_NVIDIA_VERSION ?= 185.18.14
# The version of xorg to use.
# Valid values are '7.3' and '7.4'.
mm_XORG_VERSION ?= 7.4
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---