فهرست منبع

update kernel

Waldemar Brodkorb 11 سال پیش
والد
کامیت
9c877800ea
28فایلهای تغییر یافته به همراه9 افزوده شده و 9 حذف شده
  1. 4 4
      Config.in
  2. 5 5
      mk/kernel-ver.mk
  3. 0 0
      target/linux/patches/3.12.11/bsd-compatibility.patch
  4. 0 0
      target/linux/patches/3.12.11/defaults.patch
  5. 0 0
      target/linux/patches/3.12.11/disable-netfilter.patch
  6. 0 0
      target/linux/patches/3.12.11/export-symbol-for-exmap.patch
  7. 0 0
      target/linux/patches/3.12.11/gemalto.patch
  8. 0 0
      target/linux/patches/3.12.11/lemote-rfkill.patch
  9. 0 0
      target/linux/patches/3.12.11/microblaze-ethernet.patch
  10. 0 0
      target/linux/patches/3.12.11/microblaze-setup.patch
  11. 0 0
      target/linux/patches/3.12.11/mips-lzo-fix.patch
  12. 0 0
      target/linux/patches/3.12.11/mtd-rootfs.patch
  13. 0 0
      target/linux/patches/3.12.11/non-static.patch
  14. 0 0
      target/linux/patches/3.12.11/ppc64-missing-zlib.patch
  15. 0 0
      target/linux/patches/3.12.11/raspberry.patch
  16. 0 0
      target/linux/patches/3.12.11/startup.patch
  17. 0 0
      target/linux/patches/3.12.11/usb-defaults-off.patch
  18. 0 0
      target/linux/patches/3.12.11/uuid.patch
  19. 0 0
      target/linux/patches/3.12.11/vga-cons-default-off.patch
  20. 0 0
      target/linux/patches/3.12.11/wlan-cf.patch
  21. 0 0
      target/linux/patches/3.12.11/xargs.patch
  22. 0 0
      target/linux/patches/3.12.11/zlib-inflate.patch
  23. 0 0
      toolchain/kernel-headers/patches/3.12.11/cleankernel.patch
  24. 0 0
      toolchain/kernel-headers/patches/3.12.11/microperl.patch
  25. 0 0
      toolchain/kernel-headers/patches/3.12.11/mkpiggy.patch
  26. 0 0
      toolchain/kernel-headers/patches/3.12.11/relocs.patch
  27. 0 0
      toolchain/kernel-headers/patches/3.12.11/sgidefs.patch
  28. 0 0
      toolchain/kernel-headers/patches/3.12.11/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.6"
+	prompt "3.12.11"
 	boolean
 	depends on ADK_TOOLCHAIN_ONLY
 
@@ -113,8 +113,8 @@ config ADK_KERNEL_VERSION_3_13_3
 	prompt "3.13.3"
 	boolean
 
-config ADK_KERNEL_VERSION_3_12_6
-	prompt "3.12.6"
+config ADK_KERNEL_VERSION_3_12_11
+	prompt "3.12.11"
 	boolean
 
 config ADK_KERNEL_VERSION_3_11_10
@@ -130,7 +130,7 @@ endchoice
 config ADK_KERNEL_VERSION
 	string
 	default "3.13.3" if ADK_KERNEL_VERSION_3_13_3
-	default "3.12.6" if ADK_KERNEL_VERSION_3_12_6
+	default "3.12.11" if ADK_KERNEL_VERSION_3_12_11
 	default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
 	default "3.4.71" if ADK_KERNEL_VERSION_3_4_71
 	help

+ 5 - 5
mk/kernel-ver.mk

@@ -1,8 +1,8 @@
 ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
-KERNEL_VERSION:=	3.12.6
+KERNEL_VERSION:=	3.12.11
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		ab2fcc368e20d804e77970196154fb9e
+KERNEL_MD5SUM:=		c5b0775d187bc79992bae17ae781de1e
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_13_3),y)
 KERNEL_VERSION:=	3.13.3
@@ -10,11 +10,11 @@ KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		ad98a0c623a124a25dab86406ddc7119
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_12_6),y)
-KERNEL_VERSION:=	3.12.6
+ifeq ($(ADK_KERNEL_VERSION_3_12_11),y)
+KERNEL_VERSION:=	3.12.11
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		ab2fcc368e20d804e77970196154fb9e
+KERNEL_MD5SUM:=		c5b0775d187bc79992bae17ae781de1e
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_11_10),y)
 KERNEL_VERSION:=	3.11.10

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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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