Przeglądaj źródła

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.

"Steven J. Hill" 18 lat temu
rodzic
commit
5d8342c7f7
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      package/module-init-tools/module-init-tools.mk

+ 2 - 0
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)