diff options
author | Mirko Vogt <mirko@openwrt.org> | 2013-03-06 13:29:29 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2013-03-06 13:29:29 +0000 |
commit | 9f4b9328e7341db29fc593c44dd4f5d5988a74c4 (patch) | |
tree | 32cf82602d8b04f72a25acd388f90802af329958 | |
parent | bacd71648b13048a11fd99727a10883a53a3f651 (diff) | |
download | upstream-9f4b9328e7341db29fc593c44dd4f5d5988a74c4.tar.gz upstream-9f4b9328e7341db29fc593c44dd4f5d5988a74c4.tar.bz2 upstream-9f4b9328e7341db29fc593c44dd4f5d5988a74c4.zip |
Update README file
Append '-a' to "scripts/feeds {update,install}" example calls.
SVN-Revision: 35895
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |