diff --git a/debian/changelog b/debian/changelog index a92ba45e0..6bbfe0e89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,11 @@ linux (4.4.6-2) UNRELEASED; urgency=medium [ Salvatore Bonaccorso ] * [x86] iopl/64: properly context-switch IOPL on Xen PV (CVE-2016-3157) + [ Roger Shimizu ] + * [armel/marvell] Change MTD_CFI_AMDSTD from module to built-in + because orion5x-based Buffalo Linkstation devices still need it + (Closes: #818598) + -- Salvatore Bonaccorso Thu, 17 Mar 2016 18:19:26 +0100 linux (4.4.6-1) unstable; urgency=medium diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell index 22392dd58..ef7803c7f 100644 --- a/debian/config/armel/config.marvell +++ b/debian/config/armel/config.marvell @@ -373,8 +373,8 @@ CONFIG_MTD_CFI_I4=y # CONFIG_MTD_OTP is not set #. Needed e.g. on QNAP devices CONFIG_MTD_CFI_INTELEXT=y -#. Needed e.g. on the D-Link DNS-323 -CONFIG_MTD_CFI_AMDSTD=m +#. Needed e.g. on D-Link DNS-323, Buffalo KuroBox-Pro, Buffalo Linkstation LS-GL / LS-WTGL, etc +CONFIG_MTD_CFI_AMDSTD=y CONFIG_MTD_CFI_STAA=m # CONFIG_MTD_RAM is not set # CONFIG_MTD_ROM is not set