diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 11:40:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-06 11:40:44 +0000 |
commit | 67dfec2fa81f97eafacef8081f30ab8959f70934 (patch) | |
tree | eadd7469d3c7acf63c58ddfacd13a68feb0f4e2c /target/linux/ramips/patches-3.8/0119-PCI-MIPS-adds-rt3883-pci-support.patch | |
parent | 049b5f3748f4c49cae31d6a84e1ba8dab20f2524 (diff) | |
download | upstream-67dfec2fa81f97eafacef8081f30ab8959f70934.tar.gz upstream-67dfec2fa81f97eafacef8081f30ab8959f70934.tar.bz2 upstream-67dfec2fa81f97eafacef8081f30ab8959f70934.zip |
kernel: update linux 3.8 to 3.8.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36215 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.8/0119-PCI-MIPS-adds-rt3883-pci-support.patch')
-rw-r--r-- | target/linux/ramips/patches-3.8/0119-PCI-MIPS-adds-rt3883-pci-support.patch | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/target/linux/ramips/patches-3.8/0119-PCI-MIPS-adds-rt3883-pci-support.patch b/target/linux/ramips/patches-3.8/0119-PCI-MIPS-adds-rt3883-pci-support.patch index d346565555..32fd20960f 100644 --- a/target/linux/ramips/patches-3.8/0119-PCI-MIPS-adds-rt3883-pci-support.patch +++ b/target/linux/ramips/patches-3.8/0119-PCI-MIPS-adds-rt3883-pci-support.patch @@ -13,11 +13,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org> 3 files changed, 489 insertions(+) create mode 100644 arch/mips/pci/pci-rt3883.c -diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile -index 77974ba..3cbfd9b 100644 --- a/arch/mips/pci/Makefile +++ b/arch/mips/pci/Makefile -@@ -42,6 +42,7 @@ obj-$(CONFIG_SNI_RM) += fixup-sni.o ops-sni.o +@@ -43,6 +43,7 @@ obj-$(CONFIG_SNI_RM) += fixup-sni.o ops obj-$(CONFIG_LANTIQ) += fixup-lantiq.o obj-$(CONFIG_PCI_LANTIQ) += pci-lantiq.o ops-lantiq.o obj-$(CONFIG_SOC_RT2880) += pci-rt2880.o @@ -25,9 +23,6 @@ index 77974ba..3cbfd9b 100644 obj-$(CONFIG_TANBAC_TB0219) += fixup-tb0219.o obj-$(CONFIG_TANBAC_TB0226) += fixup-tb0226.o obj-$(CONFIG_TANBAC_TB0287) += fixup-tb0287.o -diff --git a/arch/mips/pci/pci-rt3883.c b/arch/mips/pci/pci-rt3883.c -new file mode 100644 -index 0000000..8a4c8ce --- /dev/null +++ b/arch/mips/pci/pci-rt3883.c @@ -0,0 +1,487 @@ @@ -518,8 +513,6 @@ index 0000000..8a4c8ce + + return 0; +} -diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig -index a3eec2a..2b7b70a 100644 --- a/arch/mips/ralink/Kconfig +++ b/arch/mips/ralink/Kconfig @@ -20,6 +20,7 @@ choice @@ -530,6 +523,3 @@ index a3eec2a..2b7b70a 100644 config SOC_MT7620 bool "MT7620" --- -1.7.10.4 - |