Add readme file
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Apr 2013 16:40:25 +0000 (18:40 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Apr 2013 16:41:19 +0000 (18:41 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..aa22408
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+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
+  
+Update the feed:
+
+  ./scripts/feeds update openwrt-routing
+  
+Activate the package:
+
+  ./scripts/feeds install -a -p openwrt-routing
+  
+The routing packages should now appear in menuconfig.
+
+