From a08279446f3aaa7a8686f709d193daa3cb483058 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 18 Apr 2013 18:40:25 +0200 Subject: [PATCH] Add readme file --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 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. + +