diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-31 12:06:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-31 12:06:32 +0000 |
commit | d08e297b682673cc0d0959e69a102dc13f1ea123 (patch) | |
tree | fc0a452d1ec921df2ddc0de5773d44cbd3b0cbd3 | |
parent | 2efadff06bb639edf6b2b2c41bb9688f78d024f1 (diff) | |
download | upstream-d08e297b682673cc0d0959e69a102dc13f1ea123.tar.gz upstream-d08e297b682673cc0d0959e69a102dc13f1ea123.tar.bz2 upstream-d08e297b682673cc0d0959e69a102dc13f1ea123.zip |
Add 'subversion' build dependency to README
Fixes #17725.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
SVN-Revision: 42343
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ This is the buildsystem for the OpenWrt Linux distribution. Please use "make menuconfig" to configure your appreciated configuration for the toolchain and firmware. -You need to have installed gcc, binutils, bzip2, flex, python, perl -make, find, grep, diff, unzip, gawk, getopt, libz-dev and libc headers. +You need to have installed gcc, binutils, bzip2, flex, python, perl, make, +find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers. Run "./scripts/feeds update -a" to get all the latest package definitions defined in feeds.conf / feeds.conf.default respectively |