diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 07:36:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 07:36:37 +0000 |
commit | 19be4923e0a2dfa6dd173288fc0ead976a0f2b38 (patch) | |
tree | 98534ba27227e196daf97cc67265e28c19a16428 /target/linux/adm5120/patches-2.6.32/002-adm5120_flash.patch | |
parent | aa48f1326b197829d595553ab645b283c3b7b88c (diff) | |
download | upstream-19be4923e0a2dfa6dd173288fc0ead976a0f2b38.tar.gz upstream-19be4923e0a2dfa6dd173288fc0ead976a0f2b38.tar.bz2 upstream-19be4923e0a2dfa6dd173288fc0ead976a0f2b38.zip |
adm5120: remove 2.6.32 support
SVN-Revision: 31510
Diffstat (limited to 'target/linux/adm5120/patches-2.6.32/002-adm5120_flash.patch')
-rw-r--r-- | target/linux/adm5120/patches-2.6.32/002-adm5120_flash.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/adm5120/patches-2.6.32/002-adm5120_flash.patch b/target/linux/adm5120/patches-2.6.32/002-adm5120_flash.patch deleted file mode 100644 index e3d63ab05f..0000000000 --- a/target/linux/adm5120/patches-2.6.32/002-adm5120_flash.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/drivers/mtd/maps/Kconfig -+++ b/drivers/mtd/maps/Kconfig -@@ -557,4 +557,8 @@ config MTD_VMU - To build this as a module select M here, the module will be called - vmu-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 -@@ -41,6 +41,7 @@ obj-$(CONFIG_MTD_DBOX2) += dbox2-flash. - obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o - obj-$(CONFIG_MTD_PCI) += pci.o - obj-$(CONFIG_MTD_ALCHEMY) += alchemy-flash.o -+obj-$(CONFIG_MTD_ADM5120) += adm5120-flash.o - obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o - obj-$(CONFIG_MTD_EDB7312) += edb7312.o - obj-$(CONFIG_MTD_IMPA7) += impa7.o |