makefile: fix source URL for 3.x kernels
This commit is contained in:
parent
6b90204adc
commit
be4ed3415c
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ endif
|
||||
all: help
|
||||
|
||||
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
|
||||
SIGN_FILE := linux-${VERSION}.tar.bz2.sign
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user