summaryrefslogtreecommitdiff
path: root/target/linux/adm5120-2.6/patches/002-adm5120_flash.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-06-30 15:06:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-06-30 15:06:38 +0000
commit9679dfcc6296595027b7acfb8709ed63e82f2a72 (patch)
tree2c0b84d18273bd3a0aa61e141022fe566b591849 /target/linux/adm5120-2.6/patches/002-adm5120_flash.patch
parent15a3d260fe9cd40f75c4d49f7daa11dde16753af (diff)
downloadmtk-20170518-9679dfcc6296595027b7acfb8709ed63e82f2a72.zip
mtk-20170518-9679dfcc6296595027b7acfb8709ed63e82f2a72.tar.gz
mtk-20170518-9679dfcc6296595027b7acfb8709ed63e82f2a72.tar.bz2
restore old patches for 2.6.21.5 kernel
SVN-Revision: 7798
Diffstat (limited to 'target/linux/adm5120-2.6/patches/002-adm5120_flash.patch')
-rw-r--r--target/linux/adm5120-2.6/patches/002-adm5120_flash.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/adm5120-2.6/patches/002-adm5120_flash.patch b/target/linux/adm5120-2.6/patches/002-adm5120_flash.patch
new file mode 100644
index 0000000..503a495
--- /dev/null
+++ b/target/linux/adm5120-2.6/patches/002-adm5120_flash.patch
@@ -0,0 +1,25 @@
+diff -urN linux-2.6.19.2/drivers/mtd/maps/Kconfig linux-2.6.19.2-adm5120/drivers/mtd/maps/Kconfig
+--- linux-2.6.19.2/drivers/mtd/maps/Kconfig 2007-01-10 20:10:37.000000000 +0100
++++ linux-2.6.19.2-adm5120/drivers/mtd/maps/Kconfig 2007-01-23 01:13:39.000000000 +0100
+@@ -622,5 +622,10 @@
+
+ This selection automatically selects the map_ram driver.
+
++config MTD_ADM5120
++ tristate "Map driver for ADMtek ADM5120 boards"
++ depends on MIPS_ADM5120
++ select MTD_CFI_AMDSTD
++
+ endmenu
+
+diff -urN linux-2.6.19.2/drivers/mtd/maps/Makefile linux-2.6.19.2-adm5120/drivers/mtd/maps/Makefile
+--- linux-2.6.19.2/drivers/mtd/maps/Makefile 2007-01-10 20:10:37.000000000 +0100
++++ linux-2.6.19.2-adm5120/drivers/mtd/maps/Makefile 2007-01-23 01:20:52.000000000 +0100
+@@ -43,6 +43,7 @@
+ obj-$(CONFIG_MTD_SOLUTIONENGINE)+= solutionengine.o
+ obj-$(CONFIG_MTD_PCI) += pci.o
+ obj-$(CONFIG_MTD_ALCHEMY) += alchemy-flash.o
++obj-$(CONFIG_MTD_ADM5120) += adm5120_mtd.o
+ obj-$(CONFIG_MTD_LASAT) += lasat.o
+ obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o
+ obj-$(CONFIG_MTD_EDB7312) += edb7312.o