diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-12 15:08:08 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-12 15:08:08 +0000 |
commit | 691d7bbbf7e8a588b8b68660e08561f1e698a56b (patch) | |
tree | 4b41fd649dcfa07cf66a727ed3c59c0f87955967 /feeds.conf.default | |
parent | e2c4d320c75a494753e63074027c10b01324a9cd (diff) | |
download | upstream-691d7bbbf7e8a588b8b68660e08561f1e698a56b.tar.gz upstream-691d7bbbf7e8a588b8b68660e08561f1e698a56b.tar.bz2 upstream-691d7bbbf7e8a588b8b68660e08561f1e698a56b.zip |
feeds.conf.default: add management feed
This feed will contain packages related to management.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41163
Diffstat (limited to 'feeds.conf.default')
-rw-r--r-- | feeds.conf.default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index 1f0937d784..0b1472f965 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -2,6 +2,7 @@ src-git packages https://github.com/openwrt/packages.git src-git luci http://git.openwrt.org/project/luci.git src-git routing https://github.com/openwrt-routing/packages.git src-git telephony http://git.openwrt.org/feed/telephony.git +src-git management https://github.com/openwrt-management/packages.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 |