|
@@ -16,7 +16,7 @@ else ifeq ($(BR2_LINUX_KERNEL_CUSTOM_GIT),y)
|
|
|
LINUX_SITE = $(call qstrip,$(BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL))
|
|
|
LINUX_SITE_METHOD = git
|
|
|
else
|
|
|
-LINUX_SOURCE = linux-$(LINUX_VERSION).tar.bz2
|
|
|
+LINUX_SOURCE = linux-$(LINUX_VERSION).tar.xz
|
|
|
# In X.Y.Z, get X and Y. We replace dots and dashes by spaces in order
|
|
|
# to use the $(word) function. We support versions such as 3.1,
|
|
|
# 2.6.32, 2.6.32-rc1, 3.0-rc6, etc.
|