diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-26 10:33:32 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-03-26 10:33:32 +0000 |
commit | 9c30124eee8564ce4dd551967b8dedb451009f88 (patch) | |
tree | f08d225e1f8931634c82cfeb18fa3ad5fa7e664e /package/linux/kernel-patches/017-arch_mips_pci_Makefile | |
parent | 7446f1bc47c4cbe08c85e414b4277ffb42196ea9 (diff) | |
download | master-187ad058-9c30124eee8564ce4dd551967b8dedb451009f88.tar.gz master-187ad058-9c30124eee8564ce4dd551967b8dedb451009f88.tar.bz2 master-187ad058-9c30124eee8564ce4dd551967b8dedb451009f88.zip |
uncompress patches, requested by Kaloz
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@460 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/kernel-patches/017-arch_mips_pci_Makefile')
-rw-r--r-- | package/linux/kernel-patches/017-arch_mips_pci_Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/linux/kernel-patches/017-arch_mips_pci_Makefile b/package/linux/kernel-patches/017-arch_mips_pci_Makefile new file mode 100644 index 0000000000..fed1336150 --- /dev/null +++ b/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 |