kernel-ver.mk 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ifeq ($(ADK_KERNEL_VERSION_4_1_0_RC5),y)
  2. KERNEL_VERSION:= 4.1-rc5
  3. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  4. KERNEL_RELEASE:= 1
  5. KERNEL_HASH:= 7b233f20653f9a283d4ecc9c3aecb349d65f1edce8c84f25f53874748b2f1c4f
  6. endif
  7. ifeq ($(ADK_KERNEL_VERSION_4_0_5),y)
  8. KERNEL_VERSION:= 4.0.5
  9. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  10. KERNEL_RELEASE:= 1
  11. KERNEL_HASH:= e24b3d8d6bb203752a2ad8e7cdd408e589d0eda858c4eb330728d9a658ec33d1
  12. endif
  13. ifeq ($(ADK_KERNEL_VERSION_3_18_14),y)
  14. KERNEL_VERSION:= 3.18.14
  15. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  16. KERNEL_RELEASE:= 1
  17. KERNEL_HASH:= 314cfc6453ecb2aae754fa2d4f84c651df652378153852de9ce1091aecde00f6
  18. endif
  19. ifeq ($(ADK_KERNEL_VERSION_3_14_43),y)
  20. KERNEL_VERSION:= 3.14.43
  21. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  22. KERNEL_RELEASE:= 1
  23. KERNEL_HASH:= 6ecfa347c78b31b96a2ad282e2835315bc94d4ec52955e2e11b51be2dc6fafd4
  24. endif
  25. ifeq ($(ADK_KERNEL_VERSION_3_12_40),y)
  26. KERNEL_VERSION:= 3.12.40
  27. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  28. KERNEL_RELEASE:= 1
  29. KERNEL_HASH:= 85c3f531a1607f5b21dfe5fb6db324e2a31a01880c0dcc853f056460c3deb1b1
  30. endif
  31. ifeq ($(ADK_KERNEL_VERSION_3_10_75),y)
  32. KERNEL_VERSION:= 3.10.75
  33. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  34. KERNEL_RELEASE:= 1
  35. KERNEL_HASH:= 18987c2e9a8f5e2583b1ac5c2bed52777b8730ab29612a5b70c94fa17c659803
  36. endif
  37. ifeq ($(ADK_KERNEL_VERSION_3_4_107),y)
  38. KERNEL_VERSION:= 3.4.107
  39. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  40. KERNEL_RELEASE:= 1
  41. KERNEL_HASH:= 18decdeec4d7f3c0a8874d49b6b1c4980fcb92b5f62e13889ce35bd674ec75f8
  42. endif
  43. ifeq ($(ADK_KERNEL_VERSION_3_2_68),y)
  44. KERNEL_VERSION:= 3.2.68
  45. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  46. KERNEL_RELEASE:= 1
  47. KERNEL_HASH:= 42ad309af3cbe02e4dff62e2d372269eabe8731e282227943379848cf198e37b
  48. endif
  49. ifeq ($(ADK_KERNEL_VERSION_2_6_32_65),y)
  50. KERNEL_VERSION:= 2.6.32.65
  51. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  52. KERNEL_RELEASE:= 1
  53. KERNEL_HASH:= 78d36cbcd5cb12c9e33697d9c69b3a7aa59120779884526662d5f0977c530c65
  54. endif