diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-03 14:10:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-03 14:10:24 +0000 |
commit | 0d81aed761563a503c03ec1e5cd85f7ef751c51a (patch) | |
tree | 3e5ab4e5a94aeae2a7a92a1f60be0361909a1916 /target/linux | |
parent | e5a957c58061f8dd72a4cdfb617dae28bcb56831 (diff) | |
download | upstream-0d81aed761563a503c03ec1e5cd85f7ef751c51a.tar.gz upstream-0d81aed761563a503c03ec1e5cd85f7ef751c51a.tar.bz2 upstream-0d81aed761563a503c03ec1e5cd85f7ef751c51a.zip |
linux/3.3: refresh patches against 3.3-rc5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30799 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
4 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/generic/patches-3.3/100-overlayfs_v12.patch b/target/linux/generic/patches-3.3/100-overlayfs_v12.patch index 5eda87c8d6..1a64389cd9 100644 --- a/target/linux/generic/patches-3.3/100-overlayfs_v12.patch +++ b/target/linux/generic/patches-3.3/100-overlayfs_v12.patch @@ -244,7 +244,7 @@ ======================== --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -4924,6 +4924,13 @@ F: drivers/scsi/osd/ +@@ -4928,6 +4928,13 @@ F: drivers/scsi/osd/ F: include/scsi/osd_* F: fs/exofs/ diff --git a/target/linux/generic/patches-3.3/202-reduce_module_size.patch b/target/linux/generic/patches-3.3/202-reduce_module_size.patch index 58b4a7571c..f1efb90c37 100644 --- a/target/linux/generic/patches-3.3/202-reduce_module_size.patch +++ b/target/linux/generic/patches-3.3/202-reduce_module_size.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -374,7 +374,7 @@ +@@ -374,7 +374,7 @@ KBUILD_CFLAGS_KERNEL := KBUILD_AFLAGS := -D__ASSEMBLY__ KBUILD_AFLAGS_MODULE := -DMODULE KBUILD_CFLAGS_MODULE := -DMODULE diff --git a/target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch b/target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch index c0a478b704..4a7d351b64 100644 --- a/target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch +++ b/target/linux/generic/patches-3.3/811-pci_disable_usb_common_quirks.patch @@ -10,8 +10,8 @@ static inline int io_type_enabled(struct pci_dev *pdev, unsigned int mask) { u16 cmd; -@@ -877,3 +879,5 @@ static void __devinit quirk_usb_early_ha - quirk_usb_handoff_xhci(pdev); +@@ -894,3 +896,5 @@ static void __devinit quirk_usb_early_ha + pci_disable_device(pdev); } DECLARE_PCI_FIXUP_FINAL(PCI_ANY_ID, PCI_ANY_ID, quirk_usb_early_handoff); + diff --git a/target/linux/generic/patches-3.3/863-gpiommc.patch b/target/linux/generic/patches-3.3/863-gpiommc.patch index 3052a38302..8a37c8e3a8 100644 --- a/target/linux/generic/patches-3.3/863-gpiommc.patch +++ b/target/linux/generic/patches-3.3/863-gpiommc.patch @@ -830,7 +830,7 @@ +be done automatically. --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -3019,6 +3019,11 @@ L: linuxppc-dev@lists.ozlabs.org +@@ -3018,6 +3018,11 @@ L: linuxppc-dev@lists.ozlabs.org S: Odd Fixes F: drivers/tty/hvc/ |