diff options
author | Luka Perkov <luka@openwrt.org> | 2015-04-11 10:28:06 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-04-11 10:28:06 +0000 |
commit | fc08d7a3eb6a50d6d62a33e3de66e92dffb4ad7d (patch) | |
tree | 7196458897ce4172241a2cfd7ed5a235aa572a01 /target/linux/adm8668/patches-3.14/002-adm8668_pci.patch | |
parent | b976ac8b864e08a3a761ff638e86c9edc2480821 (diff) | |
download | upstream-fc08d7a3eb6a50d6d62a33e3de66e92dffb4ad7d.tar.gz upstream-fc08d7a3eb6a50d6d62a33e3de66e92dffb4ad7d.tar.bz2 upstream-fc08d7a3eb6a50d6d62a33e3de66e92dffb4ad7d.zip |
adm8668: drop 3.14
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45373
Diffstat (limited to 'target/linux/adm8668/patches-3.14/002-adm8668_pci.patch')
-rw-r--r-- | target/linux/adm8668/patches-3.14/002-adm8668_pci.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/linux/adm8668/patches-3.14/002-adm8668_pci.patch b/target/linux/adm8668/patches-3.14/002-adm8668_pci.patch deleted file mode 100644 index 994b7cb9b8..0000000000 --- a/target/linux/adm8668/patches-3.14/002-adm8668_pci.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/arch/mips/pci/Makefile -+++ b/arch/mips/pci/Makefile -@@ -57,6 +57,7 @@ obj-$(CONFIG_MIKROTIK_RB532) += pci-rc32 - obj-$(CONFIG_CAVIUM_OCTEON_SOC) += pci-octeon.o pcie-octeon.o - obj-$(CONFIG_CPU_XLR) += pci-xlr.o - obj-$(CONFIG_CPU_XLP) += pci-xlp.o -+obj-$(CONFIG_ADM8668) += pci-adm8668.o - - ifdef CONFIG_PCI_MSI - obj-$(CONFIG_CAVIUM_OCTEON_SOC) += msi-octeon.o ---- a/include/linux/pci_ids.h -+++ b/include/linux/pci_ids.h -@@ -1817,6 +1817,9 @@ - - #define PCI_VENDOR_ID_CB 0x1307 /* Measurement Computing */ - -+#define PCI_VENDOR_ADMTEK 0x1317 -+#define PCI_DEVICE_ID_ADM8668 0x8688 -+ - #define PCI_VENDOR_ID_SIIG 0x131f - #define PCI_SUBVENDOR_ID_SIIG 0x131f - #define PCI_DEVICE_ID_SIIG_1S_10x_550 0x1000 |