kernel-ver.mk 544 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_9),y)
  7. KERNEL_VERSION:= 3.0.9
  8. KERNEL_RELEASE:= 1
  9. KERNEL_MD5SUM:= 71992fa4dfc289a959f9ce266d08d77b
  10. endif
  11. ifeq ($(ADK_KERNEL_VERSION_3_1_8),y)
  12. KERNEL_VERSION:= 3.1.8
  13. KERNEL_RELEASE:= 1
  14. KERNEL_MD5SUM:= 69dfba755ab8691a426d8061c94a7ddc
  15. endif
  16. ifeq ($(ADK_KERNEL_VERSION_3_2_0),y)
  17. KERNEL_VERSION:= 3.2
  18. KERNEL_RELEASE:= 1
  19. KERNEL_MD5SUM:= 7ceb61f87c097fc17509844b71268935
  20. endif