From b2ff4782d06d779c22e2b66f60afca3ece9261fe Mon Sep 17 00:00:00 2001
From: p4u <p4u@dabax.net>
Date: Thu, 2 May 2013 18:44:23 +0200
Subject: [PATCH] Change feed name in Readme from openwrt-routing to routing
 because feeds system does not support "-"

---
 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README
index aa22408..72b7fcc 100644
--- a/README
+++ b/README
@@ -3,15 +3,15 @@ This is an OpenWrt package feed containing community maintained routing packages
 To use these packages, add the following line to the feeds.conf
 in the OpenWrt buildroot:
 
-  src-git openwrt-routing git://github.com/openwrt-routing/packages.git
+  src-git routing git://github.com/openwrt-routing/packages.git
   
 Update the feed:
 
-  ./scripts/feeds update openwrt-routing
+  ./scripts/feeds update routing
   
 Activate the package:
 
-  ./scripts/feeds install -a -p openwrt-routing
+  ./scripts/feeds install -a -p routing
   
 The routing packages should now appear in menuconfig.
 
-- 
GitLab