only enable in-tree kmod-* packages by default

SVN-Revision: 5560
This commit is contained in:
Felix Fietkau
2006-11-18 15:46:09 +00:00
parent 2ddbc4149e
commit 13aeec9b06
2 changed files with 4 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ define KernelPackage
TITLE:=$(TITLE)
SECTION:=kernel
CATEGORY:=Kernel modules
DEFAULT:=m
DEFAULT:=$(KMOD_DEFAULT)
DESCRIPTION:=$(DESCRIPTION)
EXTRA_DEPENDS:='kernel (=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE))'
$(call KernelPackage/$(1))