only enable in-tree kmod-* packages by default
SVN-Revision: 5560
This commit is contained in:
parent
2ddbc4149e
commit
13aeec9b06
@ -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))
|
||||
|
@ -15,6 +15,9 @@ PKG_RELEASE:=$(LINUX_RELEASE)
|
||||
|
||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
|
||||
|
||||
# build all in-tree kmod-* packages by default
|
||||
KMOD_DEFAULT:=m
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
ifeq ($(DUMP),)
|
||||
-include $(LINUX_DIR)/.config
|
||||
|
Loading…
Reference in New Issue
Block a user