|
|
@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL |
|
|
|
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
|
|
|
|
KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER)
|
|
|
|
endif |
|
|
|
endif |
|
|
|
|
|
|
|
|
|
|
|
LINUX_VERSION-4.14 = .179
|
|
|
|
LINUX_VERSION-4.14 = .180
|
|
|
|
|
|
|
|
|
|
|
|
LINUX_KERNEL_HASH-4.14.179 = 5da7eb5c94904ee31db7e25eb7be53e27a34c9a7fde2ee4bb0b3af7b87cc5981
|
|
|
|
LINUX_KERNEL_HASH-4.14.180 = 444ef973d9b6a6ea174e4a9086f0aea980d8575d13302e431ad688f22e27ed0e
|
|
|
|
|
|
|
|
|
|
|
|
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
|
|
|
|
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
|
|
|
|
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))
|
|
|
|
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))
|
|
|
|