mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-25 12:53:07 +02:00
fix inclusion of kernel modules selected for install in images (closes: #598).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4081 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8e9b5ac578
commit
ce8c542b26
@ -55,10 +55,10 @@ PKG_$(1) := $(PACKAGE_DIR)/kmod-$(2)_$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)_
|
||||
I_$(1) := $(KMOD_BUILD_DIR)/ipkg/$(2)
|
||||
|
||||
ifeq ($$(KDEPEND_$(1)),m)
|
||||
ifneq ($(BR2_PACKAGE_KMOD_$(1)),)
|
||||
ifneq ($$(BR2_PACKAGE_KMOD_$(1)),)
|
||||
TARGETS += $$(PKG_$(1))
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_KMOD_$(1)),y)
|
||||
ifeq ($$(BR2_PACKAGE_KMOD_$(1)),y)
|
||||
INSTALL_TARGETS += $$(PKG_$(1))
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user