diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-06-30 15:03:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-06-30 15:03:56 +0000 |
commit | 15a3d260fe9cd40f75c4d49f7daa11dde16753af (patch) | |
tree | f55eb0dbbb9726957fed049cdffef4434a21a2e4 /target/linux/adm5120-2.6/patches/500-Nand.patch | |
parent | a977a42502d649be8e0dee4f3aa1ef1a7ef80328 (diff) | |
download | upstream-15a3d260fe9cd40f75c4d49f7daa11dde16753af.tar.gz upstream-15a3d260fe9cd40f75c4d49f7daa11dde16753af.tar.bz2 upstream-15a3d260fe9cd40f75c4d49f7daa11dde16753af.zip |
move 2.6.22 specific patches into the right place
SVN-Revision: 7797
Diffstat (limited to 'target/linux/adm5120-2.6/patches/500-Nand.patch')
-rw-r--r-- | target/linux/adm5120-2.6/patches/500-Nand.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/target/linux/adm5120-2.6/patches/500-Nand.patch b/target/linux/adm5120-2.6/patches/500-Nand.patch deleted file mode 100644 index fb503c5dcf..0000000000 --- a/target/linux/adm5120-2.6/patches/500-Nand.patch +++ /dev/null @@ -1,29 +0,0 @@ -Index: linux-2.6.22-rc6/drivers/mtd/nand/Kconfig -=================================================================== ---- linux-2.6.22-rc6.orig/drivers/mtd/nand/Kconfig -+++ linux-2.6.22-rc6/drivers/mtd/nand/Kconfig -@@ -81,6 +81,12 @@ config MTD_NAND_TS7250 - help - Support for NAND flash on Technologic Systems TS-7250 platform. - -+config MTD_NAND_RB100 -+ tristate "NAND Flash device on RB100 board" -+ depends on MTD_NAND -+ help -+ Support for NAND flash on RB100 platform. -+ - config MTD_NAND_IDS - tristate - -Index: linux-2.6.22-rc6/drivers/mtd/nand/Makefile -=================================================================== ---- linux-2.6.22-rc6.orig/drivers/mtd/nand/Makefile -+++ linux-2.6.22-rc6/drivers/mtd/nand/Makefile -@@ -10,6 +10,7 @@ obj-$(CONFIG_MTD_NAND_CAFE) += cafe_nan - obj-$(CONFIG_MTD_NAND_SPIA) += spia.o - obj-$(CONFIG_MTD_NAND_AMS_DELTA) += ams-delta.o - obj-$(CONFIG_MTD_NAND_TOTO) += toto.o -+obj-$(CONFIG_MTD_NAND_RB100) += rbmipsnand.o - obj-$(CONFIG_MTD_NAND_AUTCPU12) += autcpu12.o - obj-$(CONFIG_MTD_NAND_EDB7312) += edb7312.o - obj-$(CONFIG_MTD_NAND_AU1550) += au1550nd.o |