Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
Append '-a' to "scripts/feeds {update,install}" example calls.

SVN-Revision: 35895
  • Loading branch information
Mirko Vogt committed Mar 6, 2013
1 parent bacd716 commit 9f4b932
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ configuration for the toolchain and firmware.
You need to have installed gcc, binutils, patch, bzip2, flex,
make, gettext, pkg-config, unzip, libz-dev and libc headers.

Run "./scripts/feeds update" to get the latest package definitions
Run "./scripts/feeds update -a" to get all the latest package definitions
defined in feeds.conf / feeds.conf.default respectively
and "./scripts/feeds install" to install symlinks into "package/feeds/*".
and "./scripts/feeds install -a" to install symlinks of all of them into
package/feeds/.

Use "make menuconfig" to configure your image.

Expand Down

0 comments on commit 9f4b932

Please sign in to comment.