mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-06 21:40:42 +01:00
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
|
||||
DEFAULT:=m
|
||||
DESCRIPTION:=$(DESCRIPTION)
|
||||
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION))'
|
||||
EXTRA_DEPENDS:='kernel (=$(PKG_VERSION)-$(PKG_RELEASE))'
|
||||
$(call KernelPackage/$(1))
|
||||
$(call KernelPackage/$(1)/$(KERNEL))
|
||||
endef
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue