Explorar o código

update kernel

Waldemar Brodkorb %!s(int64=13) %!d(string=hai) anos
pai
achega
26c1d961ea

+ 5 - 5
Config.in

@@ -95,7 +95,7 @@ prompt "Kernel Version"
 depends on ADK_TOOLCHAIN_ONLY
 
 config ADK_KERNEL_VERSION_TOOLCHAIN
-	prompt "3.4.9"
+	prompt "3.5.4"
 	boolean
 	depends on ADK_TOOLCHAIN_ONLY
 
@@ -106,20 +106,20 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
 
 choice
 prompt "Kernel Version"
+config ADK_KERNEL_VERSION_3_5_4
+	prompt "3.5.4"
+	boolean
 
 config ADK_KERNEL_VERSION_3_4_9
 	prompt "3.4.9"
 	boolean
 
-config ADK_KERNEL_VERSION_3_5_2
-	prompt "3.5.2"
-	boolean
 endchoice
 
 config ADK_KERNEL_VERSION
 	string
 	default "3.4.9" if ADK_KERNEL_VERSION_3_4_9
-	default "3.5.2" if ADK_KERNEL_VERSION_3_5_2
+	default "3.5.4" if ADK_KERNEL_VERSION_3_5_4
 	help
 
 choice

+ 6 - 6
mk/kernel-ver.mk

@@ -1,18 +1,18 @@
 ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
-KERNEL_VERSION:=	3.4.9
+KERNEL_VERSION:=	3.5.4
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		0428dcd244b494e99da9a314667c6f99
+KERNEL_MD5SUM:=		95d5c7271ad448bc965bdb29339b6923
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_5_2),y)
-KERNEL_VERSION:=	3.5.2
+ifeq ($(ADK_KERNEL_VERSION_3_5_4),y)
+KERNEL_VERSION:=	3.5.4
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		f0341109ba14a8f9f455c131ccc8ddd3
+KERNEL_MD5SUM:=		95d5c7271ad448bc965bdb29339b6923
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_4_9),y)
 KERNEL_VERSION:=	3.4.9
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		0428dcd244b494e99da9a314667c6f99
+KERNEL_MD5SUM:=		f9cd4fe763396bf814f3a71de42fde9b
 endif

+ 0 - 0
target/linux/patches/3.5.2/brcm.patch → target/linux/patches/3.5.4/brcm.patch


+ 0 - 0
target/linux/patches/3.5.2/bsd-compatibility.patch → target/linux/patches/3.5.4/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.5.2/cris-etrax.patch → target/linux/patches/3.5.4/cris-etrax.patch


+ 0 - 0
target/linux/patches/3.5.2/defaults.patch → target/linux/patches/3.5.4/defaults.patch


+ 0 - 0
target/linux/patches/3.5.2/gemalto.patch → target/linux/patches/3.5.4/gemalto.patch


+ 0 - 0
target/linux/patches/3.5.2/lemote-rfkill.patch → target/linux/patches/3.5.4/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.5.2/mmc-host.patch → target/linux/patches/3.5.4/mmc-host.patch


+ 0 - 0
target/linux/patches/3.5.2/module-alloc-size-check.patch → target/linux/patches/3.5.4/module-alloc-size-check.patch


+ 0 - 0
target/linux/patches/3.5.2/mtd-rootfs.patch → target/linux/patches/3.5.4/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.5.2/non-static.patch → target/linux/patches/3.5.4/non-static.patch


+ 0 - 0
target/linux/patches/3.5.2/startup.patch → target/linux/patches/3.5.4/startup.patch


+ 0 - 0
target/linux/patches/3.5.2/usb-defaults-off.patch → target/linux/patches/3.5.4/usb-defaults-off.patch


+ 0 - 0
target/linux/patches/3.5.2/uuid.patch → target/linux/patches/3.5.4/uuid.patch


+ 0 - 0
target/linux/patches/3.5.2/vga-cons-default-off.patch → target/linux/patches/3.5.4/vga-cons-default-off.patch


+ 0 - 0
target/linux/patches/3.5.2/wlan-cf.patch → target/linux/patches/3.5.4/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.5.2/zlib-inflate.patch → target/linux/patches/3.5.4/zlib-inflate.patch