Skip to content
Snippets Groups Projects
Commit ce531c82 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix package_index

SVN-Revision: 339
parent 43a504e7
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,9 @@ world: $(DL_DIR) $(BUILD_DIR) target_prepare $(TARGET_DIR) toolchain_install pac
.PHONY: all world clean dirclean distclean image_clean target_clean source target_prepare target_install toolchain_install package_install
package_index:
$(STAGING_DIR)/usr/bin/ipkg-make-index $(PACKAGE_DIR) > $(PACKAGE_DIR)/Packages
(cd $(PACKAGE_DIR); \
$(STAGING_DIR)/usr/bin/ipkg-make-index . > Packages \
)
target_prepare:
$(MAKE) -C target prepare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment