kernel-ver.mk 276 B

12345678910
  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_8),y)
  7. KERNEL_VERSION:= 3.0.8
  8. KERNEL_RELEASE:= 1
  9. KERNEL_MD5SUM:= eac4d398a0ecd98214487cd47a228998
  10. endif