diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre/ChangeLog | 11 | ||||
-rw-r--r-- | libre/linux-libre/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/linux-libre/config.i686 | 6 | ||||
-rw-r--r-- | libre/linux-libre/config.x86_64 | 6 |
4 files changed, 16 insertions, 11 deletions
diff --git a/libre/linux-libre/ChangeLog b/libre/linux-libre/ChangeLog index 173a6c3cd..570a71488 100644 --- a/libre/linux-libre/ChangeLog +++ b/libre/linux-libre/ChangeLog @@ -1,9 +1,14 @@ +2012-04-24 André Silva <andre.paulista@adinet.com.uy> + + * linux-libre-3.3.3-1 + * Disabled CONFIG_STUB_POULSBO, changed CONFIG_DRM_GMA600 and CONFIG_DRM_GMA3600 as modules https://labs.parabola.nu/issues/90 + 2012-04-08 André Silva <andre.paulista@adinet.com.uy> - * linux-libre 3.3.1-1.1 - * Disable CONFIG_IPW2100 and CONFIG_IPW2200 modules https://labs.parabola.nu/issues/47 + * linux-libre-3.3.1-1.1 + * Disabled CONFIG_IPW2100 and CONFIG_IPW2200 modules https://labs.parabola.nu/issues/47 2012-03-03 André Silva <andre.paulista@adinet.com.uy> * linux-libre-2.3.9-2 - * Enable CONFIG_FB_VT8623 module https://labs.parabola.nu/issues/14 + * Enabled CONFIG_FB_VT8623 module https://labs.parabola.nu/issues/14 diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 730eca56b..5d49c30aa 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -38,8 +38,8 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('5487da14ca81715a469c7594d39722fa' 'b3584346eba0031be9e08c0c6d64fa85' - 'dea11f490f67e00ed62b214dacd3726f' - 'da4ddcab31f209baccf8ffe5b5ebf289' + '1c8292fea411f2c423168dce5a917559' + '45087653cc5a5f292d38be73d4e194b3' 'a8a3843046926eb7ab81312cd438c5c5' '2967cecc3af9f954ccc822fd63dca6ff' '8267264d9a8966e57fdacd1fa1fc65c4' diff --git a/libre/linux-libre/config.i686 b/libre/linux-libre/config.i686 index d9e4dced4..0069d9dcc 100644 --- a/libre/linux-libre/config.i686 +++ b/libre/linux-libre/config.i686 @@ -3913,9 +3913,9 @@ CONFIG_DRM_VIA=m CONFIG_DRM_SAVAGE=m CONFIG_DRM_VMWGFX=m CONFIG_DRM_GMA500=m -CONFIG_DRM_GMA600=y -CONFIG_DRM_GMA3600=y -CONFIG_STUB_POULSBO=m +CONFIG_DRM_GMA600=m +CONFIG_DRM_GMA3600=m +# CONFIG_STUB_POULSBO is not set CONFIG_VGASTATE=m CONFIG_VIDEO_OUTPUT_CONTROL=m CONFIG_FB=y diff --git a/libre/linux-libre/config.x86_64 b/libre/linux-libre/config.x86_64 index d626945da..7c1bb9500 100644 --- a/libre/linux-libre/config.x86_64 +++ b/libre/linux-libre/config.x86_64 @@ -3752,9 +3752,9 @@ CONFIG_DRM_VIA=m CONFIG_DRM_SAVAGE=m CONFIG_DRM_VMWGFX=m CONFIG_DRM_GMA500=m -CONFIG_DRM_GMA600=y -CONFIG_DRM_GMA3600=y -CONFIG_STUB_POULSBO=m +CONFIG_DRM_GMA600=m +CONFIG_DRM_GMA3600=m +# CONFIG_STUB_POULSBO is not set CONFIG_VGASTATE=m CONFIG_VIDEO_OUTPUT_CONTROL=m CONFIG_FB=y |