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)
[kernel/j72x.git] / Makefile
index 0ed6ac378a988bae5a53e81cc94c6abbe4f741d5..0e5f95f60d3b85233d9ec49c4ad352d7feb4aa10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ TOPDIR = $(shell pwd)
 WORK = $(PWD)/work
 CROSSTOOLS = $(TOPDIR)/../../toolchain-noeabi/crosstools
 
-KERNEL_VERSION = 2.6.19-j72x_20100305
+KERNEL_VERSION = 2.6.19-j72x_20100427
 
 .PHONY: all clean image modules map config
 
@@ -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