aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-28 17:01:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-28 17:01:32 +0000
commitb23fbfe90851626898836ac04e6d7351e96aa509 (patch)
treeaa418fd81ddf04fa79d6133bcfc3f5e3665b6788 /Makefile
parent65f6a1b95e6aa9053608240961bf18d935170cce (diff)
downloadmaster-187ad058-b23fbfe90851626898836ac04e6d7351e96aa509.tar.gz
master-187ad058-b23fbfe90851626898836ac04e6d7351e96aa509.tar.bz2
master-187ad058-b23fbfe90851626898836ac04e6d7351e96aa509.zip
use scripts/feeds instead of scripts/feeds.sh for package/symlinks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9990 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 970b0896ca..77660bb8d7 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