diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-01-01 18:54:31 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-01-01 18:54:31 +0000 |
commit | ace4273ae2484fde144d9881f1c7db4fc597529a (patch) | |
tree | daebf84a8a3b08a49edebe6914fc49017646ae7a /Makefile | |
parent | 33c02e937e15824a9871d11b49b80a7e71f64977 (diff) | |
download | ldetect-lst-ace4273ae2484fde144d9881f1c7db4fc597529a.tar ldetect-lst-ace4273ae2484fde144d9881f1c7db4fc597529a.tar.gz ldetect-lst-ace4273ae2484fde144d9881f1c7db4fc597529a.tar.bz2 ldetect-lst-ace4273ae2484fde144d9881f1c7db4fc597529a.tar.xz ldetect-lst-ace4273ae2484fde144d9881f1c7db4fc597529a.zip |
blacklist ATI FireGL Mobility T2 from using proprietary driver as per report from Jan Ciger that it fails
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.205 +VERSION := 0.1.206 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') |