kernel-ver.mk 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ifeq ($(ADK_KERNEL_VERSION_3_19_1),y)
  2. KERNEL_VERSION:= 3.19.1
  3. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  4. KERNEL_RELEASE:= 1
  5. KERNEL_HASH:= 717f36a65735bdd7afcb452578cc221c7fde8f6a0073e2feb62473466bdfa763
  6. endif
  7. ifeq ($(ADK_KERNEL_VERSION_3_18_10),y)
  8. KERNEL_VERSION:= 3.18.10
  9. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  10. KERNEL_RELEASE:= 1
  11. KERNEL_HASH:= d03015f01235ae046d9d39c0a70ad21a7a97fec0620741ea2d8306289707b04e
  12. endif
  13. ifeq ($(ADK_KERNEL_VERSION_3_14_35),y)
  14. KERNEL_VERSION:= 3.14.35
  15. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  16. KERNEL_RELEASE:= 1
  17. KERNEL_HASH:= c8d7d23a434688db94e9faed2e73b31e8b9722d7ffc6fbce2b0f6d1f91a825b4
  18. endif
  19. ifeq ($(ADK_KERNEL_VERSION_3_12_38),y)
  20. KERNEL_VERSION:= 3.12.38
  21. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  22. KERNEL_RELEASE:= 1
  23. KERNEL_HASH:= 930dcae882f402015b21a3c2e73ef84352b46ae58a9e5348b3a46343bfdc9b6f
  24. endif
  25. ifeq ($(ADK_KERNEL_VERSION_3_10_71),y)
  26. KERNEL_VERSION:= 3.10.71
  27. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  28. KERNEL_RELEASE:= 1
  29. KERNEL_HASH:= 1b2ef99de33bf5d8c6aaba202dd951f2c13277a8efa7522d3f331c7aee32dac0
  30. endif
  31. ifeq ($(ADK_KERNEL_VERSION_3_4_106),y)
  32. KERNEL_VERSION:= 3.4.106
  33. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  34. KERNEL_RELEASE:= 1
  35. KERNEL_HASH:= 4ca37aad495d7a670c9f4435a98460d795fbdb8675f0613c1541824feb1433d0
  36. endif
  37. ifeq ($(ADK_KERNEL_VERSION_3_2_68),y)
  38. KERNEL_VERSION:= 3.2.68
  39. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  40. KERNEL_RELEASE:= 1
  41. KERNEL_HASH:= 42ad309af3cbe02e4dff62e2d372269eabe8731e282227943379848cf198e37b
  42. endif
  43. ifeq ($(ADK_KERNEL_VERSION_2_6_32_65),y)
  44. KERNEL_VERSION:= 2.6.32.65
  45. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  46. KERNEL_RELEASE:= 1
  47. KERNEL_HASH:= 78d36cbcd5cb12c9e33697d9c69b3a7aa59120779884526662d5f0977c530c65
  48. endif