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 | e4d3231540082190a864fdacaf9e177214c126bf (patch) | |
tree | 3c49eaae88d8234e378ad501aad6d4e26dd6675d /README | |
parent | 8e259e65d80b23f7c5d2714ba30747616fccfc42 (diff) | |
download | upstream-e4d3231540082190a864fdacaf9e177214c126bf.tar.gz upstream-e4d3231540082190a864fdacaf9e177214c126bf.tar.bz2 upstream-e4d3231540082190a864fdacaf9e177214c126bf.zip |
Add 'subversion' build dependency to README
Fixes #17725.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42343 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'README')
-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 |