fix dependencies on the virtual kernel package (fixes #878)
SVN-Revision: 5279
This commit is contained in:
parent
c35280f08a
commit
78ae7f9a6b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ define KernelPackage
|
|||
CATEGORY:=Kernel modules
|
||||
DEFAULT:=m
|
||||
DESCRIPTION:=$(DESCRIPTION)
|
||||
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION)-$(PKG_RELEASE))'
|
||||
EXTRA_DEPENDS:='kernel (=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE))'
|
||||
$(call KernelPackage/$(1))
|
||||
$(call KernelPackage/$(1)/$(KERNEL))
|
||||
$(call KernelPackage/$(1)/$(BOARD)-$(KERNEL))
|
||||
|
|
Loading…
Reference in a new issue