diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-12 12:29:53 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-12 12:29:53 +0000 |
commit | 128f510ca98838efb31c7312fab86af4f294621f (patch) | |
tree | 5c4c22f338b0104fc297fe9994691dda8e0eb073 /target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch | |
parent | 333cd830fb1726ebca5ff7751340714af6073bb3 (diff) |
malta: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35118 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch')
-rw-r--r-- | target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch b/target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch deleted file mode 100644 index 636265239f..0000000000 --- a/target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 4ade440f81a3c248068d8b89eea7754cc8705b58 Mon Sep 17 00:00:00 2001 -From: Ralf Baechle <ralf@linux-mips.org> -Date: Tue, 13 Nov 2012 14:33:30 +0100 -Subject: [PATCH] MIPS: Malta: Fix build error - -Caused by fe2ccd4dcebd3c5e264af1705bb9b659972418cc [MIPS: Malta: Fix -interupt number of CBUS UART.] - -Signed-off-by: Ralf Baechle <ralf@linux-mips.org> ---- - arch/mips/mti-malta/malta-platform.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/arch/mips/mti-malta/malta-platform.c -+++ b/arch/mips/mti-malta/malta-platform.c -@@ -29,6 +29,7 @@ - #include <linux/mtd/partitions.h> - #include <linux/mtd/physmap.h> - #include <linux/platform_device.h> -+#include <asm/mips-boards/maltaint.h> - #include <mtd/mtd-abi.h> - - #define SMC_PORT(base, int) \ |