kernel-ver.mk 548 B

1234567891011121314151617181920
  1. ifeq ($(ADK_KERNEL_VERSION_2_6_39_4),y)
  2. KERNEL_VERSION:= 2.6.39.4
  3. KERNEL_RELEASE:= 1
  4. KERNEL_MD5SUM:= a17c748c2070168f1e784e9605ca043d
  5. endif
  6. ifeq ($(ADK_KERNEL_VERSION_3_0_17),y)
  7. KERNEL_VERSION:= 3.0.17
  8. KERNEL_RELEASE:= 1
  9. KERNEL_MD5SUM:= fcdd6a945445336e4cd28b2d195f1fea
  10. endif
  11. ifeq ($(ADK_KERNEL_VERSION_3_1_9),y)
  12. KERNEL_VERSION:= 3.1.9
  13. KERNEL_RELEASE:= 1
  14. KERNEL_MD5SUM:= 4e387a49cde20805955c905bc8c311e0
  15. endif
  16. ifeq ($(ADK_KERNEL_VERSION_3_2_1),y)
  17. KERNEL_VERSION:= 3.2.1
  18. KERNEL_RELEASE:= 1
  19. KERNEL_MD5SUM:= 090eb3dae0f520f7770f85193e931ad3
  20. endif