diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-12 11:10:44 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-12 11:10:44 -0300 |
commit | c97f8be3b90679d7a8758e076b07b906cc5715e6 (patch) | |
tree | 432f9c28e14bed6caa9597f7f34485b7a31dbbbc /libre/linux-libre-grsec | |
parent | 281c9aef2e2f6cde3c8ce5a4b065d9b12fbe99be (diff) | |
download | abslibre-c97f8be3b90679d7a8758e076b07b906cc5715e6.tar.gz abslibre-c97f8be3b90679d7a8758e076b07b906cc5715e6.tar.bz2 abslibre-c97f8be3b90679d7a8758e076b07b906cc5715e6.zip |
As of Linux-libre 3.9, CONFIG_DRM_RADEON includes KMS support by default, so CONFIG_DRM_RADEON_KMS has been removed from our config files because it doesn't exists anymore
Diffstat (limited to 'libre/linux-libre-grsec')
-rw-r--r-- | libre/linux-libre-grsec/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/linux-libre-grsec/config.i686 | 1 | ||||
-rw-r--r-- | libre/linux-libre-grsec/config.x86_64 | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/libre/linux-libre-grsec/PKGBUILD b/libre/linux-libre-grsec/PKGBUILD index 9c613e0e6..cb4ac9ad7 100644 --- a/libre/linux-libre-grsec/PKGBUILD +++ b/libre/linux-libre-grsec/PKGBUILD @@ -46,8 +46,8 @@ sha256sums=('9c2a524c901febe0f0138f702bfdeb52d6f79f22c1fdbabaa37580bc70f16218' 'a6bc6d96b63ef746b7ccfe6ffb20df1e50459027f3db9f7a7f0b6b2db7f2c6e4' '1f2cb71892020365e8f064182ddc2f534d8bae2c89f8733775e683795ae67642' 'SKIP' - '0fe0836dfa1df977312a4f15f25baf558a7fa1293c6c1a258f9d7b5492e054b4' - '64527518bebdffdc4c40ee78f55f8dc54e079dac5a0ec32cf2cb28a93112529b' + 'f96955787076629a8ad7b506c33bf0ba9afa312db9781db74c009ac64288aa71' + '56903bdb21b3a539f0982c3f601276d84a0147c1e3685c1559969a01380698e3' '54062ad5a1200fdb1a5a13fed316dbe74fbcfba87e37245328f94960d21aa365' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '074b67818582874146c389c029bc43648d145891a27e47aa2c5c42d3571f0264' diff --git a/libre/linux-libre-grsec/config.i686 b/libre/linux-libre-grsec/config.i686 index c4ffc29e1..de8cf4509 100644 --- a/libre/linux-libre-grsec/config.i686 +++ b/libre/linux-libre-grsec/config.i686 @@ -4493,7 +4493,6 @@ CONFIG_DRM_PTN3460=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m -CONFIG_DRM_RADEON_KMS=y # CONFIG_DRM_RADEON_UMS is not set CONFIG_DRM_NOUVEAU=m CONFIG_NOUVEAU_DEBUG=5 diff --git a/libre/linux-libre-grsec/config.x86_64 b/libre/linux-libre-grsec/config.x86_64 index 5333ddfe7..9ab445cf5 100644 --- a/libre/linux-libre-grsec/config.x86_64 +++ b/libre/linux-libre-grsec/config.x86_64 @@ -4320,7 +4320,6 @@ CONFIG_DRM_PTN3460=m CONFIG_DRM_TDFX=m CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m -CONFIG_DRM_RADEON_KMS=y # CONFIG_DRM_RADEON_UMS is not set CONFIG_DRM_NOUVEAU=m CONFIG_NOUVEAU_DEBUG=5 |