From 2f908132f2adf599178bccf7a9cf9f3138aa6c20 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 15 Jan 2016 10:49:11 +0000 Subject: [PATCH] arc770: move arc patches to target/linux/generic Given those patches are relevant to any ARC platform and even ISA version it makes perfect sense for patches to exist in one place instead of being duplicated for each new ARC-based ASIC. Note this is a prerequisite for upstreaming of ARC HS38 support in OpenWRT. Signed-off-by: Alexey Brodkin Cc: Felix Fietkau Cc: Jo-Philipp Wich Cc: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48241 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-4.4/331-arc-remove-dependency-on-DEVTMPFS.patch} | 0 .../patches-4.4/332-arc-add-OWRTDTB-section.patch} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename target/linux/{arc770/patches-4.4/0001-openwrt-arc-remove-dependency-on-DEVTMPFS.patch => generic/patches-4.4/331-arc-remove-dependency-on-DEVTMPFS.patch} (100%) rename target/linux/{arc770/patches-4.4/0002-openwrt-arc-add-OWRTDTB-section.patch => generic/patches-4.4/332-arc-add-OWRTDTB-section.patch} (100%) diff --git a/target/linux/arc770/patches-4.4/0001-openwrt-arc-remove-dependency-on-DEVTMPFS.patch b/target/linux/generic/patches-4.4/331-arc-remove-dependency-on-DEVTMPFS.patch similarity index 100% rename from target/linux/arc770/patches-4.4/0001-openwrt-arc-remove-dependency-on-DEVTMPFS.patch rename to target/linux/generic/patches-4.4/331-arc-remove-dependency-on-DEVTMPFS.patch diff --git a/target/linux/arc770/patches-4.4/0002-openwrt-arc-add-OWRTDTB-section.patch b/target/linux/generic/patches-4.4/332-arc-add-OWRTDTB-section.patch similarity index 100% rename from target/linux/arc770/patches-4.4/0002-openwrt-arc-add-OWRTDTB-section.patch rename to target/linux/generic/patches-4.4/332-arc-add-OWRTDTB-section.patch -- 2.11.0