123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- ifeq ($(ADK_KERNEL_VERSION_4_1_2),y)
- KERNEL_VERSION:= 4.1.2
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 1e4a46b8be904af336af2d556dbe01e01b21a6be15434517234540f82d94bed5
- endif
- ifeq ($(ADK_KERNEL_VERSION_4_0_6),y)
- KERNEL_VERSION:= 4.0.6
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 2953204e7dfb8fc47820ed58e29178637ae7f8af7204e20c12968d2aca141c58
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_18_16),y)
- KERNEL_VERSION:= 3.18.16
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= d98e8dc54cdb0d0cdf42533413f4079c983899a5dbd5a46c4c62ea5715184530
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_14_45),y)
- KERNEL_VERSION:= 3.14.45
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 8c745b47b3ae0631b2e59423dc255dccbc64d599f9183b390b442dd500e5cb49
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_14_36),y)
- KERNEL_VERSION:= 3.14.36
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 19d0e157ae36fb6f0789fe4cd7b0b6c67856cfc1995605076b74eff10718f40e
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_12_44),y)
- KERNEL_VERSION:= 3.12.44
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 08a64346a8dcb7e938b2a8a34fc94ac0207b8e2ab5884e761458c6151359de15
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_10_81),y)
- KERNEL_VERSION:= 3.10.81
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= cf8e4c6e67783aa65ab52eda043054945f4d0da0cf739ad90841f4e4354fea43
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_4_108),y)
- KERNEL_VERSION:= 3.4.108
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= 55c65bc82a6168625ffc8145a644515e77047684f30f7382456948619763be75
- endif
- ifeq ($(ADK_KERNEL_VERSION_3_2_69),y)
- KERNEL_VERSION:= 3.2.69
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= a331bf981114f0959a543c47210dd455c47971017d3ee74fa72d14bb8754473b
- endif
- ifeq ($(ADK_KERNEL_VERSION_2_6_32_67),y)
- KERNEL_VERSION:= 2.6.32.67
- KERNEL_MOD_VERSION:= $(KERNEL_VERSION)
- KERNEL_RELEASE:= 1
- KERNEL_HASH:= b472eb8758404dcbbcdb0fdce60b98e60aadcb4408c485faef5ab7a29cf994b0
- endif
|