1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 03:14:14 +03:00
openwrt-xburst/target/linux/ar71xx/patches-3.6/430-drivers-link-spi-before-mtd.patch

13 lines
335 B
Diff
Raw Normal View History

--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -53,8 +53,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/