Browse Source

update to rc5

Waldemar Brodkorb 10 years ago
parent
commit
9962d73a8b
27 changed files with 8 additions and 8 deletions
  1. 2 2
      Config.in
  2. 4 4
      mk/kernel-ver.mk
  3. 0 0
      target/arm/cubox-i/patches/3.15-rc5/rmk.patch
  4. 0 0
      target/arm/cubox-i/patches/3.15-rc5/sdma-firmware-cubox-i.patch
  5. 2 2
      target/linux/config/Config.in.netfilter.ip4
  6. 0 0
      target/linux/patches/3.15-rc5/bsd-compatibility.patch
  7. 0 0
      target/linux/patches/3.15-rc5/defaults.patch
  8. 0 0
      target/linux/patches/3.15-rc5/disable-netfilter.patch
  9. 0 0
      target/linux/patches/3.15-rc5/export-symbol-for-exmap.patch
  10. 0 0
      target/linux/patches/3.15-rc5/gemalto.patch
  11. 0 0
      target/linux/patches/3.15-rc5/initramfs-nosizelimit.patch
  12. 0 0
      target/linux/patches/3.15-rc5/lemote-rfkill.patch
  13. 0 0
      target/linux/patches/3.15-rc5/microblaze-axi.patch
  14. 0 0
      target/linux/patches/3.15-rc5/microblaze-ethernet.patch
  15. 0 0
      target/linux/patches/3.15-rc5/mtd-rootfs.patch
  16. 0 0
      target/linux/patches/3.15-rc5/non-static.patch
  17. 0 0
      target/linux/patches/3.15-rc5/ppc64-missing-zlib.patch
  18. 0 0
      target/linux/patches/3.15-rc5/startup.patch
  19. 0 0
      target/linux/patches/3.15-rc5/uuid.patch
  20. 0 0
      target/linux/patches/3.15-rc5/wlan-cf.patch
  21. 0 0
      target/linux/patches/3.15-rc5/xargs.patch
  22. 0 0
      target/linux/patches/3.15-rc5/zlib-inflate.patch
  23. 0 0
      toolchain/kernel-headers/patches/3.15-rc5/cleankernel.patch
  24. 0 0
      toolchain/kernel-headers/patches/3.15-rc5/mkpiggy.patch
  25. 0 0
      toolchain/kernel-headers/patches/3.15-rc5/relocs.patch
  26. 0 0
      toolchain/kernel-headers/patches/3.15-rc5/sgidefs.patch
  27. 0 0
      toolchain/kernel-headers/patches/3.15-rc5/sortext.patch

+ 2 - 2
Config.in

@@ -108,8 +108,8 @@ choice
 prompt "Kernel Version"
 default ADK_KERNEL_VERSION_3_13_11
 
-config ADK_KERNEL_VERSION_3_15_RC4
-	prompt "3.15-rc4"
+config ADK_KERNEL_VERSION_3_15_RC5
+	prompt "3.15-rc5"
 	boolean
 
 config ADK_KERNEL_VERSION_3_14_3

+ 4 - 4
mk/kernel-ver.mk

@@ -4,11 +4,11 @@ KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
 KERNEL_MD5SUM:=		d4e06af8b674ac74ba745d52e4382bd3
 endif
-ifeq ($(ADK_KERNEL_VERSION_3_15_RC4),y)
-KERNEL_VERSION:=	3.15-rc4
-KERNEL_MOD_VERSION:=	3.15.0-rc4
+ifeq ($(ADK_KERNEL_VERSION_3_15_RC5),y)
+KERNEL_VERSION:=	3.15-rc5
+KERNEL_MOD_VERSION:=	3.15.0-rc5
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		0399887fdf394e09bf19cfb4d20a5855
+KERNEL_MD5SUM:=		b030ddc3f1581c4675c31e51f3551089
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_14_3),y)
 KERNEL_VERSION:=	3.14.3

+ 0 - 0
target/arm/cubox-i/patches/3.15-rc4/rmk.patch → target/arm/cubox-i/patches/3.15-rc5/rmk.patch


+ 0 - 0
target/arm/cubox-i/patches/3.15-rc4/sdma-firmware-cubox-i.patch → target/arm/cubox-i/patches/3.15-rc5/sdma-firmware-cubox-i.patch


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

@@ -42,7 +42,7 @@ config ADK_KPACKAGE_KMOD_FULL_NAT
 	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_3
-	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_15_RC4
+	select ADK_KPACKAGE_KMOD_NF_NAT_IPV4 if ADK_KERNEL_VERSION_3_15_RC5
 
 config ADK_KPACKAGE_KMOD_NF_NAT
 	tristate 'Full NAT'
@@ -61,7 +61,7 @@ config ADK_KPACKAGE_KMOD_NF_NAT_IPV4
 		|| ADK_KERNEL_VERSION_3_12_18 \
 		|| ADK_KERNEL_VERSION_3_13_11 \
 		|| ADK_KERNEL_VERSION_3_14_3 \
-		|| ADK_KERNEL_VERSION_3_15_RC4
+		|| ADK_KERNEL_VERSION_3_15_RC5
 	help
 	  The Full NAT option allows masquerading, port forwarding and other
 	  forms of full Network Address Port Translation.  It is controlled by

+ 0 - 0
target/linux/patches/3.15-rc4/bsd-compatibility.patch → target/linux/patches/3.15-rc5/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.15-rc4/defaults.patch → target/linux/patches/3.15-rc5/defaults.patch


+ 0 - 0
target/linux/patches/3.15-rc4/disable-netfilter.patch → target/linux/patches/3.15-rc5/disable-netfilter.patch


+ 0 - 0
target/linux/patches/3.15-rc4/export-symbol-for-exmap.patch → target/linux/patches/3.15-rc5/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.15-rc4/gemalto.patch → target/linux/patches/3.15-rc5/gemalto.patch


+ 0 - 0
target/linux/patches/3.15-rc4/initramfs-nosizelimit.patch → target/linux/patches/3.15-rc5/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/3.15-rc4/lemote-rfkill.patch → target/linux/patches/3.15-rc5/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.15-rc4/microblaze-axi.patch → target/linux/patches/3.15-rc5/microblaze-axi.patch


+ 0 - 0
target/linux/patches/3.15-rc4/microblaze-ethernet.patch → target/linux/patches/3.15-rc5/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.15-rc4/mtd-rootfs.patch → target/linux/patches/3.15-rc5/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.15-rc4/non-static.patch → target/linux/patches/3.15-rc5/non-static.patch


+ 0 - 0
target/linux/patches/3.15-rc4/ppc64-missing-zlib.patch → target/linux/patches/3.15-rc5/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.15-rc4/startup.patch → target/linux/patches/3.15-rc5/startup.patch


+ 0 - 0
target/linux/patches/3.15-rc4/uuid.patch → target/linux/patches/3.15-rc5/uuid.patch


+ 0 - 0
target/linux/patches/3.15-rc4/wlan-cf.patch → target/linux/patches/3.15-rc5/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.15-rc4/xargs.patch → target/linux/patches/3.15-rc5/xargs.patch


+ 0 - 0
target/linux/patches/3.15-rc4/zlib-inflate.patch → target/linux/patches/3.15-rc5/zlib-inflate.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.15-rc4/cleankernel.patch → toolchain/kernel-headers/patches/3.15-rc5/cleankernel.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.15-rc4/mkpiggy.patch → toolchain/kernel-headers/patches/3.15-rc5/mkpiggy.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.15-rc4/relocs.patch → toolchain/kernel-headers/patches/3.15-rc5/relocs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.15-rc4/sgidefs.patch → toolchain/kernel-headers/patches/3.15-rc5/sgidefs.patch


+ 0 - 0
toolchain/kernel-headers/patches/3.15-rc4/sortext.patch → toolchain/kernel-headers/patches/3.15-rc5/sortext.patch