From: mirko Date: Wed, 6 Mar 2013 13:29:29 +0000 (+0000) Subject: Update README file X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=a313368845fdabe65a57890e5615e89709b26bb2;ds=sidebyside 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 --- 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.