Skip to content
Snippets Groups Projects
Commit a2a31f3d authored by nbd's avatar nbd
Browse files

fix package_index

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@339 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 0b985c05
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