kernel-ver.mk 411 B

123456789101112131415
  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_4),y)
  12. KERNEL_VERSION:= 3.1.4
  13. KERNEL_RELEASE:= 1
  14. KERNEL_MD5SUM:= 52643e5a013d450ad69627c3cac490cb
  15. endif