X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a087e6c06e5b12d70c014d38851697c4f7daac40..e2afe3b87ed0ae224f329bcdaa743411c94c2834:/Makefile diff --git a/Makefile b/Makefile index 970b0896c..77660bb8d 100644 --- a/Makefile +++ b/Makefile @@ -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