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

create a package index

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4337 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 3ca168b4
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,7 @@ world: .config FORCE ...@@ -116,6 +116,7 @@ world: .config FORCE
$(MAKE) package/compile $(MAKE) package/compile
$(MAKE) package/install $(MAKE) package/install
$(MAKE) target/install $(MAKE) target/install
$(MAKE) package/index
clean: FORCE clean: FORCE
rm -rf build_* bin rm -rf build_* bin
......
...@@ -55,3 +55,6 @@ install: ...@@ -55,3 +55,6 @@ install:
rm -rf $(BUILD_DIR)/root rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets $(MAKE) install-targets
index: FORCE
(cd $(PACKAGE_DIR); $(STAGING_DIR)/usr/bin/ipkg-make-index . > Packages)
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