CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed kernel source url and config
[kernel/vexpress.git] / Makefile
index 24bc52f178fd587f4427d114d8057d3405266350..3e509b9e7c02636a2a6dfdee671c0db11742c468 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ clean: image-clean modules-clean map-clean
 distclean: clean image-distclean modules-distclean map-distclean
 
 $(WORK)/linux-$(KERNEL_VERSION).tar.xz:
-       wget -P $(WORK) ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$(KERNEL_VERSION).tar.xz
+       wget -P $(WORK) https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(KERNEL_VERSION).tar.xz
 
 $(WORK)/linux-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION).tar.xz config-$(KERNEL_VERSION)
        tar -C $(WORK) -xvf $(WORK)/linux-$(KERNEL_VERSION).tar.xz