fix dependencies on the virtual kernel package (fixes #878)

SVN-Revision: 5279
This commit is contained in:
Felix Fietkau 2006-10-24 14:02:33 +00:00
parent c35280f08a
commit 78ae7f9a6b
1 changed files with 1 additions and 1 deletions

View File

@ -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))