summaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-30 17:09:22 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-30 17:09:22 +0000
commit0251db4d4bb07fa5400c8d73411269a04e31674d (patch)
tree78a4c24cc2ae861e278b9ebfe4561d34196d8c35 /package/Makefile
parent3ca168b4e7354bba338b7484c15d37c877bb126a (diff)
create a package index
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4337 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index 629ce8810..85f852fd5 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -55,3 +55,6 @@ install:
rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets
+index: FORCE
+ (cd $(PACKAGE_DIR); $(STAGING_DIR)/usr/bin/ipkg-make-index . > Packages)
+