remove hardcoded package name
[openwrt.git] / package / Makefile
index 34eba4e..eafd8cb 100644 (file)
@@ -51,7 +51,7 @@ download: $(DOWNLOAD_PACKAGES)
 compile-targets: $(COMPILE_PACKAGES)
 compile:
        $(MAKE) compile-targets
-install-targets: base-files-install $(INSTALL_PACKAGES)
+install-targets: $(INSTALL_PACKAGES)
 install:
        rm -rf $(BUILD_DIR)/root
        $(MAKE) install-targets
This page took 0.022996 seconds and 4 git commands to generate.