diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-03 02:50:00 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-03 02:50:00 +0000 |
commit | 38936426f7d4d569f918cb2ca646263b4c38e25b (patch) | |
tree | 66668ff6f447e0a95ee40e3cb8cbe3e211af3874 /target/linux/kirkwood/patches-3.10/0017-arm-kirkwood-update-defconfig-with-PCIe-driver-and-b.patch | |
parent | 97b15fc45be3d44b1d7700e92433703a139fb97c (diff) | |
download | upstream-38936426f7d4d569f918cb2ca646263b4c38e25b.tar.gz upstream-38936426f7d4d569f918cb2ca646263b4c38e25b.tar.bz2 upstream-38936426f7d4d569f918cb2ca646263b4c38e25b.zip |
kirkwood: update patches and configuration (3.10)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38295
Diffstat (limited to 'target/linux/kirkwood/patches-3.10/0017-arm-kirkwood-update-defconfig-with-PCIe-driver-and-b.patch')
-rw-r--r-- | target/linux/kirkwood/patches-3.10/0017-arm-kirkwood-update-defconfig-with-PCIe-driver-and-b.patch | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/target/linux/kirkwood/patches-3.10/0017-arm-kirkwood-update-defconfig-with-PCIe-driver-and-b.patch b/target/linux/kirkwood/patches-3.10/0017-arm-kirkwood-update-defconfig-with-PCIe-driver-and-b.patch deleted file mode 100644 index 944be32690..0000000000 --- a/target/linux/kirkwood/patches-3.10/0017-arm-kirkwood-update-defconfig-with-PCIe-driver-and-b.patch +++ /dev/null @@ -1,37 +0,0 @@ -From f53bb70209838ffea1824ba7c4c7935cf200233f Mon Sep 17 00:00:00 2001 -From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> -Date: Thu, 11 Apr 2013 00:18:29 +0200 -Subject: [PATCH 17/29] arm: kirkwood: update defconfig with PCIe driver and - board updates - -This commit enables the mvebu PCIe driver in kirkwood_defconfig and -updates various options related to Kirkwood boards. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---- - arch/arm/configs/kirkwood_defconfig | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/arch/arm/configs/kirkwood_defconfig b/arch/arm/configs/kirkwood_defconfig -index a1d8252..452adec 100644 ---- a/arch/arm/configs/kirkwood_defconfig -+++ b/arch/arm/configs/kirkwood_defconfig -@@ -31,6 +31,7 @@ CONFIG_MACH_T5325=y - CONFIG_MACH_TS219=y - CONFIG_MACH_TS41X=y - CONFIG_MACH_CLOUDBOX_DT=y -+CONFIG_MACH_DB88F628X_BP_DT=y - CONFIG_MACH_DLINK_KIRKWOOD_DT=y - CONFIG_MACH_DOCKSTAR_DT=y - CONFIG_MACH_DREAMPLUG_DT=y -@@ -53,6 +54,7 @@ CONFIG_MACH_READYNAS_DT=y - CONFIG_MACH_TOPKICK_DT=y - CONFIG_MACH_TS219_DT=y - # CONFIG_CPU_FEROCEON_OLD_ID is not set -+CONFIG_PCI_MVEBU=y - CONFIG_PREEMPT=y - CONFIG_AEABI=y - # CONFIG_OABI_COMPAT is not set --- -1.8.4.rc1 - |