diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-07-30 17:09:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-07-30 17:09:22 +0000 |
commit | b4e7510acf710c26775bd9b03880c9075ffe77a4 (patch) | |
tree | b37ec6936d346625b451eecb4e19c4d07b53a22e /openwrt/Makefile | |
parent | af8a98116ebd7b51e1b6c89f49475f555eaa66ef (diff) |
create a package index
SVN-Revision: 4337
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index a23f478d7c..85091f618e 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -116,6 +116,7 @@ world: .config FORCE $(MAKE) package/compile $(MAKE) package/install $(MAKE) target/install + $(MAKE) package/index clean: FORCE rm -rf build_* bin |