aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-10-31 23:50:42 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-10-31 23:50:42 +0000
commit553ed34def67224762c7b45f2f4ad986e5a59d64 (patch)
tree4e9d62987e23f89ff931d0407c2c5a1766185c6b /target
parente1078da32a0c4c74ba08e0bc2793d061cf9e58ac (diff)
downloadupstream-553ed34def67224762c7b45f2f4ad986e5a59d64.tar.gz
upstream-553ed34def67224762c7b45f2f4ad986e5a59d64.tar.bz2
upstream-553ed34def67224762c7b45f2f4ad986e5a59d64.zip
kernel: refresh patches
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43138
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-3.14/060-net-usb-hso-Add-support-for-Option-GTM671WFS.patch7
-rw-r--r--target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch6
2 files changed, 4 insertions, 9 deletions
diff --git a/target/linux/generic/patches-3.14/060-net-usb-hso-Add-support-for-Option-GTM671WFS.patch b/target/linux/generic/patches-3.14/060-net-usb-hso-Add-support-for-Option-GTM671WFS.patch
index c8c8b17e5c..7ccf34cfa4 100644
--- a/target/linux/generic/patches-3.14/060-net-usb-hso-Add-support-for-Option-GTM671WFS.patch
+++ b/target/linux/generic/patches-3.14/060-net-usb-hso-Add-support-for-Option-GTM671WFS.patch
@@ -311,11 +311,9 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/hso.c | 1 +
1 file changed, 1 insertion(+)
-diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c
-index a364018..babda7d 100644
--- a/drivers/net/usb/hso.c
+++ b/drivers/net/usb/hso.c
-@@ -469,6 +469,7 @@ static const struct usb_device_id hso_ids[] = {
+@@ -469,6 +469,7 @@ static const struct usb_device_id hso_id
{USB_DEVICE(0x0af0, 0x8800)},
{USB_DEVICE(0x0af0, 0x8900)},
{USB_DEVICE(0x0af0, 0x9000)},
@@ -323,6 +321,3 @@ index a364018..babda7d 100644
{USB_DEVICE(0x0af0, 0xd035)},
{USB_DEVICE(0x0af0, 0xd055)},
{USB_DEVICE(0x0af0, 0xd155)},
---
-1.8.4.5
-
diff --git a/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch b/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch
index 88531a6a7b..4858519ca1 100644
--- a/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch
+++ b/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch
@@ -82,13 +82,13 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
+++ b/fs/yaffs2/yaffs_mtdif.c
@@ -16,6 +16,7 @@
#include "yaffs_mtdif.h"
-
+
#include "linux/mtd/mtd.h"
+#include "uapi/linux/major.h"
#include "linux/types.h"
#include "linux/time.h"
#include "linux/mtd/nand.h"
-@@ -277,7 +277,8 @@ struct mtd_info * yaffs_get_mtd_device(d
+@@ -276,7 +277,8 @@ struct mtd_info * yaffs_get_mtd_device(d
return mtd;
}
@@ -98,7 +98,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
{
if (yaffs_version == 2) {
if ((WRITE_SIZE(mtd) < YAFFS_MIN_YAFFS2_CHUNK_SIZE ||
-@@ -296,6 +297,12 @@ int yaffs_verify_mtd(struct mtd_info *mt
+@@ -295,6 +297,12 @@ int yaffs_verify_mtd(struct mtd_info *mt
);
return -1;
}