aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2013-03-06 13:29:29 +0000
committerMirko Vogt <mirko@openwrt.org>2013-03-06 13:29:29 +0000
commitd1312e89c72e970c87f627b21c5f084d2ef75069 (patch)
tree2aec291bc08aa591b239a1f7c57f14c2a2d27fc9 /README
parentbddbaf57c53f2e88e63c1812af6f282fdfb7db3e (diff)
downloadmaster-187ad058-d1312e89c72e970c87f627b21c5f084d2ef75069.tar.gz
master-187ad058-d1312e89c72e970c87f627b21c5f084d2ef75069.tar.bz2
master-187ad058-d1312e89c72e970c87f627b21c5f084d2ef75069.zip
Update README file
Append '-a' to "scripts/feeds {update,install}" example calls. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35895 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 6d2b27fb3e..9301fe456e 100644
--- a/README
+++ b/README
@@ -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.