makefile: fix source URL for 3.x kernels

This commit is contained in:
Marek Marczykowski 2012-02-12 16:56:41 +01:00
parent 6b90204adc
commit be4ed3415c

View File

@ -38,7 +38,7 @@ endif
all: help all: help
MIRROR := kernel.inode.at MIRROR := kernel.inode.at
SRC_BASEURL := http://${MIRROR}/pub/linux/kernel/v$(shell echo $(VERSION) | sed 's/^\([0-9]*\.[0-9]*\).*/\1/') SRC_BASEURL := http://${MIRROR}/pub/linux/kernel/v$(shell echo $(VERSION) | sed 's/^\(2\.[0-9]*\).*/\1/;s/^3\..*/3.x/')
SRC_FILE := linux-${VERSION}.tar.bz2 SRC_FILE := linux-${VERSION}.tar.bz2
SIGN_FILE := linux-${VERSION}.tar.bz2.sign SIGN_FILE := linux-${VERSION}.tar.bz2.sign