move modules.d stuff in /etc/init.d/S10boot and make it more like /etc/modules
[openwrt.git] / openwrt / target / utils / Makefile
index 2a91cbb..9762881 100644 (file)
@@ -12,9 +12,9 @@ UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
 
 prepare: $(UTILS_BUILD_DIR)
 compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS))
-install: compile
        mkdir -p $(STAGING_DIR)/bin
        cp -a $(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/
+install: compile
 package:
 clean:
        rm -rf $(UTILS_BUILD_DIR)
This page took 0.020565 seconds and 4 git commands to generate.