diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-20 11:33:41 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-20 11:33:41 +0000 |
commit | 74141b9670cd2c9ace8f02fcc469368e74c12716 (patch) | |
tree | 5b9efe723bb63def37aaab46025d8bde615282cc /target/linux/ixp4xx/patches-2.6.24 | |
parent | a05e9f9683ad0602ab0d3533fb59d0a638fbaf06 (diff) |
[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/patches-2.6.24')
-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 |