fix kernel module dependency problems
SVN-Revision: 4640
This commit is contained in:
parent
72ddfdea97
commit
8d581ff788
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ define KernelPackage
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Kernel modules
|
||||||
DEFAULT:=m
|
DEFAULT:=m
|
||||||
DESCRIPTION:=$(DESCRIPTION)
|
DESCRIPTION:=$(DESCRIPTION)
|
||||||
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION))'
|
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION)-$(PKG_RELEASE))'
|
||||||
$(call KernelPackage/$(1))
|
$(call KernelPackage/$(1))
|
||||||
$(call KernelPackage/$(1)/$(KERNEL))
|
$(call KernelPackage/$(1)/$(KERNEL))
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue