use scripts/feeds instead of scripts/feeds.sh for package/symlinks

SVN-Revision: 9990
This commit is contained in:
Felix Fietkau 2007-12-28 17:01:32 +00:00
parent ddcd60ea3f
commit 18bd5286e6
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ world: prepare $(target/stamp-compile) $(package/stamp-cleanup) $(package/stamp-
$(MAKE) package/index
package/symlinks:
$(SCRIPT_DIR)/feeds.sh $(CONFIG_SOURCE_FEEDS) $(CONFIG_SOURCE_FEEDS_REV)
$(SCRIPT_DIR)/feeds update
cd package; ln -sf ../feeds/packages openwrt-packages
.PHONY: clean dirclean prereq prepare world package/symlinks