kernel-ver.mk 1.0 KB

123456789101112131415161718192021222324252627282930
  1. ifeq ($(ADK_KERNEL_VERSION_3_17_7),y)
  2. KERNEL_VERSION:= 3.17.7
  3. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  4. KERNEL_RELEASE:= 1
  5. KERNEL_HASH:= a3c8e6aee912bfd2e69abf9df5a06058434a8771bcaa1784b5980bf1b5298e1c
  6. endif
  7. ifeq ($(ADK_KERNEL_VERSION_3_14_26),y)
  8. KERNEL_VERSION:= 3.14.26
  9. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  10. KERNEL_RELEASE:= 1
  11. KERNEL_HASH:= b8088856612cb456ad3eadcadbd95973e53996015287fe99080806eadfcd529b
  12. endif
  13. ifeq ($(ADK_KERNEL_VERSION_3_12_33),y)
  14. KERNEL_VERSION:= 3.12.33
  15. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  16. KERNEL_RELEASE:= 1
  17. KERNEL_HASH:= b74b00278f9a643c21a736a49beb1471c3bc0fe50bf570ce914675a45aa679a3
  18. endif
  19. ifeq ($(ADK_KERNEL_VERSION_3_10_53),y)
  20. KERNEL_VERSION:= 3.10.53
  21. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  22. KERNEL_RELEASE:= 1
  23. KERNEL_HASH:= 06c3ec0849d4687c8b6379b9586dc9662730fc280d494f897c2ef9fbee35aaeb
  24. endif
  25. ifeq ($(ADK_KERNEL_VERSION_3_4_103),y)
  26. KERNEL_VERSION:= 3.4.103
  27. KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
  28. KERNEL_RELEASE:= 1
  29. KERNEL_HASH:= 2f128cf4007acd1a5fc5c27badfc385bb231109aaf0fba7fd9bcf9766852afd1
  30. endif