CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Modified source url for distfiles obtained from crux-arm.nu (kernel snapshot)
authorVictor Martinez <pitillo@ono.com>
Tue, 24 May 2011 13:39:54 +0000 (13:39 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 24 May 2011 13:39:54 +0000 (13:39 +0000)
Makefile

index fc0b07e65a6cfe814ed8218da9cf744d3ee0f90c..091c8fc873bf20b9651db6fcfa8ce97389c1fea5 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.bz2:
-       wget -P $(WORK) http://crux-arm.nu/files/distfiles/linux-$(KERNEL_VERSION).tar.bz2
+       wget -P $(WORK) http://crux-arm.nu/files/distfiles/omap850/linux-$(KERNEL_VERSION).tar.bz2
 
 $(WORK)/linux-$(KERNEL_VERSION): $(TOPDIR)/config-$(KERNEL_VERSION) $(WORK)/linux-$(KERNEL_VERSION).tar.bz2 $(WORK)/linux-$(KERNEL_VERSION)-make3.82.patch
        tar -C $(WORK) -xvjf $(WORK)/linux-$(KERNEL_VERSION).tar.bz2