123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- ifeq ($(ADK_KERNEL_VERSION_3_19_1),y)
- KERNEL_VERSION:= 3.19.1
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 717f36a65735bdd7afcb452578cc221c7fde8f6a0073e2feb62473466bdfa763
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_18_10),y)
- KERNEL_VERSION:= 3.18.10
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= d03015f01235ae046d9d39c0a70ad21a7a97fec0620741ea2d8306289707b04e
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_14_35),y)
- KERNEL_VERSION:= 3.14.35
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= c8d7d23a434688db94e9faed2e73b31e8b9722d7ffc6fbce2b0f6d1f91a825b4
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_12_38),y)
- KERNEL_VERSION:= 3.12.38
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 930dcae882f402015b21a3c2e73ef84352b46ae58a9e5348b3a46343bfdc9b6f
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_10_71),y)
- KERNEL_VERSION:= 3.10.71
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 1b2ef99de33bf5d8c6aaba202dd951f2c13277a8efa7522d3f331c7aee32dac0
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_4_106),y)
- KERNEL_VERSION:= 3.4.106
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 4ca37aad495d7a670c9f4435a98460d795fbdb8675f0613c1541824feb1433d0
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_2_68),y)
- KERNEL_VERSION:= 3.2.68
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 42ad309af3cbe02e4dff62e2d372269eabe8731e282227943379848cf198e37b
- endif
- ifeq ($(ADK_KERNEL_VERSION_2_6_32_65),y)
- KERNEL_VERSION:= 2.6.32.65
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 78d36cbcd5cb12c9e33697d9c69b3a7aa59120779884526662d5f0977c530c65
- endif
|