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) 2.6
authorJose V Beneyto <sepen@crux.nu>
Tue, 24 May 2011 11:35:20 +0000 (13:35 +0200)
committerJose V Beneyto <sepen@crux.nu>
Tue, 24 May 2011 11:35:20 +0000 (13:35 +0200)
Makefile

index 7ba13af21cc8f1b1a7f529b6cd5f12be4c169b8e..0e5f95f60d3b85233d9ec49c4ad352d7feb4aa10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ distclean: clean image-distclean modules-distclean map-distclean
        rm -vrf $(WORK)/linux-$(KERNEL_VERSION)
 
 $(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/j72x/linux-$(KERNEL_VERSION).tar.bz2
 
 $(WORK)/linux-$(KERNEL_VERSION): $(TOPDIR)/config-$(KERNEL_VERSION) $(WORK)/linux-$(KERNEL_VERSION).tar.bz2
        tar -C $(WORK) -xvjf $(WORK)/linux-$(KERNEL_VERSION).tar.bz2