kernel-ver.mk 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. ifeq ($(ADK_KERNEL_VERSION_3_19_0),y)
  2. KERNEL_VERSION:= 3.19
  3. KERNEL_MOD_VERSION:= 0
  4. KERNEL_RELEASE:= 1
  5. KERNEL_HASH:= be42511fe5321012bb4a2009167ce56a9e5fe362b4af43e8c371b3666859806c
  6. endif
  7. ifeq ($(ADK_KERNEL_VERSION_3_18_6),y)
  8. KERNEL_VERSION:= 3.18.6
  9. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  10. KERNEL_RELEASE:= 1
  11. KERNEL_HASH:= c4c1a4841173aa572d79b7530db92ce493dbefe8049e6f461a46dd897df253f5
  12. endif
  13. ifeq ($(ADK_KERNEL_VERSION_3_14_28),y)
  14. KERNEL_VERSION:= 3.14.28
  15. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  16. KERNEL_RELEASE:= 1
  17. KERNEL_HASH:= 772dbf0f3454df3fcad2de58f2bf4d8695c657407a76957b44e00c79f1ef5321
  18. endif
  19. ifeq ($(ADK_KERNEL_VERSION_3_12_37),y)
  20. KERNEL_VERSION:= 3.12.37
  21. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  22. KERNEL_RELEASE:= 1
  23. KERNEL_HASH:= 5da2b83a4747601295a8570fb6fa46b51d977fecabd3dfddf7478c331b36ed5c
  24. endif
  25. ifeq ($(ADK_KERNEL_VERSION_3_10_53),y)
  26. KERNEL_VERSION:= 3.10.53
  27. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  28. KERNEL_RELEASE:= 1
  29. KERNEL_HASH:= 06c3ec0849d4687c8b6379b9586dc9662730fc280d494f897c2ef9fbee35aaeb
  30. endif
  31. ifeq ($(ADK_KERNEL_VERSION_3_4_103),y)
  32. KERNEL_VERSION:= 3.4.103
  33. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  34. KERNEL_RELEASE:= 1
  35. KERNEL_HASH:= 2f128cf4007acd1a5fc5c27badfc385bb231109aaf0fba7fd9bcf9766852afd1
  36. endif