X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0251db4d4bb07fa5400c8d73411269a04e31674d..65d0d163368643d566dceff9398d42653d51aecf:/package/Makefile diff --git a/package/Makefile b/package/Makefile index 85f852fd5..c2015b3a4 100644 --- a/package/Makefile +++ b/package/Makefile @@ -55,6 +55,8 @@ install: rm -rf $(BUILD_DIR)/root $(MAKE) install-targets -index: FORCE +index: $(PACKAGE_DIR)/Packages + +$(PACKAGE_DIR)/Packages: $(PACKAGE_DIR)/*.ipk (cd $(PACKAGE_DIR); $(STAGING_DIR)/usr/bin/ipkg-make-index . > Packages)