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_17),y)
- KERNEL_VERSION:= 3.0.17
- KERNEL_RELEASE:= 1
- KERNEL_MD5SUM:= fcdd6a945445336e4cd28b2d195f1fea
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_1_9),y)
- KERNEL_VERSION:= 3.1.9
- KERNEL_RELEASE:= 1
- KERNEL_MD5SUM:= 4e387a49cde20805955c905bc8c311e0
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_2_1),y)
- KERNEL_VERSION:= 3.2.1
- KERNEL_RELEASE:= 1
- KERNEL_MD5SUM:= 090eb3dae0f520f7770f85193e931ad3
- endif
|