diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 18:35:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-06-14 18:35:59 +0000 |
commit | 7fdfd01bcc32962116d963f86a53851a5cfc26ed (patch) | |
tree | e93e0cb2ce6ee196c1b8f6742e53230ddaa24c85 /feeds.conf.default | |
parent | af8ae399de33752a9bba274c7016404cc084fa2d (diff) | |
download | upstream-7fdfd01bcc32962116d963f86a53851a5cfc26ed.tar.gz upstream-7fdfd01bcc32962116d963f86a53851a5cfc26ed.tar.bz2 upstream-7fdfd01bcc32962116d963f86a53851a5cfc26ed.zip |
feeds.conf.default: use the for-15.05 branches, drop targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@45978 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'feeds.conf.default')
-rw-r--r-- | feeds.conf.default | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index bc062db79a..8e1490150d 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,9 +1,9 @@ -src-git packages https://github.com/openwrt/packages.git -src-git luci https://github.com/openwrt/luci.git -src-git routing https://github.com/openwrt-routing/packages.git -src-git telephony https://github.com/openwrt/telephony.git -src-git management https://github.com/openwrt-management/packages.git -src-git targets https://github.com/openwrt/targets.git +src-git packages https://github.com/openwrt/packages.git;for-15.05 +src-git luci https://github.com/openwrt/luci.git;for-15.05 +src-git routing https://github.com/openwrt-routing/packages.git;for-15.05 +src-git telephony https://github.com/openwrt/telephony.git;for-15.05 +src-git management https://github.com/openwrt-management/packages.git;for-15.05 +#src-git targets https://github.com/openwrt/targets.git #src-git oldpackages http://git.openwrt.org/packages.git #src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package #src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone |