From cf2324fd6b6752ce511b612fc192ab9f0b6a32cb Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 21 Feb 2013 17:47:15 +0000 Subject: ar71xx: add support for 3.8 Signed-off-by: Gabor Juhos SVN-Revision: 35728 --- .../ar71xx/patches-3.8/430-drivers-link-spi-before-mtd.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 target/linux/ar71xx/patches-3.8/430-drivers-link-spi-before-mtd.patch (limited to 'target/linux/ar71xx/patches-3.8/430-drivers-link-spi-before-mtd.patch') diff --git a/target/linux/ar71xx/patches-3.8/430-drivers-link-spi-before-mtd.patch b/target/linux/ar71xx/patches-3.8/430-drivers-link-spi-before-mtd.patch new file mode 100644 index 0000000000..88d1457693 --- /dev/null +++ b/target/linux/ar71xx/patches-3.8/430-drivers-link-spi-before-mtd.patch @@ -0,0 +1,12 @@ +--- a/drivers/Makefile ++++ b/drivers/Makefile +@@ -60,8 +60,8 @@ obj-$(CONFIG_IDE) += ide/ + obj-$(CONFIG_SCSI) += scsi/ + obj-$(CONFIG_ATA) += ata/ + obj-$(CONFIG_TARGET_CORE) += target/ +-obj-$(CONFIG_MTD) += mtd/ + obj-$(CONFIG_SPI) += spi/ ++obj-$(CONFIG_MTD) += mtd/ + obj-y += hsi/ + obj-y += net/ + obj-$(CONFIG_ATM) += atm/ -- cgit v1.2.3