diff options
author | John Crispin <blogic@openwrt.org> | 2011-11-03 16:33:27 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-11-03 16:33:27 +0000 |
commit | 1bae7369510a516b6b6511a6d845871bbc36f7bb (patch) | |
tree | f3907d5baa2b7f3baaf9558b6814a1dd69afce28 /target | |
parent | b0fa0eecf086224947c622ec5b5d864d821544f1 (diff) | |
download | upstream-1bae7369510a516b6b6511a6d845871bbc36f7bb.tar.gz upstream-1bae7369510a516b6b6511a6d845871bbc36f7bb.tar.bz2 upstream-1bae7369510a516b6b6511a6d845871bbc36f7bb.zip |
lantiq: remove obseleted folder. we use 3.1 now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28728 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/patches-3.0/993-backport-3.1-fix-mtd.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/lantiq/patches-3.0/993-backport-3.1-fix-mtd.patch b/target/linux/lantiq/patches-3.0/993-backport-3.1-fix-mtd.patch deleted file mode 100644 index 8a59616425..0000000000 --- a/target/linux/lantiq/patches-3.0/993-backport-3.1-fix-mtd.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: linux-3.0.3/drivers/mtd/maps/lantiq-flash.c -=================================================================== ---- linux-3.0.3.orig/drivers/mtd/maps/lantiq-flash.c 2011-08-17 19:57:16.000000000 +0200 -+++ linux-3.0.3/drivers/mtd/maps/lantiq-flash.c 2011-09-29 20:45:14.785132132 +0200 -@@ -20,6 +20,8 @@ - #include <linux/platform_device.h> - #include <linux/mtd/physmap.h> - -+#include "../mtdcore.h" -+ - #include <lantiq_soc.h> - #include <lantiq_platform.h> - |