diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-25 12:57:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-25 12:57:35 +0000 |
commit | cad1fa359d0944701d3113df591c5cedeb94627a (patch) | |
tree | 86fe1328f829a31d613e57ee0cfb2791df01875d /target/linux/adm5120/patches-2.6.38/002-adm5120_flash.patch | |
parent | 671361c7ea8a260f414046317769d502aaf00d51 (diff) | |
download | upstream-cad1fa359d0944701d3113df591c5cedeb94627a.tar.gz upstream-cad1fa359d0944701d3113df591c5cedeb94627a.tar.bz2 upstream-cad1fa359d0944701d3113df591c5cedeb94627a.zip |
adm5120: remove 2.6.38 support
SVN-Revision: 31475
Diffstat (limited to 'target/linux/adm5120/patches-2.6.38/002-adm5120_flash.patch')
-rw-r--r-- | target/linux/adm5120/patches-2.6.38/002-adm5120_flash.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/adm5120/patches-2.6.38/002-adm5120_flash.patch b/target/linux/adm5120/patches-2.6.38/002-adm5120_flash.patch deleted file mode 100644 index 3df59fd715..0000000000 --- a/target/linux/adm5120/patches-2.6.38/002-adm5120_flash.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/drivers/mtd/maps/Kconfig -+++ b/drivers/mtd/maps/Kconfig -@@ -552,4 +552,8 @@ config MTD_PISMO - - When built as a module, it will be called pismo.ko - -+config MTD_ADM5120 -+ tristate "Map driver for ADM5120 based boards" -+ depends on ADM5120 -+ - endmenu ---- a/drivers/mtd/maps/Makefile -+++ b/drivers/mtd/maps/Makefile -@@ -40,6 +40,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_EDB7312) += edb7312.o - obj-$(CONFIG_MTD_IMPA7) += impa7.o |