diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-24 17:49:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-24 17:49:32 +0100 |
commit | 50cd9979becf61d670c78b8728ab114e6dbecf1b (patch) | |
tree | 24103b907325de4c2204888b4ee4276bda88f071 | |
parent | e5681dc62fab3c272c091c47c56d71b16ea3988f (diff) |
update kernel
-rw-r--r-- | Config.in | 8 | ||||
-rw-r--r-- | mk/kernel-ver.mk | 8 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/bsd-compatibility.patch (renamed from target/linux/patches/3.12.11/bsd-compatibility.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/defaults.patch (renamed from target/linux/patches/3.12.11/defaults.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/disable-netfilter.patch (renamed from target/linux/patches/3.12.11/disable-netfilter.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/export-symbol-for-exmap.patch (renamed from target/linux/patches/3.12.11/export-symbol-for-exmap.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/gemalto.patch (renamed from target/linux/patches/3.12.11/gemalto.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/lemote-rfkill.patch (renamed from target/linux/patches/3.12.11/lemote-rfkill.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/microblaze-ethernet.patch (renamed from target/linux/patches/3.12.11/microblaze-ethernet.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/microblaze-setup.patch (renamed from target/linux/patches/3.12.11/microblaze-setup.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/mips-lzo-fix.patch (renamed from target/linux/patches/3.12.11/mips-lzo-fix.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/mtd-rootfs.patch (renamed from target/linux/patches/3.12.11/mtd-rootfs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/non-static.patch (renamed from target/linux/patches/3.12.11/non-static.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/ppc64-missing-zlib.patch (renamed from target/linux/patches/3.12.11/ppc64-missing-zlib.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/raspberry.patch (renamed from target/linux/patches/3.12.11/raspberry.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/startup.patch (renamed from target/linux/patches/3.12.11/startup.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/usb-defaults-off.patch (renamed from target/linux/patches/3.12.11/usb-defaults-off.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/uuid.patch (renamed from target/linux/patches/3.12.11/uuid.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/vga-cons-default-off.patch (renamed from target/linux/patches/3.12.11/vga-cons-default-off.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/wlan-cf.patch (renamed from target/linux/patches/3.12.11/wlan-cf.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/xargs.patch (renamed from target/linux/patches/3.12.11/xargs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.12.13/zlib-inflate.patch (renamed from target/linux/patches/3.12.11/zlib-inflate.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.12.13/cleankernel.patch (renamed from toolchain/kernel-headers/patches/3.12.11/cleankernel.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.12.13/microperl.patch (renamed from toolchain/kernel-headers/patches/3.12.11/microperl.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.12.13/mkpiggy.patch (renamed from toolchain/kernel-headers/patches/3.12.11/mkpiggy.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.12.13/relocs.patch (renamed from toolchain/kernel-headers/patches/3.12.11/relocs.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.12.13/sgidefs.patch (renamed from toolchain/kernel-headers/patches/3.12.11/sgidefs.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.12.13/sortext.patch (renamed from toolchain/kernel-headers/patches/3.12.11/sortext.patch) | 0 |
28 files changed, 8 insertions, 8 deletions
@@ -97,7 +97,7 @@ prompt "Kernel Version" depends on ADK_TOOLCHAIN_ONLY config ADK_KERNEL_VERSION_TOOLCHAIN - prompt "3.12.11" + prompt "3.12.13" boolean depends on ADK_TOOLCHAIN_ONLY @@ -113,8 +113,8 @@ config ADK_KERNEL_VERSION_3_13_5 prompt "3.13.5" boolean -config ADK_KERNEL_VERSION_3_12_11 - prompt "3.12.11" +config ADK_KERNEL_VERSION_3_12_13 + prompt "3.12.13" boolean config ADK_KERNEL_VERSION_3_11_10 @@ -130,7 +130,7 @@ endchoice config ADK_KERNEL_VERSION string default "3.13.5" if ADK_KERNEL_VERSION_3_13_5 - default "3.12.11" if ADK_KERNEL_VERSION_3_12_11 + default "3.12.13" if ADK_KERNEL_VERSION_3_12_13 default "3.11.10" if ADK_KERNEL_VERSION_3_11_10 default "3.4.71" if ADK_KERNEL_VERSION_3_4_71 help diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 74a15884e..4555e6aa6 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,5 +1,5 @@ ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y) -KERNEL_VERSION:= 3.12.11 +KERNEL_VERSION:= 3.12.13 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= c5b0775d187bc79992bae17ae781de1e @@ -10,11 +10,11 @@ KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= b9fa20262a7ecbbc3277aa2ee10412da endif -ifeq ($(ADK_KERNEL_VERSION_3_12_11),y) -KERNEL_VERSION:= 3.12.11 +ifeq ($(ADK_KERNEL_VERSION_3_12_13),y) +KERNEL_VERSION:= 3.12.13 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= c5b0775d187bc79992bae17ae781de1e +KERNEL_MD5SUM:= 345f5883cfb906dac4aef87e303d3a2d endif ifeq ($(ADK_KERNEL_VERSION_3_11_10),y) KERNEL_VERSION:= 3.11.10 diff --git a/target/linux/patches/3.12.11/bsd-compatibility.patch b/target/linux/patches/3.12.13/bsd-compatibility.patch index b954b658f..b954b658f 100644 --- a/target/linux/patches/3.12.11/bsd-compatibility.patch +++ b/target/linux/patches/3.12.13/bsd-compatibility.patch diff --git a/target/linux/patches/3.12.11/defaults.patch b/target/linux/patches/3.12.13/defaults.patch index 6cdca084e..6cdca084e 100644 --- a/target/linux/patches/3.12.11/defaults.patch +++ b/target/linux/patches/3.12.13/defaults.patch diff --git a/target/linux/patches/3.12.11/disable-netfilter.patch b/target/linux/patches/3.12.13/disable-netfilter.patch index 7b1ca013a..7b1ca013a 100644 --- a/target/linux/patches/3.12.11/disable-netfilter.patch +++ b/target/linux/patches/3.12.13/disable-netfilter.patch diff --git a/target/linux/patches/3.12.11/export-symbol-for-exmap.patch b/target/linux/patches/3.12.13/export-symbol-for-exmap.patch index 4f0fc8449..4f0fc8449 100644 --- a/target/linux/patches/3.12.11/export-symbol-for-exmap.patch +++ b/target/linux/patches/3.12.13/export-symbol-for-exmap.patch diff --git a/target/linux/patches/3.12.11/gemalto.patch b/target/linux/patches/3.12.13/gemalto.patch index 65f7af1d7..65f7af1d7 100644 --- a/target/linux/patches/3.12.11/gemalto.patch +++ b/target/linux/patches/3.12.13/gemalto.patch diff --git a/target/linux/patches/3.12.11/lemote-rfkill.patch b/target/linux/patches/3.12.13/lemote-rfkill.patch index a61488434..a61488434 100644 --- a/target/linux/patches/3.12.11/lemote-rfkill.patch +++ b/target/linux/patches/3.12.13/lemote-rfkill.patch diff --git a/target/linux/patches/3.12.11/microblaze-ethernet.patch b/target/linux/patches/3.12.13/microblaze-ethernet.patch index 742ab477e..742ab477e 100644 --- a/target/linux/patches/3.12.11/microblaze-ethernet.patch +++ b/target/linux/patches/3.12.13/microblaze-ethernet.patch diff --git a/target/linux/patches/3.12.11/microblaze-setup.patch b/target/linux/patches/3.12.13/microblaze-setup.patch index 43815f274..43815f274 100644 --- a/target/linux/patches/3.12.11/microblaze-setup.patch +++ b/target/linux/patches/3.12.13/microblaze-setup.patch diff --git a/target/linux/patches/3.12.11/mips-lzo-fix.patch b/target/linux/patches/3.12.13/mips-lzo-fix.patch index 0740bdc6a..0740bdc6a 100644 --- a/target/linux/patches/3.12.11/mips-lzo-fix.patch +++ b/target/linux/patches/3.12.13/mips-lzo-fix.patch diff --git a/target/linux/patches/3.12.11/mtd-rootfs.patch b/target/linux/patches/3.12.13/mtd-rootfs.patch index 775d5fc80..775d5fc80 100644 --- a/target/linux/patches/3.12.11/mtd-rootfs.patch +++ b/target/linux/patches/3.12.13/mtd-rootfs.patch diff --git a/target/linux/patches/3.12.11/non-static.patch b/target/linux/patches/3.12.13/non-static.patch index a967703d0..a967703d0 100644 --- a/target/linux/patches/3.12.11/non-static.patch +++ b/target/linux/patches/3.12.13/non-static.patch diff --git a/target/linux/patches/3.12.11/ppc64-missing-zlib.patch b/target/linux/patches/3.12.13/ppc64-missing-zlib.patch index c6e0616be..c6e0616be 100644 --- a/target/linux/patches/3.12.11/ppc64-missing-zlib.patch +++ b/target/linux/patches/3.12.13/ppc64-missing-zlib.patch diff --git a/target/linux/patches/3.12.11/raspberry.patch b/target/linux/patches/3.12.13/raspberry.patch index 3a0290e84..3a0290e84 100644 --- a/target/linux/patches/3.12.11/raspberry.patch +++ b/target/linux/patches/3.12.13/raspberry.patch diff --git a/target/linux/patches/3.12.11/startup.patch b/target/linux/patches/3.12.13/startup.patch index d23d6d212..d23d6d212 100644 --- a/target/linux/patches/3.12.11/startup.patch +++ b/target/linux/patches/3.12.13/startup.patch diff --git a/target/linux/patches/3.12.11/usb-defaults-off.patch b/target/linux/patches/3.12.13/usb-defaults-off.patch index 54dff2bd4..54dff2bd4 100644 --- a/target/linux/patches/3.12.11/usb-defaults-off.patch +++ b/target/linux/patches/3.12.13/usb-defaults-off.patch diff --git a/target/linux/patches/3.12.11/uuid.patch b/target/linux/patches/3.12.13/uuid.patch index ca23accdf..ca23accdf 100644 --- a/target/linux/patches/3.12.11/uuid.patch +++ b/target/linux/patches/3.12.13/uuid.patch diff --git a/target/linux/patches/3.12.11/vga-cons-default-off.patch b/target/linux/patches/3.12.13/vga-cons-default-off.patch index 08a57f783..08a57f783 100644 --- a/target/linux/patches/3.12.11/vga-cons-default-off.patch +++ b/target/linux/patches/3.12.13/vga-cons-default-off.patch diff --git a/target/linux/patches/3.12.11/wlan-cf.patch b/target/linux/patches/3.12.13/wlan-cf.patch index fc20759e2..fc20759e2 100644 --- a/target/linux/patches/3.12.11/wlan-cf.patch +++ b/target/linux/patches/3.12.13/wlan-cf.patch diff --git a/target/linux/patches/3.12.11/xargs.patch b/target/linux/patches/3.12.13/xargs.patch index 2c7b3df59..2c7b3df59 100644 --- a/target/linux/patches/3.12.11/xargs.patch +++ b/target/linux/patches/3.12.13/xargs.patch diff --git a/target/linux/patches/3.12.11/zlib-inflate.patch b/target/linux/patches/3.12.13/zlib-inflate.patch index 58e1f6d21..58e1f6d21 100644 --- a/target/linux/patches/3.12.11/zlib-inflate.patch +++ b/target/linux/patches/3.12.13/zlib-inflate.patch diff --git a/toolchain/kernel-headers/patches/3.12.11/cleankernel.patch b/toolchain/kernel-headers/patches/3.12.13/cleankernel.patch index d8c055dc3..d8c055dc3 100644 --- a/toolchain/kernel-headers/patches/3.12.11/cleankernel.patch +++ b/toolchain/kernel-headers/patches/3.12.13/cleankernel.patch diff --git a/toolchain/kernel-headers/patches/3.12.11/microperl.patch b/toolchain/kernel-headers/patches/3.12.13/microperl.patch index 298d96593..298d96593 100644 --- a/toolchain/kernel-headers/patches/3.12.11/microperl.patch +++ b/toolchain/kernel-headers/patches/3.12.13/microperl.patch diff --git a/toolchain/kernel-headers/patches/3.12.11/mkpiggy.patch b/toolchain/kernel-headers/patches/3.12.13/mkpiggy.patch index d4e815cd2..d4e815cd2 100644 --- a/toolchain/kernel-headers/patches/3.12.11/mkpiggy.patch +++ b/toolchain/kernel-headers/patches/3.12.13/mkpiggy.patch diff --git a/toolchain/kernel-headers/patches/3.12.11/relocs.patch b/toolchain/kernel-headers/patches/3.12.13/relocs.patch index 649b9e73e..649b9e73e 100644 --- a/toolchain/kernel-headers/patches/3.12.11/relocs.patch +++ b/toolchain/kernel-headers/patches/3.12.13/relocs.patch diff --git a/toolchain/kernel-headers/patches/3.12.11/sgidefs.patch b/toolchain/kernel-headers/patches/3.12.13/sgidefs.patch index f00a284d9..f00a284d9 100644 --- a/toolchain/kernel-headers/patches/3.12.11/sgidefs.patch +++ b/toolchain/kernel-headers/patches/3.12.13/sgidefs.patch diff --git a/toolchain/kernel-headers/patches/3.12.11/sortext.patch b/toolchain/kernel-headers/patches/3.12.13/sortext.patch index 8fd4e1d6b..8fd4e1d6b 100644 --- a/toolchain/kernel-headers/patches/3.12.11/sortext.patch +++ b/toolchain/kernel-headers/patches/3.12.13/sortext.patch |