allow platform support directories to add and modify kernel module packages

SVN-Revision: 5184
This commit is contained in:
Felix Fietkau
2006-10-17 13:28:44 +00:00
parent ce19a369af
commit fc8abe2dfa
3 changed files with 15 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ define KernelPackage
$(eval $(call KernelPackage/Defaults))
$(eval $(call KernelPackage/$(1)))
$(eval $(call KernelPackage/$(1)/$(KERNEL)))
$(eval $(call KernelPackage/$(1)/$(BOARD)-$(KERNEL)))
define Package/kmod-$(1)
TITLE:=$(TITLE)
@@ -88,4 +89,5 @@ define AutoLoad
add_module $(1) "$(2)";
endef
include $(TOPDIR)/target/linux/*/modules.mk
include ./modules/*.mk