X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fkernel-version.mk;h=a74892113d5e413d3fbfea48f5f3498f219ec6f4;hb=b547ab3143e5f9116c19698292d1bd9e08feda3e;hp=b7479df8a5f2d92bbe1b9cfb53d8b1ed13815543;hpb=7c1dae6e269371f317040f30cb607bf46e7e1e26;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/include/kernel-version.mk b/include/kernel-version.mk index b7479df8a5..a74892113d 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,14 +3,12 @@ LINUX_RELEASE?=1 LINUX_VERSION-3.18 = .71 -LINUX_VERSION-4.4 = .119 -LINUX_VERSION-4.9 = .85 -LINUX_VERSION-4.14 = .25 +LINUX_VERSION-4.9 = .120 +LINUX_VERSION-4.14 = .63 LINUX_KERNEL_HASH-3.18.71 = 5abc9778ad44ce02ed6c8ab52ece8a21c6d20d21f6ed8a19287b4a38a50c1240 -LINUX_KERNEL_HASH-4.4.119 = 4f1f9b7b6b2ee93597239d89bb3b6b60c71ebd8c91d706fadd36f515c68443e6 -LINUX_KERNEL_HASH-4.9.85 = 80fe13eee45bd0d5aee6193281dc85dad14500e27d238dc45ebcbcc77cd965c1 -LINUX_KERNEL_HASH-4.14.25 = 6dcfbf79c068e51c1b06edb1ce58ddc9ca351f862bf2a144e96106ec3f21e587 +LINUX_KERNEL_HASH-4.9.120 = d75af506865edc8145a344c4e73c3bb1000e6c9f1c3489b8dae47ca8f033fd91 +LINUX_KERNEL_HASH-4.14.63 = cd2e52f0e7ba861afa91cf487b2f45e5174115870f256a1d65996647b7bcc6d3 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))