diff options
-rw-r--r-- | Config.in | 6 | ||||
-rw-r--r-- | mk/kernel-ver.mk | 10 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/bsd-compatibility.patch (renamed from target/linux/patches/3.8.1/bsd-compatibility.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/cris-etrax.patch (renamed from target/linux/patches/3.8.1/cris-etrax.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/defaults.patch (renamed from target/linux/patches/3.8.1/defaults.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/disable-netfilter.patch (renamed from target/linux/patches/3.8.1/disable-netfilter.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/gemalto.patch (renamed from target/linux/patches/3.8.1/gemalto.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/lemote-rfkill.patch (renamed from target/linux/patches/3.8.1/lemote-rfkill.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/mtd-rootfs.patch (renamed from target/linux/patches/3.8.1/mtd-rootfs.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/non-static.patch (renamed from target/linux/patches/3.8.1/non-static.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/startup.patch (renamed from target/linux/patches/3.8.1/startup.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/usb-defaults-off.patch (renamed from target/linux/patches/3.8.1/usb-defaults-off.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/uuid.patch (renamed from target/linux/patches/3.8.1/uuid.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/vga-cons-default-off.patch (renamed from target/linux/patches/3.8.1/vga-cons-default-off.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/wlan-cf.patch (renamed from target/linux/patches/3.8.1/wlan-cf.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/3.8.2/zlib-inflate.patch (renamed from target/linux/patches/3.8.1/zlib-inflate.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.8.2/cleankernel.patch (renamed from toolchain/kernel-headers/patches/3.8.1/cleankernel.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.8.2/microperl.patch (renamed from toolchain/kernel-headers/patches/3.8.1/microperl.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.8.2/mkpiggy.patch (renamed from toolchain/kernel-headers/patches/3.8.1/mkpiggy.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.8.2/relocs.patch (renamed from toolchain/kernel-headers/patches/3.8.1/relocs.patch) | 0 | ||||
-rw-r--r-- | toolchain/kernel-headers/patches/3.8.2/sortext.patch (renamed from toolchain/kernel-headers/patches/3.8.1/sortext.patch) | 0 |
21 files changed, 8 insertions, 8 deletions
@@ -95,7 +95,7 @@ prompt "Kernel Version" depends on ADK_TOOLCHAIN_ONLY config ADK_KERNEL_VERSION_TOOLCHAIN - prompt "3.7.3" + prompt "3.8.2" boolean depends on ADK_TOOLCHAIN_ONLY @@ -106,8 +106,8 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_ choice prompt "Kernel Version" -config ADK_KERNEL_VERSION_3_8_1 - prompt "3.8.1" +config ADK_KERNEL_VERSION_3_8_2 + prompt "3.8.2" boolean endchoice diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index f9522759d..edd5db9e2 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,12 +1,12 @@ ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y) -KERNEL_VERSION:= 3.8.1 +KERNEL_VERSION:= 3.8.2 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 093b172f907d5455a6746418ad18f5bc +KERNEL_MD5SUM:= 0587d693653dc5e67e3d280278100d1d endif -ifeq ($(ADK_KERNEL_VERSION_3_8_1),y) -KERNEL_VERSION:= 3.8.1 +ifeq ($(ADK_KERNEL_VERSION_3_8_2),y) +KERNEL_VERSION:= 3.8.2 KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 093b172f907d5455a6746418ad18f5bc +KERNEL_MD5SUM:= 0587d693653dc5e67e3d280278100d1d endif diff --git a/target/linux/patches/3.8.1/bsd-compatibility.patch b/target/linux/patches/3.8.2/bsd-compatibility.patch index 9e55150cc..9e55150cc 100644 --- a/target/linux/patches/3.8.1/bsd-compatibility.patch +++ b/target/linux/patches/3.8.2/bsd-compatibility.patch diff --git a/target/linux/patches/3.8.1/cris-etrax.patch b/target/linux/patches/3.8.2/cris-etrax.patch index a80d9a8b8..a80d9a8b8 100644 --- a/target/linux/patches/3.8.1/cris-etrax.patch +++ b/target/linux/patches/3.8.2/cris-etrax.patch diff --git a/target/linux/patches/3.8.1/defaults.patch b/target/linux/patches/3.8.2/defaults.patch index 58aae610b..58aae610b 100644 --- a/target/linux/patches/3.8.1/defaults.patch +++ b/target/linux/patches/3.8.2/defaults.patch diff --git a/target/linux/patches/3.8.1/disable-netfilter.patch b/target/linux/patches/3.8.2/disable-netfilter.patch index 7b1ca013a..7b1ca013a 100644 --- a/target/linux/patches/3.8.1/disable-netfilter.patch +++ b/target/linux/patches/3.8.2/disable-netfilter.patch diff --git a/target/linux/patches/3.8.1/gemalto.patch b/target/linux/patches/3.8.2/gemalto.patch index 65f7af1d7..65f7af1d7 100644 --- a/target/linux/patches/3.8.1/gemalto.patch +++ b/target/linux/patches/3.8.2/gemalto.patch diff --git a/target/linux/patches/3.8.1/lemote-rfkill.patch b/target/linux/patches/3.8.2/lemote-rfkill.patch index a61488434..a61488434 100644 --- a/target/linux/patches/3.8.1/lemote-rfkill.patch +++ b/target/linux/patches/3.8.2/lemote-rfkill.patch diff --git a/target/linux/patches/3.8.1/mtd-rootfs.patch b/target/linux/patches/3.8.2/mtd-rootfs.patch index 775d5fc80..775d5fc80 100644 --- a/target/linux/patches/3.8.1/mtd-rootfs.patch +++ b/target/linux/patches/3.8.2/mtd-rootfs.patch diff --git a/target/linux/patches/3.8.1/non-static.patch b/target/linux/patches/3.8.2/non-static.patch index a967703d0..a967703d0 100644 --- a/target/linux/patches/3.8.1/non-static.patch +++ b/target/linux/patches/3.8.2/non-static.patch diff --git a/target/linux/patches/3.8.1/startup.patch b/target/linux/patches/3.8.2/startup.patch index d23d6d212..d23d6d212 100644 --- a/target/linux/patches/3.8.1/startup.patch +++ b/target/linux/patches/3.8.2/startup.patch diff --git a/target/linux/patches/3.8.1/usb-defaults-off.patch b/target/linux/patches/3.8.2/usb-defaults-off.patch index 54dff2bd4..54dff2bd4 100644 --- a/target/linux/patches/3.8.1/usb-defaults-off.patch +++ b/target/linux/patches/3.8.2/usb-defaults-off.patch diff --git a/target/linux/patches/3.8.1/uuid.patch b/target/linux/patches/3.8.2/uuid.patch index ca23accdf..ca23accdf 100644 --- a/target/linux/patches/3.8.1/uuid.patch +++ b/target/linux/patches/3.8.2/uuid.patch diff --git a/target/linux/patches/3.8.1/vga-cons-default-off.patch b/target/linux/patches/3.8.2/vga-cons-default-off.patch index 178aeeeb9..178aeeeb9 100644 --- a/target/linux/patches/3.8.1/vga-cons-default-off.patch +++ b/target/linux/patches/3.8.2/vga-cons-default-off.patch diff --git a/target/linux/patches/3.8.1/wlan-cf.patch b/target/linux/patches/3.8.2/wlan-cf.patch index fc20759e2..fc20759e2 100644 --- a/target/linux/patches/3.8.1/wlan-cf.patch +++ b/target/linux/patches/3.8.2/wlan-cf.patch diff --git a/target/linux/patches/3.8.1/zlib-inflate.patch b/target/linux/patches/3.8.2/zlib-inflate.patch index 58e1f6d21..58e1f6d21 100644 --- a/target/linux/patches/3.8.1/zlib-inflate.patch +++ b/target/linux/patches/3.8.2/zlib-inflate.patch diff --git a/toolchain/kernel-headers/patches/3.8.1/cleankernel.patch b/toolchain/kernel-headers/patches/3.8.2/cleankernel.patch index f8d5448ee..f8d5448ee 100644 --- a/toolchain/kernel-headers/patches/3.8.1/cleankernel.patch +++ b/toolchain/kernel-headers/patches/3.8.2/cleankernel.patch diff --git a/toolchain/kernel-headers/patches/3.8.1/microperl.patch b/toolchain/kernel-headers/patches/3.8.2/microperl.patch index 44c39f6e8..44c39f6e8 100644 --- a/toolchain/kernel-headers/patches/3.8.1/microperl.patch +++ b/toolchain/kernel-headers/patches/3.8.2/microperl.patch diff --git a/toolchain/kernel-headers/patches/3.8.1/mkpiggy.patch b/toolchain/kernel-headers/patches/3.8.2/mkpiggy.patch index d4e815cd2..d4e815cd2 100644 --- a/toolchain/kernel-headers/patches/3.8.1/mkpiggy.patch +++ b/toolchain/kernel-headers/patches/3.8.2/mkpiggy.patch diff --git a/toolchain/kernel-headers/patches/3.8.1/relocs.patch b/toolchain/kernel-headers/patches/3.8.2/relocs.patch index 43c5bb580..43c5bb580 100644 --- a/toolchain/kernel-headers/patches/3.8.1/relocs.patch +++ b/toolchain/kernel-headers/patches/3.8.2/relocs.patch diff --git a/toolchain/kernel-headers/patches/3.8.1/sortext.patch b/toolchain/kernel-headers/patches/3.8.2/sortext.patch index d82b76a2d..d82b76a2d 100644 --- a/toolchain/kernel-headers/patches/3.8.1/sortext.patch +++ b/toolchain/kernel-headers/patches/3.8.2/sortext.patch |