kernel-ver.mk 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ifeq ($(ADK_KERNEL_VERSION_GIT),y)
  2. KERNEL_VERSION:= $(ADK_KERNEL_HASH)
  3. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  4. KERNEL_RELEASE:= 1
  5. endif
  6. ifeq ($(ADK_KERNEL_VERSION_4_1_2),y)
  7. KERNEL_VERSION:= 4.1.2
  8. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  9. KERNEL_RELEASE:= 1
  10. KERNEL_HASH:= 1e4a46b8be904af336af2d556dbe01e01b21a6be15434517234540f82d94bed5
  11. endif
  12. ifeq ($(ADK_KERNEL_VERSION_4_0_6),y)
  13. KERNEL_VERSION:= 4.0.6
  14. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  15. KERNEL_RELEASE:= 1
  16. KERNEL_HASH:= 2953204e7dfb8fc47820ed58e29178637ae7f8af7204e20c12968d2aca141c58
  17. endif
  18. ifeq ($(ADK_KERNEL_VERSION_3_18_16),y)
  19. KERNEL_VERSION:= 3.18.16
  20. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  21. KERNEL_RELEASE:= 1
  22. KERNEL_HASH:= d98e8dc54cdb0d0cdf42533413f4079c983899a5dbd5a46c4c62ea5715184530
  23. endif
  24. ifeq ($(ADK_KERNEL_VERSION_3_14_45),y)
  25. KERNEL_VERSION:= 3.14.45
  26. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  27. KERNEL_RELEASE:= 1
  28. KERNEL_HASH:= 8c745b47b3ae0631b2e59423dc255dccbc64d599f9183b390b442dd500e5cb49
  29. endif
  30. ifeq ($(ADK_KERNEL_VERSION_3_14_36),y)
  31. KERNEL_VERSION:= 3.14.36
  32. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  33. KERNEL_RELEASE:= 1
  34. KERNEL_HASH:= 19d0e157ae36fb6f0789fe4cd7b0b6c67856cfc1995605076b74eff10718f40e
  35. endif
  36. ifeq ($(ADK_KERNEL_VERSION_3_12_44),y)
  37. KERNEL_VERSION:= 3.12.44
  38. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  39. KERNEL_RELEASE:= 1
  40. KERNEL_HASH:= 08a64346a8dcb7e938b2a8a34fc94ac0207b8e2ab5884e761458c6151359de15
  41. endif
  42. ifeq ($(ADK_KERNEL_VERSION_3_10_81),y)
  43. KERNEL_VERSION:= 3.10.81
  44. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  45. KERNEL_RELEASE:= 1
  46. KERNEL_HASH:= cf8e4c6e67783aa65ab52eda043054945f4d0da0cf739ad90841f4e4354fea43
  47. endif
  48. ifeq ($(ADK_KERNEL_VERSION_3_4_108),y)
  49. KERNEL_VERSION:= 3.4.108
  50. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  51. KERNEL_RELEASE:= 1
  52. KERNEL_HASH:= 55c65bc82a6168625ffc8145a644515e77047684f30f7382456948619763be75
  53. endif
  54. ifeq ($(ADK_KERNEL_VERSION_3_2_69),y)
  55. KERNEL_VERSION:= 3.2.69
  56. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  57. KERNEL_RELEASE:= 1
  58. KERNEL_HASH:= a331bf981114f0959a543c47210dd455c47971017d3ee74fa72d14bb8754473b
  59. endif
  60. ifeq ($(ADK_KERNEL_VERSION_2_6_32_67),y)
  61. KERNEL_VERSION:= 2.6.32.67
  62. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  63. KERNEL_RELEASE:= 1
  64. KERNEL_HASH:= b472eb8758404dcbbcdb0fdce60b98e60aadcb4408c485faef5ab7a29cf994b0
  65. endif