diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 19:17:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 19:17:40 +0000 |
commit | 27dee35f99ae1e4478d12461520e9aeab22f1169 (patch) | |
tree | 0b56ed03772d4dccf83f03e8215602b7ff1f1360 /target/linux/rdc/patches-2.6.24/001-rdc3210_flash_map.patch | |
parent | 09de82989a23c0844422dba103d7534a81cfaeef (diff) | |
download | mtk-20170518-27dee35f99ae1e4478d12461520e9aeab22f1169.zip mtk-20170518-27dee35f99ae1e4478d12461520e9aeab22f1169.tar.gz mtk-20170518-27dee35f99ae1e4478d12461520e9aeab22f1169.tar.bz2 |
refresh 2.6.24 patches
SVN-Revision: 14451
Diffstat (limited to 'target/linux/rdc/patches-2.6.24/001-rdc3210_flash_map.patch')
-rw-r--r-- | target/linux/rdc/patches-2.6.24/001-rdc3210_flash_map.patch | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/target/linux/rdc/patches-2.6.24/001-rdc3210_flash_map.patch b/target/linux/rdc/patches-2.6.24/001-rdc3210_flash_map.patch index 0c407a1..6da095d 100644 --- a/target/linux/rdc/patches-2.6.24/001-rdc3210_flash_map.patch +++ b/target/linux/rdc/patches-2.6.24/001-rdc3210_flash_map.patch @@ -1,7 +1,6 @@ -diff -urN linux-2.6.17/drivers/mtd/maps/Kconfig linux-2.6.17.new/drivers/mtd/maps/Kconfig ---- linux-2.6.17/drivers/mtd/maps/Kconfig 2006-06-18 03:49:35.000000000 +0200 -+++ linux-2.6.17.new/drivers/mtd/maps/Kconfig 2006-09-24 20:28:11.000000000 +0200 -@@ -76,6 +76,50 @@ +--- a/drivers/mtd/maps/Kconfig ++++ b/drivers/mtd/maps/Kconfig +@@ -117,6 +117,50 @@ config MTD_PNC2000 PNC-2000 is the name of Network Camera product from PHOTRON Ltd. in Japan. It uses CFI-compliant flash. @@ -52,11 +51,10 @@ diff -urN linux-2.6.17/drivers/mtd/maps/Kconfig linux-2.6.17.new/drivers/mtd/map config MTD_SC520CDP tristate "CFI Flash device mapped on AMD SC520 CDP" depends on X86 && MTD_CFI && MTD_CONCAT -diff -urN linux-2.6.17/drivers/mtd/maps/Makefile linux-2.6.17.new/drivers/mtd/maps/Makefile ---- linux-2.6.17/drivers/mtd/maps/Makefile 2006-06-18 03:49:35.000000000 +0200 -+++ linux-2.6.17.new/drivers/mtd/maps/Makefile 2006-09-24 20:26:10.000000000 +0200 -@@ -28,6 +28,7 @@ - obj-$(CONFIG_MTD_PHYSMAP) += physmap.o +--- a/drivers/mtd/maps/Makefile ++++ b/drivers/mtd/maps/Makefile +@@ -30,6 +30,7 @@ obj-$(CONFIG_MTD_PMC_MSP_EVM) += pmcms + obj-$(CONFIG_MTD_PMC_MSP_RAMROOT)+= pmcmsp-ramroot.o obj-$(CONFIG_MTD_PNC2000) += pnc2000.o obj-$(CONFIG_MTD_PCMCIA) += pcmciamtd.o +obj-$(CONFIG_MTD_RDC3210) += rdc3210.o |