mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 09:57:44 +00:00
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.
This commit is contained in:
parent
994d7f05a3
commit
5d8342c7f7
@ -54,6 +54,8 @@ endif
|
|||||||
STRIPPROG='$(STRIPPROG)' \
|
STRIPPROG='$(STRIPPROG)' \
|
||||||
$(MAKE) prefix=$(TARGET_DIR) -C $(MODULE_INIT_TOOLS_DIR) install-exec
|
$(MAKE) prefix=$(TARGET_DIR) -C $(MODULE_INIT_TOOLS_DIR) install-exec
|
||||||
rm -Rf $(TARGET_DIR)/usr/man
|
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)
|
touch -c $(MODULE_INIT_TOOLS_TARGET_BINARY)
|
||||||
|
|
||||||
module-init-tools: uclibc $(MODULE_INIT_TOOLS_TARGET_BINARY)
|
module-init-tools: uclibc $(MODULE_INIT_TOOLS_TARGET_BINARY)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user