Selaa lähdekoodia

update kernel

Waldemar Brodkorb 10 vuotta sitten
vanhempi
commit
50cd9979be
28 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 4 4
      Config.in
  2. 4 4
      mk/kernel-ver.mk
  3. 0 0
      target/linux/patches/3.12.13/bsd-compatibility.patch
  4. 0 0
      target/linux/patches/3.12.13/defaults.patch
  5. 0 0
      target/linux/patches/3.12.13/disable-netfilter.patch
  6. 0 0
      target/linux/patches/3.12.13/export-symbol-for-exmap.patch
  7. 0 0
      target/linux/patches/3.12.13/gemalto.patch
  8. 0 0
      target/linux/patches/3.12.13/lemote-rfkill.patch
  9. 0 0
      target/linux/patches/3.12.13/microblaze-ethernet.patch
  10. 0 0
      target/linux/patches/3.12.13/microblaze-setup.patch
  11. 0 0
      target/linux/patches/3.12.13/mips-lzo-fix.patch
  12. 0 0
      target/linux/patches/3.12.13/mtd-rootfs.patch
  13. 0 0
      target/linux/patches/3.12.13/non-static.patch
  14. 0 0
      target/linux/patches/3.12.13/ppc64-missing-zlib.patch
  15. 0 0
      target/linux/patches/3.12.13/raspberry.patch
  16. 0 0
      target/linux/patches/3.12.13/startup.patch
  17. 0 0
      target/linux/patches/3.12.13/usb-defaults-off.patch
  18. 0 0
      target/linux/patches/3.12.13/uuid.patch
  19. 0 0
      target/linux/patches/3.12.13/vga-cons-default-off.patch
  20. 0 0
      target/linux/patches/3.12.13/wlan-cf.patch
  21. 0 0
      target/linux/patches/3.12.13/xargs.patch
  22. 0 0
      target/linux/patches/3.12.13/zlib-inflate.patch
  23. 0 0
      toolchain/kernel-headers/patches/3.12.13/cleankernel.patch
  24. 0 0
      toolchain/kernel-headers/patches/3.12.13/microperl.patch
  25. 0 0
      toolchain/kernel-headers/patches/3.12.13/mkpiggy.patch
  26. 0 0
      toolchain/kernel-headers/patches/3.12.13/relocs.patch
  27. 0 0
      toolchain/kernel-headers/patches/3.12.13/sgidefs.patch
  28. 0 0
      toolchain/kernel-headers/patches/3.12.13/sortext.patch

+ 4 - 4
Config.in

@@ -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

+ 4 - 4
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

+ 0 - 0
target/linux/patches/3.12.11/bsd-compatibility.patch → target/linux/patches/3.12.13/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.12.11/defaults.patch → target/linux/patches/3.12.13/defaults.patch


+ 0 - 0
target/linux/patches/3.12.11/disable-netfilter.patch → target/linux/patches/3.12.13/disable-netfilter.patch


+ 0 - 0
target/linux/patches/3.12.11/export-symbol-for-exmap.patch → target/linux/patches/3.12.13/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.12.11/gemalto.patch → target/linux/patches/3.12.13/gemalto.patch


+ 0 - 0
target/linux/patches/3.12.11/lemote-rfkill.patch → target/linux/patches/3.12.13/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.12.11/microblaze-ethernet.patch → target/linux/patches/3.12.13/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.12.11/microblaze-setup.patch → target/linux/patches/3.12.13/microblaze-setup.patch


+ 0 - 0
target/linux/patches/3.12.11/mips-lzo-fix.patch → target/linux/patches/3.12.13/mips-lzo-fix.patch


+ 0 - 0
target/linux/patches/3.12.11/mtd-rootfs.patch → target/linux/patches/3.12.13/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.12.11/non-static.patch → target/linux/patches/3.12.13/non-static.patch


+ 0 - 0
target/linux/patches/3.12.11/ppc64-missing-zlib.patch → target/linux/patches/3.12.13/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.12.11/raspberry.patch → target/linux/patches/3.12.13/raspberry.patch


+ 0 - 0
target/linux/patches/3.12.11/startup.patch → target/linux/patches/3.12.13/startup.patch


+ 0 - 0
target/linux/patches/3.12.11/usb-defaults-off.patch → target/linux/patches/3.12.13/usb-defaults-off.patch


+ 0 - 0
target/linux/patches/3.12.11/uuid.patch → target/linux/patches/3.12.13/uuid.patch


+ 0 - 0
target/linux/patches/3.12.11/vga-cons-default-off.patch → target/linux/patches/3.12.13/vga-cons-default-off.patch


+ 0 - 0
target/linux/patches/3.12.11/wlan-cf.patch → target/linux/patches/3.12.13/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.12.11/xargs.patch → target/linux/patches/3.12.13/xargs.patch


+ 0 - 0
target/linux/patches/3.12.11/zlib-inflate.patch → target/linux/patches/3.12.13/zlib-inflate.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.11/cleankernel.patch → toolchain/kernel-headers/patches/3.12.13/cleankernel.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.11/microperl.patch → toolchain/kernel-headers/patches/3.12.13/microperl.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.11/mkpiggy.patch → toolchain/kernel-headers/patches/3.12.13/mkpiggy.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.11/relocs.patch → toolchain/kernel-headers/patches/3.12.13/relocs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.11/sgidefs.patch → toolchain/kernel-headers/patches/3.12.13/sgidefs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.11/sortext.patch → toolchain/kernel-headers/patches/3.12.13/sortext.patch