Change feed name in Readme from openwrt-routing to routing because feeds system does not support "-"

This commit is contained in:
p4u 2013-05-02 18:44:23 +02:00
parent 06af667473
commit b2ff4782d0
1 changed files with 3 additions and 3 deletions

6
README
View File

@ -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 To use these packages, add the following line to the feeds.conf
in the OpenWrt buildroot: 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: Update the feed:
./scripts/feeds update openwrt-routing ./scripts/feeds update routing
Activate the package: Activate the package:
./scripts/feeds install -a -p openwrt-routing ./scripts/feeds install -a -p routing
The routing packages should now appear in menuconfig. The routing packages should now appear in menuconfig.