X-Git-Url: http://gitweb/?a=blobdiff_plain;f=Makefile;h=0e5f95f60d3b85233d9ec49c4ad352d7feb4aa10;hb=05a30263cbb7393bade2cfeb4a54a646d6ae111f;hp=0ed6ac378a988bae5a53e81cc94c6abbe4f741d5;hpb=972642f8be289a14fbecba816216d6c8e4574df4;p=kernel%2Fj72x.git diff --git a/Makefile b/Makefile index 0ed6ac3..0e5f95f 100644 --- 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