diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-10-11 09:11:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-10-11 09:11:56 +0000 |
commit | a72e25de51090dc2a161ecb7e7f73e1e9d5f9932 (patch) | |
tree | 2a399e65b41c8eb64ee55007cfad5dbde2ad85a4 /target/linux/adm5120/patches-2.6.22/002-adm5120_flash.patch | |
parent | 64734f94c766172e3032401d19260f51c1f46b64 (diff) | |
download | mtk-20170518-a72e25de51090dc2a161ecb7e7f73e1e9d5f9932.zip mtk-20170518-a72e25de51090dc2a161ecb7e7f73e1e9d5f9932.tar.gz mtk-20170518-a72e25de51090dc2a161ecb7e7f73e1e9d5f9932.tar.bz2 |
switch to 2.6.23
SVN-Revision: 9260
Diffstat (limited to 'target/linux/adm5120/patches-2.6.22/002-adm5120_flash.patch')
-rw-r--r-- | target/linux/adm5120/patches-2.6.22/002-adm5120_flash.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/adm5120/patches-2.6.22/002-adm5120_flash.patch b/target/linux/adm5120/patches-2.6.22/002-adm5120_flash.patch deleted file mode 100644 index e2f21bf..0000000 --- a/target/linux/adm5120/patches-2.6.22/002-adm5120_flash.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: linux-2.6.22.1/drivers/mtd/maps/Kconfig -=================================================================== ---- linux-2.6.22.1.orig/drivers/mtd/maps/Kconfig -+++ linux-2.6.22.1/drivers/mtd/maps/Kconfig -@@ -620,5 +620,9 @@ config MTD_PLATRAM - - This selection automatically selects the map_ram driver. - -+config MTD_ADM5120 -+ tristate "Map driver for ADM5120 based boards" -+ depends on MIPS_ADM5120 -+ - endmenu - -Index: linux-2.6.22.1/drivers/mtd/maps/Makefile -=================================================================== ---- linux-2.6.22.1.orig/drivers/mtd/maps/Makefile -+++ linux-2.6.22.1/drivers/mtd/maps/Makefile -@@ -47,6 +47,7 @@ obj-$(CONFIG_MTD_OCELOT) += ocelot.o - 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_LASAT) += lasat.o - obj-$(CONFIG_MTD_AUTCPU12) += autcpu12-nvram.o - obj-$(CONFIG_MTD_EDB7312) += edb7312.o |