don't try to create kmod packages that contain no files
SVN-Revision: 4278
This commit is contained in:
parent
994db96a48
commit
84472dd569
1 changed files with 2 additions and 0 deletions
|
@ -72,12 +72,14 @@ define KernelPackage
|
|||
endef
|
||||
|
||||
ifeq ($(findstring m,$(KCONFIG)),m)
|
||||
ifneq ($(strip $(FILES)),)
|
||||
define Package/kmod-$(1)/install
|
||||
mkdir -p $$(1)/lib/modules/$(LINUX_VERSION)
|
||||
$(CP) $$(FILES) $$(1)/lib/modules/$(LINUX_VERSION)/
|
||||
$(call ModuleAutoLoad,$(1),$$(1),$(AUTOLOAD))
|
||||
endef
|
||||
endif
|
||||
endif
|
||||
$$(eval $$(call BuildPackage,kmod-$(1)))
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue