From: "Steven J. Hill" Date: Sun, 14 Jan 2007 00:57:50 +0000 (-0000) Subject: I'm sure opinions will vary on this, but at least when I'm using these tools, I don... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d8342c7f74109ecdcc6049e3972aac2e6db7756;p=buildroot.git I'm sure opinions will vary on this, but at least when I'm using these tools, I don't want the static or an extra config file. Small filesystem please. --- diff --git a/package/module-init-tools/module-init-tools.mk b/package/module-init-tools/module-init-tools.mk index 16818ad832..93fe48eb38 100644 --- a/package/module-init-tools/module-init-tools.mk +++ b/package/module-init-tools/module-init-tools.mk @@ -54,6 +54,8 @@ endif STRIPPROG='$(STRIPPROG)' \ $(MAKE) prefix=$(TARGET_DIR) -C $(MODULE_INIT_TOOLS_DIR) install-exec rm -Rf $(TARGET_DIR)/usr/man + rm -f $(TARGET_DIR)/sbin/generate-modprobe.conf + rm -f $(TARGET_DIR)/sbin/insmod.static touch -c $(MODULE_INIT_TOOLS_TARGET_BINARY) module-init-tools: uclibc $(MODULE_INIT_TOOLS_TARGET_BINARY)