Waldemar Brodkorb před 10 roky
rodič
revize
b224cf7325
34 změnil soubory, kde provedl 1154 přidání a 151 odebrání
  1. 3 3
      mk/kernel-ver.mk
  2. 0 0
      target/arm/cubox-i/patches/3.15.4/rmk.patch
  3. 0 0
      target/arm/cubox-i/patches/3.15.4/sdma-firmware-cubox-i.patch
  4. 1147 144
      target/arm/raspberry-pi/patches/3.15.4/raspberrypi.patch
  5. 3 3
      target/config/Config.in.kernelversion.choice
  6. 1 1
      target/config/Config.in.kernelversion.default
  7. 0 0
      target/linux/patches/3.15.4/bsd-compatibility.patch
  8. 0 0
      target/linux/patches/3.15.4/cleankernel.patch
  9. 0 0
      target/linux/patches/3.15.4/defaults.patch
  10. 0 0
      target/linux/patches/3.15.4/disable-netfilter.patch
  11. 0 0
      target/linux/patches/3.15.4/export-symbol-for-exmap.patch
  12. 0 0
      target/linux/patches/3.15.4/gemalto.patch
  13. 0 0
      target/linux/patches/3.15.4/initramfs-nosizelimit.patch
  14. 0 0
      target/linux/patches/3.15.4/lemote-rfkill.patch
  15. 0 0
      target/linux/patches/3.15.4/lz4.patch
  16. 0 0
      target/linux/patches/3.15.4/microblaze-axi.patch
  17. 0 0
      target/linux/patches/3.15.4/microblaze-ethernet.patch
  18. 0 0
      target/linux/patches/3.15.4/mkpiggy.patch
  19. 0 0
      target/linux/patches/3.15.4/mtd-rootfs.patch
  20. 0 0
      target/linux/patches/3.15.4/nfsv3-tcp.patch
  21. 0 0
      target/linux/patches/3.15.4/non-static.patch
  22. 0 0
      target/linux/patches/3.15.4/patch-fblogo
  23. 0 0
      target/linux/patches/3.15.4/patch-yaffs2
  24. 0 0
      target/linux/patches/3.15.4/ppc64-missing-zlib.patch
  25. 0 0
      target/linux/patches/3.15.4/regmap-boolean.patch
  26. 0 0
      target/linux/patches/3.15.4/relocs.patch
  27. 0 0
      target/linux/patches/3.15.4/sgidefs.patch
  28. 0 0
      target/linux/patches/3.15.4/sortext.patch
  29. 0 0
      target/linux/patches/3.15.4/startup.patch
  30. 0 0
      target/linux/patches/3.15.4/tcp-fastopen.patch
  31. 0 0
      target/linux/patches/3.15.4/wlan-cf.patch
  32. 0 0
      target/linux/patches/3.15.4/xargs.patch
  33. 0 0
      target/mips/mikrotik-rb532/patches/3.15.4/rb532-cfgfs.patch
  34. 0 0
      target/mips/mikrotik-rb532/patches/3.15.4/rb532-serial.patch

+ 3 - 3
mk/kernel-ver.mk

@@ -1,8 +1,8 @@
-ifeq ($(ADK_KERNEL_VERSION_3_15_2),y)
-KERNEL_VERSION:=	3.15.2
+ifeq ($(ADK_KERNEL_VERSION_3_15_4),y)
+KERNEL_VERSION:=	3.15.4
 KERNEL_MOD_VERSION:=	$(KERNEL_VERSION)
 KERNEL_RELEASE:=	1
-KERNEL_MD5SUM:=		0ddb5c81742db398bcf5fc4685645f27
+KERNEL_MD5SUM:=		5525ef4f6f577682d7ea2bf992aa6bcf
 endif
 ifeq ($(ADK_KERNEL_VERSION_3_14_9),y)
 KERNEL_VERSION:=	3.14.9

+ 0 - 0
target/arm/cubox-i/patches/3.15.2/rmk.patch → target/arm/cubox-i/patches/3.15.4/rmk.patch


+ 0 - 0
target/arm/cubox-i/patches/3.15.2/sdma-firmware-cubox-i.patch → target/arm/cubox-i/patches/3.15.4/sdma-firmware-cubox-i.patch


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 1147 - 144
target/arm/raspberry-pi/patches/3.15.4/raspberrypi.patch


+ 3 - 3
target/config/Config.in.kernelversion.choice

@@ -4,10 +4,10 @@
 choice
 prompt "Kernel Version"
 depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING
-default ADK_KERNEL_VERSION_3_15_2
+default ADK_KERNEL_VERSION_3_15_4
 
-config ADK_KERNEL_VERSION_3_15_2
-	prompt "3.15.2"
+config ADK_KERNEL_VERSION_3_15_4
+	prompt "3.15.4"
 	depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
 	boolean
 	select ADK_KERNEL_VERSION_3_15

+ 1 - 1
target/config/Config.in.kernelversion.default

@@ -18,7 +18,7 @@ config ADK_KERNEL_VERSION_3_4
 
 config ADK_KERNEL_VERSION
 	string
-	default "3.15.2" if ADK_KERNEL_VERSION_3_15_2
+	default "3.15.4" if ADK_KERNEL_VERSION_3_15_4
 	default "3.14.9" if ADK_KERNEL_VERSION_3_14_9
 	default "3.12.23" if ADK_KERNEL_VERSION_3_12_23
 	default "3.10.45" if ADK_KERNEL_VERSION_3_10_45

+ 0 - 0
target/linux/patches/3.15.2/bsd-compatibility.patch → target/linux/patches/3.15.4/bsd-compatibility.patch


+ 0 - 0
target/linux/patches/3.15.2/cleankernel.patch → target/linux/patches/3.15.4/cleankernel.patch


+ 0 - 0
target/linux/patches/3.15.2/defaults.patch → target/linux/patches/3.15.4/defaults.patch


+ 0 - 0
target/linux/patches/3.15.2/disable-netfilter.patch → target/linux/patches/3.15.4/disable-netfilter.patch


+ 0 - 0
target/linux/patches/3.15.2/export-symbol-for-exmap.patch → target/linux/patches/3.15.4/export-symbol-for-exmap.patch


+ 0 - 0
target/linux/patches/3.15.2/gemalto.patch → target/linux/patches/3.15.4/gemalto.patch


+ 0 - 0
target/linux/patches/3.15.2/initramfs-nosizelimit.patch → target/linux/patches/3.15.4/initramfs-nosizelimit.patch


+ 0 - 0
target/linux/patches/3.15.2/lemote-rfkill.patch → target/linux/patches/3.15.4/lemote-rfkill.patch


+ 0 - 0
target/linux/patches/3.15.2/lz4.patch → target/linux/patches/3.15.4/lz4.patch


+ 0 - 0
target/linux/patches/3.15.2/microblaze-axi.patch → target/linux/patches/3.15.4/microblaze-axi.patch


+ 0 - 0
target/linux/patches/3.15.2/microblaze-ethernet.patch → target/linux/patches/3.15.4/microblaze-ethernet.patch


+ 0 - 0
target/linux/patches/3.15.2/mkpiggy.patch → target/linux/patches/3.15.4/mkpiggy.patch


+ 0 - 0
target/linux/patches/3.15.2/mtd-rootfs.patch → target/linux/patches/3.15.4/mtd-rootfs.patch


+ 0 - 0
target/linux/patches/3.15.2/nfsv3-tcp.patch → target/linux/patches/3.15.4/nfsv3-tcp.patch


+ 0 - 0
target/linux/patches/3.15.2/non-static.patch → target/linux/patches/3.15.4/non-static.patch


+ 0 - 0
target/linux/patches/3.15.2/patch-fblogo → target/linux/patches/3.15.4/patch-fblogo


+ 0 - 0
target/linux/patches/3.15.2/patch-yaffs2 → target/linux/patches/3.15.4/patch-yaffs2


+ 0 - 0
target/linux/patches/3.15.2/ppc64-missing-zlib.patch → target/linux/patches/3.15.4/ppc64-missing-zlib.patch


+ 0 - 0
target/linux/patches/3.15.2/regmap-boolean.patch → target/linux/patches/3.15.4/regmap-boolean.patch


+ 0 - 0
target/linux/patches/3.15.2/relocs.patch → target/linux/patches/3.15.4/relocs.patch


+ 0 - 0
target/linux/patches/3.15.2/sgidefs.patch → target/linux/patches/3.15.4/sgidefs.patch


+ 0 - 0
target/linux/patches/3.15.2/sortext.patch → target/linux/patches/3.15.4/sortext.patch


+ 0 - 0
target/linux/patches/3.15.2/startup.patch → target/linux/patches/3.15.4/startup.patch


+ 0 - 0
target/linux/patches/3.15.2/tcp-fastopen.patch → target/linux/patches/3.15.4/tcp-fastopen.patch


+ 0 - 0
target/linux/patches/3.15.2/wlan-cf.patch → target/linux/patches/3.15.4/wlan-cf.patch


+ 0 - 0
target/linux/patches/3.15.2/xargs.patch → target/linux/patches/3.15.4/xargs.patch


+ 0 - 0
target/mips/mikrotik-rb532/patches/3.15.2/rb532-cfgfs.patch → target/mips/mikrotik-rb532/patches/3.15.4/rb532-cfgfs.patch


+ 0 - 0
target/mips/mikrotik-rb532/patches/3.15.2/rb532-serial.patch → target/mips/mikrotik-rb532/patches/3.15.4/rb532-serial.patch


Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů