diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-21 18:41:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-10-21 18:41:52 +0000 |
commit | d40b0f352929653666b76961e8b521366837fdca (patch) | |
tree | 1c25a4a078430f47b72527798cf6c650c93a3d34 /target/linux/ar71xx/patches-2.6.34/150-drivers-link-spi-before-mtd.patch | |
parent | ad8315223159c7b3eeffa2e5047fb871d29d481e (diff) | |
download | upstream-d40b0f352929653666b76961e8b521366837fdca.tar.gz upstream-d40b0f352929653666b76961e8b521366837fdca.tar.bz2 upstream-d40b0f352929653666b76961e8b521366837fdca.zip |
ar71xx: remove unused kernel versions, 2.6.36 should be the next target
SVN-Revision: 23571
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.34/150-drivers-link-spi-before-mtd.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.34/150-drivers-link-spi-before-mtd.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/ar71xx/patches-2.6.34/150-drivers-link-spi-before-mtd.patch b/target/linux/ar71xx/patches-2.6.34/150-drivers-link-spi-before-mtd.patch deleted file mode 100644 index 1d9bf9e3b5..0000000000 --- a/target/linux/ar71xx/patches-2.6.34/150-drivers-link-spi-before-mtd.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/drivers/Makefile -+++ b/drivers/Makefile -@@ -46,8 +46,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/ |