Skip to content
Snippets Groups Projects
Commit c99f8815 authored by Mirko Vogt's avatar Mirko Vogt Committed by Felix Fietkau
Browse files

git-kernel: $(SUBDIR) should always be $(LINUX_VERSION)


Before SUBDIR was set to $(PATCHVER) which may
or may not include the minor version number of
the linux kernel version. Usually it doesn't.

So the git-clone'd linux kernel was packed without
the minor version number taken into account, which
broke further processing, as it expected the
extracted dir being named linux-$(LINUX_VERSION)
(=with minor version) rather than linux-$(PATCHVER)
(=without minor version).

Changing SUBDIR to $(LINUX_VERSION) creates
consistent behaviour here.

Signed-off-by: default avatarMirko Vogt <mirko-openwrt@nanl.de>
parent 3d717861
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment