kernel-ver.mk 272 B

12345678910
  1. ifeq ($(ADK_KERNEL_VERSION_2_6_39),y)
  2. KERNEL_VERSION:= 2.6.39
  3. KERNEL_RELEASE:= 1
  4. KERNEL_MD5SUM:= 1aab7a741abe08d42e8eccf20de61e05
  5. endif
  6. ifeq ($(ADK_KERNEL_VERSION_3_0_4),y)
  7. KERNEL_VERSION:= 3.0.4
  8. KERNEL_RELEASE:= 1
  9. KERNEL_MD5SUM:= dff86c657cabe813bda84c72bfb93ae8
  10. endif