X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/25ea0c2afb9795e9ba7a5446af302e522c3b606f..5ad3b75ccea20e2c785f8c9b3d1edc61f5f63132:/target/linux/rules.mk diff --git a/target/linux/rules.mk b/target/linux/rules.mk index 82ac46d58..39afadb34 100644 --- a/target/linux/rules.mk +++ b/target/linux/rules.mk @@ -29,7 +29,13 @@ $$(PKG_$(1)): $(LINUX_DIR)/.modules_done $(SCRIPT_DIR)/make-ipkg-dir.sh $$(I_$(1)) ../control/kmod-$(2).control $(LINUX_VERSION)-$(BOARD)-$(PKG_RELEASE) $(ARCH) echo "Depends: $$(IDEPEND_$(1))" >> $$(I_$(1))/CONTROL/control cp $(3) $$(I_$(1))/lib/modules/$(LINUX_VERSION) - $(6) +ifneq ($(6),) + mkdir -p $$(I_$(1))/etc/modules.d + for module in $(7); do \ + echo $$$$module >> $$(I_$(1))/etc/modules.d/$(6)-$(2); \ + done +endif + $(8) $(IPKG_BUILD) $$(I_$(1)) $(PACKAGE_DIR) endef