1234567891011121314151617181920 |
- ifeq ($(ADK_KERNEL_VERSION_2_6_39_4),y)
- KERNEL_VERSION:= 2.6.39.4
- KERNEL_RELEASE:= 1
- KERNEL_MD5SUM:= a17c748c2070168f1e784e9605ca043d
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_0_9),y)
- KERNEL_VERSION:= 3.0.9
- KERNEL_RELEASE:= 1
- KERNEL_MD5SUM:= 71992fa4dfc289a959f9ce266d08d77b
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_1_8),y)
- KERNEL_VERSION:= 3.1.8
- KERNEL_RELEASE:= 1
- KERNEL_MD5SUM:= 69dfba755ab8691a426d8061c94a7ddc
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_2_0),y)
- KERNEL_VERSION:= 3.2
- KERNEL_RELEASE:= 1
- KERNEL_MD5SUM:= 7ceb61f87c097fc17509844b71268935
- endif
|