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
authorVictor Martinez <pitillo@ono.com>
Tue, 24 May 2011 13:38:09 +0000 (13:38 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 24 May 2011 13:38:09 +0000 (13:38 +0000)
Makefile

index 887d8ae1136a03e4756c2c6cab0d83bd0f6192a7..92d385f66ab3c85d173642569c283799e0677740 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
        tar -C $(WORK) -xvjf $(WORK)/linux-$(KERNEL_VERSION).tar.bz2