aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb1xx-2.6/patches/002-adm5120_flash.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-04-17 22:16:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-04-17 22:16:28 +0000
commita44434cb9fd892d86379e09db413831c7ded1e61 (patch)
tree379d5e5f8955ebeffb405f65a12836ecb01666a9 /target/linux/rb1xx-2.6/patches/002-adm5120_flash.patch
parentd22c77b8089747f892ce5b9baee55b3cb438ba26 (diff)
downloadupstream-a44434cb9fd892d86379e09db413831c7ded1e61.tar.gz
upstream-a44434cb9fd892d86379e09db413831c7ded1e61.tar.bz2
upstream-a44434cb9fd892d86379e09db413831c7ded1e61.zip
Remove this target since rb-2.6 will build both rb532 and adm5120 later on
SVN-Revision: 6992
Diffstat (limited to 'target/linux/rb1xx-2.6/patches/002-adm5120_flash.patch')
-rw-r--r--target/linux/rb1xx-2.6/patches/002-adm5120_flash.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/rb1xx-2.6/patches/002-adm5120_flash.patch b/target/linux/rb1xx-2.6/patches/002-adm5120_flash.patch
deleted file mode 100644
index 503a49567c..0000000000
--- a/target/linux/rb1xx-2.6/patches/002-adm5120_flash.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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