diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-06-29 06:30:32 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-06-29 06:30:32 +0000 |
commit | d71c009575a07a1179fedab0a4e8e3a634044ec3 (patch) | |
tree | efdded8e6244c5abd3f99738df47caec67bd7d4a /target/linux/ixp4xx-2.6/patches/200-gateway_7001.patch | |
parent | ee8dc5e2cd66d6b1f013b8830222caa9f68eccd5 (diff) | |
download | master-187ad058-d71c009575a07a1179fedab0a4e8e3a634044ec3.tar.gz master-187ad058-d71c009575a07a1179fedab0a4e8e3a634044ec3.tar.bz2 master-187ad058-d71c009575a07a1179fedab0a4e8e3a634044ec3.zip |
Added support for the D-Link DSM-G600 RevA, and fixed the clock frequency for NSLU2 and DSMG600. Had to refresh the gateway 7001 patch due to changes in the file being patched.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7770 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6/patches/200-gateway_7001.patch')
-rw-r--r-- | target/linux/ixp4xx-2.6/patches/200-gateway_7001.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx-2.6/patches/200-gateway_7001.patch b/target/linux/ixp4xx-2.6/patches/200-gateway_7001.patch index 8112bb8892..80cf000796 100644 --- a/target/linux/ixp4xx-2.6/patches/200-gateway_7001.patch +++ b/target/linux/ixp4xx-2.6/patches/200-gateway_7001.patch @@ -219,17 +219,17 @@ diff -Nur linux-2.6.19.2/arch/arm/mach-ixp4xx/Makefile linux-2.6.19.2-owrt/arch/ --- linux-2.6.19.2/arch/arm/mach-ixp4xx/Makefile 2007-01-10 20:10:37.000000000 +0100 +++ linux-2.6.19.2-owrt/arch/arm/mach-ixp4xx/Makefile 2007-04-02 15:49:49.000000000 +0200 @@ -11,6 +11,7 @@ - obj-pci-$(CONFIG_MACH_GTWX5715) += gtwx5715-pci.o obj-pci-$(CONFIG_MACH_NSLU2) += nslu2-pci.o obj-pci-$(CONFIG_MACH_NAS100D) += nas100d-pci.o + obj-pci-$(CONFIG_MACH_DSMG600) += dsmg600-pci.o +obj-pci-$(CONFIG_MACH_GATEWAY7001) += gateway7001-pci.o obj-y += common.o @@ -20,5 +21,6 @@ - obj-$(CONFIG_MACH_GTWX5715) += gtwx5715-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_GATEWAY7001) += gateway7001-setup.o obj-$(CONFIG_PCI) += $(obj-pci-$(CONFIG_PCI)) common-pci.o |