diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 12:11:46 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-19 12:11:46 +0000 |
commit | 7768b916fe5c580017470e5a1f484aaa138fcb06 (patch) | |
tree | 0e545c5bc7079fa88ea1faad8e4bfdfcb2425d02 /target/linux/rdc/patches/001-rdc3210_flash_map.patch | |
parent | afaf27aa826d49a96ee38307da6cbd13e7295a97 (diff) | |
download | mtk-20170518-7768b916fe5c580017470e5a1f484aaa138fcb06.zip mtk-20170518-7768b916fe5c580017470e5a1f484aaa138fcb06.tar.gz mtk-20170518-7768b916fe5c580017470e5a1f484aaa138fcb06.tar.bz2 |
refresh kernel patches
SVN-Revision: 11210
Diffstat (limited to 'target/linux/rdc/patches/001-rdc3210_flash_map.patch')
-rw-r--r-- | target/linux/rdc/patches/001-rdc3210_flash_map.patch | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/target/linux/rdc/patches/001-rdc3210_flash_map.patch b/target/linux/rdc/patches/001-rdc3210_flash_map.patch index 0c407a1..ec80e30 100644 --- a/target/linux/rdc/patches/001-rdc3210_flash_map.patch +++ b/target/linux/rdc/patches/001-rdc3210_flash_map.patch @@ -1,7 +1,8 @@ -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 @@ +Index: linux-2.6.24.7/drivers/mtd/maps/Kconfig +=================================================================== +--- linux-2.6.24.7.orig/drivers/mtd/maps/Kconfig ++++ linux-2.6.24.7/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 +53,12 @@ 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 +Index: linux-2.6.24.7/drivers/mtd/maps/Makefile +=================================================================== +--- linux-2.6.24.7.orig/drivers/mtd/maps/Makefile ++++ linux-2.6.24.7/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 |