diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-08 12:10:18 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-10-08 12:10:18 +0000 |
commit | 458e8736fc0646f892b77f50e80a24579058bb71 (patch) | |
tree | e494f3d2404aa25abfad2345748c0f85dc328678 /target/linux/ar71xx/patches-2.6.36/150-drivers-link-spi-before-mtd.patch | |
parent | 38e3474542eded63b16cf90a60eb5fa1ec2b9dcf (diff) | |
download | upstream-458e8736fc0646f892b77f50e80a24579058bb71.tar.gz upstream-458e8736fc0646f892b77f50e80a24579058bb71.tar.bz2 upstream-458e8736fc0646f892b77f50e80a24579058bb71.zip |
linux/ar71xx: add preliminary 2.6.36 kernel support (refresh patches)
SVN-Revision: 23317
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.36/150-drivers-link-spi-before-mtd.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.36/150-drivers-link-spi-before-mtd.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.36/150-drivers-link-spi-before-mtd.patch b/target/linux/ar71xx/patches-2.6.36/150-drivers-link-spi-before-mtd.patch new file mode 100644 index 0000000000..eb922dd431 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.36/150-drivers-link-spi-before-mtd.patch @@ -0,0 +1,12 @@ +--- a/drivers/Makefile ++++ b/drivers/Makefile +@@ -45,8 +45,8 @@ obj-y += macintosh/ + obj-$(CONFIG_IDE) += ide/ + obj-$(CONFIG_SCSI) += scsi/ + obj-$(CONFIG_ATA) += ata/ +-obj-$(CONFIG_MTD) += mtd/ + obj-$(CONFIG_SPI) += spi/ ++obj-$(CONFIG_MTD) += mtd/ + obj-y += net/ + obj-$(CONFIG_ATM) += atm/ + obj-$(CONFIG_FUSION) += message/ |