kernel-ver.mk 550 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_18),y)
  7. KERNEL_VERSION:= 3.0.18
  8. KERNEL_RELEASE:= 1
  9. KERNEL_MD5SUM:= 67252770d7009eabe8bac7c26e074f9d
  10. endif
  11. ifeq ($(ADK_KERNEL_VERSION_3_1_10),y)
  12. KERNEL_VERSION:= 3.1.10
  13. KERNEL_RELEASE:= 1
  14. KERNEL_MD5SUM:= 3649bdaa50ffd9114cc16486ec54d83a
  15. endif
  16. ifeq ($(ADK_KERNEL_VERSION_3_2_2),y)
  17. KERNEL_VERSION:= 3.2.2
  18. KERNEL_RELEASE:= 1
  19. KERNEL_MD5SUM:= c0303125c8eda431b10084eece7564e3
  20. endif