mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-23 19:07:13 +00:00
fix kernel module dependency problems
SVN-Revision: 4640
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user