mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
8b52a8906b
As usual these patches were extracted and rebased from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y - led1 can't be controlled on rpi-3 for linux 4.4, remove it. - Fix modules.mk typos. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
39 lines
1.1 KiB
Diff
39 lines
1.1 KiB
Diff
From d560d7f385d0988d7747e9078a2330e4db4f28b8 Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Sun, 15 Jan 2017 21:56:59 +0000
|
|
Subject: [PATCH] config: Add CONFIG_DM_CACHE See:
|
|
https://github.com/raspberrypi/linux/issues/1793
|
|
|
|
---
|
|
arch/arm/configs/bcm2709_defconfig | 1 +
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
diff --git a/arch/arm/configs/bcm2709_defconfig b/arch/arm/configs/bcm2709_defconfig
|
|
index c7606f2..0d07eed 100644
|
|
--- a/arch/arm/configs/bcm2709_defconfig
|
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
|
@@ -438,6 +438,7 @@ CONFIG_BLK_DEV_DM=m
|
|
CONFIG_DM_CRYPT=m
|
|
CONFIG_DM_SNAPSHOT=m
|
|
CONFIG_DM_THIN_PROVISIONING=m
|
|
+CONFIG_DM_CACHE=m
|
|
CONFIG_DM_MIRROR=m
|
|
CONFIG_DM_LOG_USERSPACE=m
|
|
CONFIG_DM_RAID=m
|
|
diff --git a/arch/arm/configs/bcmrpi_defconfig b/arch/arm/configs/bcmrpi_defconfig
|
|
index 8121ad2..51640cb 100644
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -431,6 +431,7 @@ CONFIG_BLK_DEV_DM=m
|
|
CONFIG_DM_CRYPT=m
|
|
CONFIG_DM_SNAPSHOT=m
|
|
CONFIG_DM_THIN_PROVISIONING=m
|
|
+CONFIG_DM_CACHE=m
|
|
CONFIG_DM_MIRROR=m
|
|
CONFIG_DM_LOG_USERSPACE=m
|
|
CONFIG_DM_RAID=m
|
|
--
|
|
2.1.4
|
|
|