Browse Source

update 3.12 kernel

Waldemar Brodkorb 11 years ago
parent
commit
94c82fcf15
28 changed files with 230 additions and 1043 deletions
  1. 3 3
      Config.in
  2. 3 3
      mk/kernel-ver.mk
  3. 220 1033
      target/arm/raspberry-pi/patches/3.12.18/raspberry-pi.patch
  4. 4 4
      target/linux/config/Config.in.netfilter.ip4
  5. 0 0
      target/linux/patches/3.12.18/bsd-compatibility.patch
  6. 0 0
      target/linux/patches/3.12.18/defaults.patch
  7. 0 0
      target/linux/patches/3.12.18/disable-netfilter.patch
  8. 0 0
      target/linux/patches/3.12.18/export-symbol-for-exmap.patch
  9. 0 0
      target/linux/patches/3.12.18/gemalto.patch
  10. 0 0
      target/linux/patches/3.12.18/lemote-rfkill.patch
  11. 0 0
      target/linux/patches/3.12.18/microblaze-ethernet.patch
  12. 0 0
      target/linux/patches/3.12.18/microblaze-setup.patch
  13. 0 0
      target/linux/patches/3.12.18/mips-lzo-fix.patch
  14. 0 0
      target/linux/patches/3.12.18/mtd-rootfs.patch
  15. 0 0
      target/linux/patches/3.12.18/non-static.patch
  16. 0 0
      target/linux/patches/3.12.18/ppc64-missing-zlib.patch
  17. 0 0
      target/linux/patches/3.12.18/startup.patch
  18. 0 0
      target/linux/patches/3.12.18/usb-defaults-off.patch
  19. 0 0
      target/linux/patches/3.12.18/uuid.patch
  20. 0 0
      target/linux/patches/3.12.18/vga-cons-default-off.patch
  21. 0 0
      target/linux/patches/3.12.18/wlan-cf.patch
  22. 0 0
      target/linux/patches/3.12.18/xargs.patch
  23. 0 0
      target/linux/patches/3.12.18/zlib-inflate.patch
  24. 0 0
      toolchain/kernel-headers/patches/3.12.18/cleankernel.patch
  25. 0 0
      toolchain/kernel-headers/patches/3.12.18/mkpiggy.patch
  26. 0 0
      toolchain/kernel-headers/patches/3.12.18/relocs.patch
  27. 0 0
      toolchain/kernel-headers/patches/3.12.18/sgidefs.patch
  28. 0 0
      toolchain/kernel-headers/patches/3.12.18/sortext.patch

+ 3 - 3
Config.in

@@ -115,8 +115,8 @@ config ADK_KERNEL_VERSION_3_13_11
 	prompt "3.13.11"
 	boolean
 
-config ADK_KERNEL_VERSION_3_12_14
-	prompt "3.12.14"
+config ADK_KERNEL_VERSION_3_12_18
+	prompt "3.12.18"
 	boolean
 
 config ADK_KERNEL_VERSION_3_11_10
@@ -138,7 +138,7 @@ config ADK_KERNEL_VERSION
 	string
 	default "3.14.1" if ADK_KERNEL_VERSION_3_14_1
 	default "3.13.11" if ADK_KERNEL_VERSION_3_13_11
-	default "3.12.14" if ADK_KERNEL_VERSION_3_12_14
+	default "3.12.18" if ADK_KERNEL_VERSION_3_12_18
 	default "3.11.10" if ADK_KERNEL_VERSION_3_11_10
 	default "3.10.36" if ADK_KERNEL_VERSION_3_10_36
 	default "3.4.84" if ADK_KERNEL_VERSION_3_4_84

+ 3 - 3
mk/kernel-ver.mk

@@ -16,11 +16,11 @@ KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		d4e06af8b674ac74ba745d52e4382bd3
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_12_14),y)
-KERNEL_VERSION:=	3.12.14
+ifeq ($(ADK_KERNEL_VERSION_3_12_18),y)
+KERNEL_VERSION:=	3.12.18
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		5575e68e287605ad63d3a1444e9b701d
+KERNEL_MD5SUM:=		ec32bc59a5feb46c74adb1df7d3e3e98
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_11_10),y)
 KERNEL_VERSION:=	3.11.10

File diff suppressed because it is too large
+ 220 - 1033
target/arm/raspberry-pi/patches/3.12.18/raspberry-pi.patch


+ 4 - 4
target/linux/config/Config.in.netfilter.ip4

@@ -39,8 +39,8 @@ config ADK_KPACKAGE_KMOD_FULL_NAT
 	select ADK_KPACKAGE_KMOD_NF_NAT if ADK_KERNEL_VERSION_3_4_84
 	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_10_36
 	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_11_10
-	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_14
-	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_7
+	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_12_18
+	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_13_11
 	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_14_1
 
 config ADK_KPACKAGE_KMOD_NF_NAT
@@ -57,8 +57,8 @@ config ADK_KPACKAGE_KMOD_NF_NAT_IPV4
 	depends on ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
 	depends on ADK_KERNEL_VERSION_3_10_36 \
 		|| ADK_KERNEL_VERSION_3_11_10 \
-		|| ADK_KERNEL_VERSION_3_12_14 \
-		|| ADK_KERNEL_VERSION_3_13_7 \
+		|| ADK_KERNEL_VERSION_3_12_18 \
+		|| ADK_KERNEL_VERSION_3_13_11 \
 		|| ADK_KERNEL_VERSION_3_14_1
 	help
 	  The Full NAT option allows masquerading, port forwarding and other

+ 0 - 0
target/linux/patches/3.12.14/bsd-compatibility.patch → target/linux/patches/3.12.18/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.12.14/defaults.patch → target/linux/patches/3.12.18/defaults.patch


+ 0 - 0
target/linux/patches/3.12.14/disable-netfilter.patch → target/linux/patches/3.12.18/disable-netfilter.patch


+ 0 - 0
target/linux/patches/3.12.14/export-symbol-for-exmap.patch → target/linux/patches/3.12.18/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.12.14/gemalto.patch → target/linux/patches/3.12.18/gemalto.patch


+ 0 - 0
target/linux/patches/3.12.14/lemote-rfkill.patch → target/linux/patches/3.12.18/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.12.14/microblaze-ethernet.patch → target/linux/patches/3.12.18/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.12.14/microblaze-setup.patch → target/linux/patches/3.12.18/microblaze-setup.patch


+ 0 - 0
target/linux/patches/3.12.14/mips-lzo-fix.patch → target/linux/patches/3.12.18/mips-lzo-fix.patch


+ 0 - 0
target/linux/patches/3.12.14/mtd-rootfs.patch → target/linux/patches/3.12.18/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.12.14/non-static.patch → target/linux/patches/3.12.18/non-static.patch


+ 0 - 0
target/linux/patches/3.12.14/ppc64-missing-zlib.patch → target/linux/patches/3.12.18/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.12.14/startup.patch → target/linux/patches/3.12.18/startup.patch


+ 0 - 0
target/linux/patches/3.12.14/usb-defaults-off.patch → target/linux/patches/3.12.18/usb-defaults-off.patch


+ 0 - 0
target/linux/patches/3.12.14/uuid.patch → target/linux/patches/3.12.18/uuid.patch


+ 0 - 0
target/linux/patches/3.12.14/vga-cons-default-off.patch → target/linux/patches/3.12.18/vga-cons-default-off.patch


+ 0 - 0
target/linux/patches/3.12.14/wlan-cf.patch → target/linux/patches/3.12.18/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.12.14/xargs.patch → target/linux/patches/3.12.18/xargs.patch


+ 0 - 0
target/linux/patches/3.12.14/zlib-inflate.patch → target/linux/patches/3.12.18/zlib-inflate.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.14/cleankernel.patch → toolchain/kernel-headers/patches/3.12.18/cleankernel.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.14/mkpiggy.patch → toolchain/kernel-headers/patches/3.12.18/mkpiggy.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.14/relocs.patch → toolchain/kernel-headers/patches/3.12.18/relocs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.14/sgidefs.patch → toolchain/kernel-headers/patches/3.12.18/sgidefs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.12.14/sortext.patch → toolchain/kernel-headers/patches/3.12.18/sortext.patch


Some files were not shown because too many files changed in this diff