summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/patches-3.3/410-mtd-rb750-nand-driver.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-17 22:28:09 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-17 22:28:09 +0000
commitfc0da6852e9b0586d6cd1ea79378824639b56e01 (patch)
tree8a36b55916665137eb580e0265282fb4f820e707 /target/linux/ar71xx/patches-3.3/410-mtd-rb750-nand-driver.patch
parentbf34eeaea4ad8079fdc188dd0b8ff834401a9b31 (diff)
downloadmtk-20170518-fc0da6852e9b0586d6cd1ea79378824639b56e01.zip
mtk-20170518-fc0da6852e9b0586d6cd1ea79378824639b56e01.tar.gz
mtk-20170518-fc0da6852e9b0586d6cd1ea79378824639b56e01.tar.bz2
ar71xx: nuke 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34743
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/410-mtd-rb750-nand-driver.patch')
-rw-r--r--target/linux/ar71xx/patches-3.3/410-mtd-rb750-nand-driver.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/ar71xx/patches-3.3/410-mtd-rb750-nand-driver.patch b/target/linux/ar71xx/patches-3.3/410-mtd-rb750-nand-driver.patch
deleted file mode 100644
index d67f720..0000000
--- a/target/linux/ar71xx/patches-3.3/410-mtd-rb750-nand-driver.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/drivers/mtd/nand/Kconfig
-+++ b/drivers/mtd/nand/Kconfig
-@@ -540,4 +540,8 @@ config MTD_NAND_RB4XX
- tristate "NAND flash driver for RouterBoard 4xx series"
- depends on MTD_NAND && ATH79_MACH_RB4XX
-
-+config MTD_NAND_RB750
-+ tristate "NAND flash driver for the RouterBoard 750"
-+ depends on MTD_NAND && ATH79_MACH_RB750
-+
- endif # MTD_NAND
---- a/drivers/mtd/nand/Makefile
-+++ b/drivers/mtd/nand/Makefile
-@@ -34,6 +34,7 @@ obj-$(CONFIG_MTD_NAND_PXA3xx) += pxa3xx
- obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o
- obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o
- obj-$(CONFIG_MTD_NAND_RB4XX) += rb4xx_nand.o
-+obj-$(CONFIG_MTD_NAND_RB750) += rb750_nand.o
- obj-$(CONFIG_MTD_ALAUDA) += alauda.o
- obj-$(CONFIG_MTD_NAND_PASEMI) += pasemi_nand.o
- obj-$(CONFIG_MTD_NAND_ORION) += orion_nand.o