fix inclusion of kernel modules selected for install in images (closes: #598).
SVN-Revision: 4081
This commit is contained in:
parent
672c781f28
commit
9da93d7b45
1 changed files with 2 additions and 2 deletions
|
@ -55,10 +55,10 @@ PKG_$(1) := $(PACKAGE_DIR)/kmod-$(2)_$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)_
|
||||||
I_$(1) := $(KMOD_BUILD_DIR)/ipkg/$(2)
|
I_$(1) := $(KMOD_BUILD_DIR)/ipkg/$(2)
|
||||||
|
|
||||||
ifeq ($$(KDEPEND_$(1)),m)
|
ifeq ($$(KDEPEND_$(1)),m)
|
||||||
ifneq ($(BR2_PACKAGE_KMOD_$(1)),)
|
ifneq ($$(BR2_PACKAGE_KMOD_$(1)),)
|
||||||
TARGETS += $$(PKG_$(1))
|
TARGETS += $$(PKG_$(1))
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_KMOD_$(1)),y)
|
ifeq ($$(BR2_PACKAGE_KMOD_$(1)),y)
|
||||||
INSTALL_TARGETS += $$(PKG_$(1))
|
INSTALL_TARGETS += $$(PKG_$(1))
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue