diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-20 11:33:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-20 11:33:41 +0000 |
commit | aa0354c58243eef44d96ba56eed682c12ea332eb (patch) | |
tree | 5b9efe723bb63def37aaab46025d8bde615282cc /target/linux/ixp4xx | |
parent | 6b6d8b3b022041d38299006961854d269f18ad94 (diff) | |
download | upstream-aa0354c58243eef44d96ba56eed682c12ea332eb.tar.gz upstream-aa0354c58243eef44d96ba56eed682c12ea332eb.tar.bz2 upstream-aa0354c58243eef44d96ba56eed682c12ea332eb.zip |
[ixp4xx] fix a broken patch, thanks to Giampaolo Mancini (closes #3462)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11221 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/patches-2.6.24/032-subsume_power_files.patch | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/target/linux/ixp4xx/patches-2.6.24/032-subsume_power_files.patch b/target/linux/ixp4xx/patches-2.6.24/032-subsume_power_files.patch index 3ab265e3c6..b32d055ad7 100644 --- a/target/linux/ixp4xx/patches-2.6.24/032-subsume_power_files.patch +++ b/target/linux/ixp4xx/patches-2.6.24/032-subsume_power_files.patch @@ -15,11 +15,15 @@ Index: linux-2.6.24.7/arch/arm/mach-ixp4xx/Makefile =================================================================== --- linux-2.6.24.7.orig/arch/arm/mach-ixp4xx/Makefile +++ linux-2.6.24.7/arch/arm/mach-ixp4xx/Makefile -@@ -26,7 +26,7 @@ obj-$(CONFIG_ARCH_ADI_COYOTE) += coyote- +@@ -24,9 +24,9 @@ obj-$(CONFIG_MACH_AVILA) += avila-setup. + obj-$(CONFIG_MACH_IXDPG425) += coyote-setup.o + obj-$(CONFIG_ARCH_ADI_COYOTE) += coyote-setup.o obj-$(CONFIG_MACH_GTWX5715) += gtwx5715-setup.o - obj-$(CONFIG_MACH_NSLU2) += nslu2-setup.o - obj-$(CONFIG_MACH_NAS100D) += nas100d-setup.o +-obj-$(CONFIG_MACH_NSLU2) += nslu2-setup.o nslu2-power.o +-obj-$(CONFIG_MACH_NAS100D) += nas100d-setup.o nas100d-power.o -obj-$(CONFIG_MACH_DSMG600) += dsmg600-setup.o dsmg600-power.o ++obj-$(CONFIG_MACH_NSLU2) += nslu2-setup.o ++obj-$(CONFIG_MACH_NAS100D) += nas100d-setup.o +obj-$(CONFIG_MACH_DSMG600) += dsmg600-setup.o obj-$(CONFIG_MACH_GATEWAY7001) += gateway7001-setup.o obj-$(CONFIG_MACH_WG302V2) += wg302v2-setup.o |