diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 11:59:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-04-12 11:59:07 +0000 |
commit | 0e6867db1e9a2feb6ded27a33631e25f6c18e11e (patch) | |
tree | 5689460cf1b5a04c4b83e21e9e627d528f393cd9 /target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch | |
parent | 9aa3da569edfc91995fbb4bf030d40cce3f0b45e (diff) | |
download | upstream-0e6867db1e9a2feb6ded27a33631e25f6c18e11e.tar.gz upstream-0e6867db1e9a2feb6ded27a33631e25f6c18e11e.tar.bz2 upstream-0e6867db1e9a2feb6ded27a33631e25f6c18e11e.zip |
kernel: update 3.10 to 3.10.36
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40467 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch b/target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch index 327a45ccd8..6ddb78bd53 100644 --- a/target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch +++ b/target/linux/lantiq/patches-3.10/0105-mips-lantiq-flash-add-jedec-probe.patch @@ -9,8 +9,8 @@ Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com> lantiq-flash.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---- a/drivers/mtd/maps/lantiq-flash.c 2014-03-23 09:18:25.099370216 +0100 -+++ b/drivers/mtd/maps/lantiq-flash.c 2014-03-19 17:19:45.732111306 +0100 +--- a/drivers/mtd/maps/lantiq-flash.c ++++ b/drivers/mtd/maps/lantiq-flash.c @@ -117,6 +117,11 @@ ltq_mtd_probe(struct platform_device *pd struct cfi_private *cfi; int err; |