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

index 8aaa64b40e8bb33a5a1fdd8d435e103a2e5b3e88..fb99979265deab6cafb494ef1e5f1f0f3b999a52 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/ipaq191x/linux-$(KERNEL_VERSION).tar.bz2
 
 $(WORK)/linux-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION).tar.bz2
        tar -C $(WORK) -xvjf $(WORK)/linux-$(KERNEL_VERSION).tar.bz2