From: Jose V Beneyto Date: Thu, 8 Aug 2013 13:34:33 +0000 (+0000) Subject: Fixed source for device kernel in Makefile X-Git-Url: http://gitweb/?a=commitdiff_plain;h=refs%2Fheads%2F2.8;p=kernel%2Fcubieboard.git Fixed source for device kernel in Makefile --- diff --git a/Makefile b/Makefile index ff6fb8f..75bb1db 100644 --- 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) http://crux-arm.nu/files/distfiles/efikamx/linux-$(KERNEL_VERSION).tar.xz + wget -P $(WORK) http://crux-arm.nu/files/distfiles/cubieboard/linux-$(KERNEL_VERSION).tar.xz $(WORK)/linux-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION).tar.xz $(PWD)/config-$(KERNEL_VERSION) tar -C $(WORK) -xvf $(WORK)/linux-$(KERNEL_VERSION).tar.xz