diff options
author | John Crispin <blogic@openwrt.org> | 2013-01-09 09:04:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-01-09 09:04:09 +0000 |
commit | e965a05114759541b197b219eabf9fea70ac500a (patch) | |
tree | adf38e73cc076001267c95b792c0d13fe59f47ea /target/linux/lantiq/patches-3.7/0303-vmmc.patch | |
parent | 6fbb9313b66a98fed2cda8f2ef5cfe5ac25a321e (diff) | |
download | upstream-e965a05114759541b197b219eabf9fea70ac500a.tar.gz upstream-e965a05114759541b197b219eabf9fea70ac500a.tar.bz2 upstream-e965a05114759541b197b219eabf9fea70ac500a.zip |
[lantiq] fixes none-pci build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.7/0303-vmmc.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.7/0303-vmmc.patch | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/target/linux/lantiq/patches-3.7/0303-vmmc.patch b/target/linux/lantiq/patches-3.7/0303-vmmc.patch index f0bd584e38..4b5c280e82 100644 --- a/target/linux/lantiq/patches-3.7/0303-vmmc.patch +++ b/target/linux/lantiq/patches-3.7/0303-vmmc.patch @@ -1,18 +1,19 @@ -Index: linux-3.7-rc8/arch/mips/lantiq/xway/Makefile +Index: linux-3.7.1/arch/mips/lantiq/xway/Makefile =================================================================== ---- linux-3.7-rc8.orig/arch/mips/lantiq/xway/Makefile 2012-12-13 13:40:23.000000000 +0100 -+++ linux-3.7-rc8/arch/mips/lantiq/xway/Makefile 2012-12-13 13:40:49.788556963 +0100 -@@ -1,5 +1,5 @@ +--- linux-3.7.1.orig/arch/mips/lantiq/xway/Makefile 2013-01-09 09:30:35.000000000 +0100 ++++ linux-3.7.1/arch/mips/lantiq/xway/Makefile 2013-01-09 09:33:03.932167465 +0100 +@@ -1,6 +1,6 @@ obj-y := prom.o sysctrl.o clk.o reset.o dma.o timer.o dcdc.o --obj-y += ath_eep.o rt_eep.o eth_mac.o -+obj-y += ath_eep.o rt_eep.o eth_mac.o vmmc.o +-obj-y += eth_mac.o ++obj-y += eth_mac.o vmmc.o + obj-$(CONFIG_PCI) += ath_eep.o rt_eep.o obj-$(CONFIG_XRX200_PHY_FW) += xrx200_phy_fw.o -Index: linux-3.7-rc8/arch/mips/lantiq/xway/vmmc.c +Index: linux-3.7.1/arch/mips/lantiq/xway/vmmc.c =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-3.7-rc8/arch/mips/lantiq/xway/vmmc.c 2012-12-13 13:40:30.520556476 +0100 ++++ linux-3.7.1/arch/mips/lantiq/xway/vmmc.c 2013-01-09 09:31:49.264164272 +0100 @@ -0,0 +1,63 @@ +/* + * This program is free software; you can redistribute it and/or modify it |