From 94756d4adc16a70d53f4db8fec8248aae2256af9 Mon Sep 17 00:00:00 2001 From: wbx Date: Sat, 26 Mar 2005 10:33:32 +0000 Subject: uncompress patches, requested by Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@460 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../package/linux/kernel-patches/017-arch_mips_pci_Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 openwrt/package/linux/kernel-patches/017-arch_mips_pci_Makefile (limited to 'openwrt/package/linux/kernel-patches/017-arch_mips_pci_Makefile') diff --git a/openwrt/package/linux/kernel-patches/017-arch_mips_pci_Makefile b/openwrt/package/linux/kernel-patches/017-arch_mips_pci_Makefile new file mode 100644 index 000000000..fed133615 --- /dev/null +++ b/openwrt/package/linux/kernel-patches/017-arch_mips_pci_Makefile @@ -0,0 +1,12 @@ +--- linux-mips-cvs/arch/mips/pci/Makefile 2004-07-31 02:12:38.000000000 +0200 ++++ linux-broadcom/arch/mips/pci/Makefile 2005-01-31 13:13:14.000000000 +0100 +@@ -13,7 +13,9 @@ + obj-$(CONFIG_MIPS_MSC) += ops-msc.o + obj-$(CONFIG_MIPS_NILE4) += ops-nile4.o + obj-$(CONFIG_SNI_RM200_PCI) += ops-sni.o ++ifndef CONFIG_BCM947XX + obj-y += pci.o ++endif + obj-$(CONFIG_PCI_AUTO) += pci_auto.o + + include $(TOPDIR)/Rules.make -- cgit v1.2.3