mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 05:11:21 +01:00
only enable in-tree kmod-* packages by default
SVN-Revision: 5560
This commit is contained in:
parent
2ddbc4149e
commit
13aeec9b06
2 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue