diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 00:57:50 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 00:57:50 +0000 |
commit | 5d8342c7f74109ecdcc6049e3972aac2e6db7756 (patch) | |
tree | 21c9ca14c8fccd369e2a87da5ac66842121222eb | |
parent | 994d7f05a305c0ddc45563aadf2354f2dc81900b (diff) | |
download | buildroot-novena-5d8342c7f74109ecdcc6049e3972aac2e6db7756.tar.gz buildroot-novena-5d8342c7f74109ecdcc6049e3972aac2e6db7756.zip |
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.
-rw-r--r-- | package/module-init-tools/module-init-tools.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/module-init-tools/module-init-tools.mk b/package/module-init-tools/module-init-tools.mk index 16818ad83..93fe48eb3 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) |