diff options
-rw-r--r-- | mk/kernel-ver.mk | 8 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion.choice | 4 | ||||
-rw-r--r-- | target/config/Config.in.kernelversion.default | 2 | ||||
-rw-r--r-- | target/linux/patches/4.1.1/cris-header.patch (renamed from target/linux/patches/4.1/cris-header.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.1.1/initramfs-nosizelimit.patch (renamed from target/linux/patches/4.1/initramfs-nosizelimit.patch) | 0 | ||||
-rw-r--r-- | target/linux/patches/4.1.1/startup.patch (renamed from target/linux/patches/4.1/startup.patch) | 0 |
6 files changed, 7 insertions, 7 deletions
diff --git a/mk/kernel-ver.mk b/mk/kernel-ver.mk index 89c98f16a..2613b01a6 100644 --- a/mk/kernel-ver.mk +++ b/mk/kernel-ver.mk @@ -1,8 +1,8 @@ -ifeq ($(ADK_KERNEL_VERSION_4_1_0),y) -KERNEL_VERSION:= 4.1 -KERNEL_MOD_VERSION:= 4.1.0 +ifeq ($(ADK_KERNEL_VERSION_4_1_1),y) +KERNEL_VERSION:= 4.1.1 +KERNEL_MOD_VERSION:= $(KERNEL_VERSION) KERNEL_RELEASE:= 1 -KERNEL_HASH:= caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f +KERNEL_HASH:= 88d6bc7c25ef3a42355770cf49a4d245bd7ef76ed805fceaa378b180008c6e89 endif ifeq ($(ADK_KERNEL_VERSION_4_0_6),y) KERNEL_VERSION:= 4.0.6 diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice index ec886fa6d..6caee9795 100644 --- a/target/config/Config.in.kernelversion.choice +++ b/target/config/Config.in.kernelversion.choice @@ -12,8 +12,8 @@ config ADK_KERNEL_VERSION_GIT depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI2 || ADK_EXPERIMENTAL depends on !ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || ADK_EXPERIMENTAL -config ADK_KERNEL_VERSION_4_1_0 - bool "4.1.0" +config ADK_KERNEL_VERSION_4_1_1 + bool "4.1.1" select ADK_KERNEL_VERSION_4_1 depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI || ADK_EXPERIMENTAL depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI2 || ADK_EXPERIMENTAL diff --git a/target/config/Config.in.kernelversion.default b/target/config/Config.in.kernelversion.default index c60ebfbdc..870e4a4fa 100644 --- a/target/config/Config.in.kernelversion.default +++ b/target/config/Config.in.kernelversion.default @@ -30,7 +30,7 @@ config ADK_KERNEL_VERSION_2_6_32 config ADK_KERNEL_VERSION string - default "4.1" if ADK_KERNEL_VERSION_4_1_0 + default "4.1.1" if ADK_KERNEL_VERSION_4_1_1 default "4.0.6" if ADK_KERNEL_VERSION_4_0_6 default "3.18.16" if ADK_KERNEL_VERSION_3_18_16 default "3.14.45" if ADK_KERNEL_VERSION_3_14_45 diff --git a/target/linux/patches/4.1/cris-header.patch b/target/linux/patches/4.1.1/cris-header.patch index 2b5a88461..2b5a88461 100644 --- a/target/linux/patches/4.1/cris-header.patch +++ b/target/linux/patches/4.1.1/cris-header.patch diff --git a/target/linux/patches/4.1/initramfs-nosizelimit.patch b/target/linux/patches/4.1.1/initramfs-nosizelimit.patch index 40d2f6bd8..40d2f6bd8 100644 --- a/target/linux/patches/4.1/initramfs-nosizelimit.patch +++ b/target/linux/patches/4.1.1/initramfs-nosizelimit.patch diff --git a/target/linux/patches/4.1/startup.patch b/target/linux/patches/4.1.1/startup.patch index d396b75e4..d396b75e4 100644 --- a/target/linux/patches/4.1/startup.patch +++ b/target/linux/patches/4.1.1/startup.patch |