fix kernel module dependency problems

SVN-Revision: 4640
lede-17.01
Felix Fietkau 2006-08-23 21:05:42 +00:00
parent 72ddfdea97
commit 8d581ff788
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ define KernelPackage
CATEGORY:=Kernel modules
DEFAULT:=m
DESCRIPTION:=$(DESCRIPTION)
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION))'
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION)-$(PKG_RELEASE))'
$(call KernelPackage/$(1))
$(call KernelPackage/$(1)/$(KERNEL))
endef