diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-01 09:43:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-01 09:43:47 +0000 |
commit | c3697977ab71c0713010925c721b9d826aa155c5 (patch) | |
tree | afdd2b9b24a2298c2f7518ef89f0223d15d2fcbf /target/linux/rdc-2.6/patches | |
parent | 227346dd553ee36456772635e478003525963501 (diff) | |
download | mtk-20170518-c3697977ab71c0713010925c721b9d826aa155c5.zip mtk-20170518-c3697977ab71c0713010925c721b9d826aa155c5.tar.gz mtk-20170518-c3697977ab71c0713010925c721b9d826aa155c5.tar.bz2 |
Code cleanup
SVN-Revision: 6777
Diffstat (limited to 'target/linux/rdc-2.6/patches')
-rw-r--r-- | target/linux/rdc-2.6/patches/001-rdc3210_flash_map.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc-2.6/patches/001-rdc3210_flash_map.patch b/target/linux/rdc-2.6/patches/001-rdc3210_flash_map.patch index f69fbf8..b3a4adb 100644 --- a/target/linux/rdc-2.6/patches/001-rdc3210_flash_map.patch +++ b/target/linux/rdc-2.6/patches/001-rdc3210_flash_map.patch @@ -6,7 +6,7 @@ diff -urN linux-2.6.17/drivers/mtd/maps/Kconfig linux-2.6.17.new/drivers/mtd/map Ltd. in Japan. It uses CFI-compliant flash. +config MTD_RDC3210 -+ tristate "CFI Flash devcie mapped on RDC3210" ++ tristate "CFI Flash device mapped on RDC3210" + depends on X86 && MTD_CFI && MTD_PARTITIONS + help + RDC-3210 is the flash device we find on Ralink reference board |