kernel-ver.mk 692 B

12345678910111213141516171819202122232425
  1. ifeq ($(ADK_KERNEL_VERSION_TOOLCHAIN),y)
  2. KERNEL_VERSION:= 2.6.39.4
  3. KERNEL_RELEASE:= 1
  4. KERNEL_MD5SUM:= a17c748c2070168f1e784e9605ca043d
  5. endif
  6. ifeq ($(ADK_KERNEL_VERSION_2_6_39_4),y)
  7. KERNEL_VERSION:= 2.6.39.4
  8. KERNEL_RELEASE:= 1
  9. KERNEL_MD5SUM:= a17c748c2070168f1e784e9605ca043d
  10. endif
  11. ifeq ($(ADK_KERNEL_VERSION_3_0_22),y)
  12. KERNEL_VERSION:= 3.0.22
  13. KERNEL_RELEASE:= 1
  14. KERNEL_MD5SUM:= 0cb510da24d9cf7bd17091ed49176178
  15. endif
  16. ifeq ($(ADK_KERNEL_VERSION_3_1_10),y)
  17. KERNEL_VERSION:= 3.1.10
  18. KERNEL_RELEASE:= 1
  19. KERNEL_MD5SUM:= 3649bdaa50ffd9114cc16486ec54d83a
  20. endif
  21. ifeq ($(ADK_KERNEL_VERSION_3_2_7),y)
  22. KERNEL_VERSION:= 3.2.7
  23. KERNEL_RELEASE:= 1
  24. KERNEL_MD5SUM:= 2fb9dfbf3bca415cce173d06c96afb46
  25. endif