12345678910 |
- ifeq ($(ADK_KERNEL_VERSION_2_6_39),y)
- KERNEL_VERSION:= 2.6.39
- KERNEL_RELEASE:= 1
- KERNEL_MD5SUM:= 1aab7a741abe08d42e8eccf20de61e05
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_0_4),y)
- KERNEL_VERSION:= 3.0.4
- KERNEL_RELEASE:= 1
- KERNEL_MD5SUM:= dff86c657cabe813bda84c72bfb93ae8
- endif
|