diff options
author | John Crispin <john@openwrt.org> | 2015-03-16 07:41:19 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-16 07:41:19 +0000 |
commit | eb396d656911024685f1f514036aec091669211f (patch) | |
tree | e4dff014a9a7369de044b1afbb7d3b4886f9b585 /target/linux/adm5120/patches-3.8/002-adm5120_flash.patch | |
parent | 46f01fec7f851474ffd2604749b80403ec93d4b6 (diff) | |
download | upstream-eb396d656911024685f1f514036aec091669211f.tar.gz upstream-eb396d656911024685f1f514036aec091669211f.tar.bz2 upstream-eb396d656911024685f1f514036aec091669211f.zip |
adm5120: drop 3.8 and 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44823
Diffstat (limited to 'target/linux/adm5120/patches-3.8/002-adm5120_flash.patch')
-rw-r--r-- | target/linux/adm5120/patches-3.8/002-adm5120_flash.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/adm5120/patches-3.8/002-adm5120_flash.patch b/target/linux/adm5120/patches-3.8/002-adm5120_flash.patch deleted file mode 100644 index 9daeab8836..0000000000 --- a/target/linux/adm5120/patches-3.8/002-adm5120_flash.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/drivers/mtd/maps/Kconfig -+++ b/drivers/mtd/maps/Kconfig -@@ -501,4 +501,8 @@ config MTD_LATCH_ADDR - - If compiled as a module, it will be called latch-addr-flash. - -+config MTD_ADM5120 -+ tristate "Map driver for ADM5120 based boards" -+ depends on ADM5120 -+ - endmenu ---- a/drivers/mtd/maps/Makefile -+++ b/drivers/mtd/maps/Makefile -@@ -37,6 +37,7 @@ obj-$(CONFIG_MTD_SCx200_DOCFLASH)+= scx2 - obj-$(CONFIG_MTD_DBOX2) += dbox2-flash.o - obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o - obj-$(CONFIG_MTD_PCI) += pci.o -+obj-$(CONFIG_MTD_ADM5120) += adm5120-flash.o - obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o - obj-$(CONFIG_MTD_IMPA7) += impa7.o - obj-$(CONFIG_MTD_UCLINUX) += uclinux.o |