From 691d7bbbf7e8a588b8b68660e08561f1e698a56b Mon Sep 17 00:00:00 2001
From: Luka Perkov <luka@openwrt.org>
Date: Thu, 12 Jun 2014 15:08:08 +0000
Subject: [PATCH] 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
---
 feeds.conf.default | 1 +
 1 file changed, 1 insertion(+)

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
-- 
GitLab