summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.39/150-drivers-link-spi-before-mtd.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-29 08:57:32 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-29 08:57:32 +0000
commitda1bd2aad6092544de69a732a89072bc92bc6ea0 (patch)
tree0456ec1a1feb352bd0481fba9936533f72be8c4d /target/linux/ar71xx/patches-2.6.39/150-drivers-link-spi-before-mtd.patch
parent48cf86296e5ef56531898398563cde678e11173c (diff)
ar71xx: add 2.6.39 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27310 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.39/150-drivers-link-spi-before-mtd.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.39/150-drivers-link-spi-before-mtd.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.39/150-drivers-link-spi-before-mtd.patch b/target/linux/ar71xx/patches-2.6.39/150-drivers-link-spi-before-mtd.patch
new file mode 100644
index 000000000..f72f8ad07
--- /dev/null
+++ b/target/linux/ar71xx/patches-2.6.39/150-drivers-link-spi-before-mtd.patch
@@ -0,0 +1,12 @@
+--- a/drivers/Makefile
++++ b/drivers/Makefile
+@@ -46,8 +46,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 += net/
+ obj-$(CONFIG_ATM) += atm/
+ obj-$(CONFIG_FUSION) += message/